Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */ member
H A Dau1x00_usb_ohci.c196 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */ member
H A Dohci-hcd.c327 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
726 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()
752 __u32 *ed_p = &ohci->hcca->int_table [index]; in periodic_unlink()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h192 __hc32 int_table [NUM_INTS]; /* periodic schedule */ member
H A Dohci-q.c153 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link()
277 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink()
H A Dohci-hcd.c1076 for (i = 0; i < NUM_INTS; i++) ohci->hcca->int_table [i] = 0; in ohci_restart()