FreeBSD kernel usb device Code
ohci_hcca Struct Reference

#include <ohci.h>

Data Fields

volatile uint32_t hcca_interrupt_table [OHCI_NO_INTRS]
 
volatile uint32_t hcca_frame_number
 
volatile uint32_t hcca_done_head
 

Detailed Description

Definition at line 66 of file ohci.h.

Field Documentation

◆ hcca_done_head

volatile uint32_t ohci_hcca::hcca_done_head

Definition at line 69 of file ohci.h.

Referenced by ohci_interrupt().

◆ hcca_frame_number

volatile uint32_t ohci_hcca::hcca_frame_number

Definition at line 68 of file ohci.h.

Referenced by ohci_device_isoc_enter().

◆ hcca_interrupt_table

volatile uint32_t ohci_hcca::hcca_interrupt_table[OHCI_NO_INTRS]

Definition at line 67 of file ohci.h.

Referenced by ohci_init().


The documentation for this struct was generated from the following file: