Home
last modified time | relevance | path

Searched refs:int_table (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */ member
Dau1x00_usb_ohci.c195 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
/external/u-boot/drivers/usb/host/
Dohci.h141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */ member
Dohci-hcd.c323 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
722 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()
748 __u32 *ed_p = &ohci->hcca->int_table [index]; in periodic_unlink()