Home
last modified time | relevance | path

Searched refs:ed_p (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c324 __u32 *ed_p; in ep_print_int_eds() local
327 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
328 if (*ed_p == 0) in ep_print_int_eds()
330 invalidate_dcache_ed(ed_p); in ep_print_int_eds()
332 while (*ed_p != 0 && j--) { in ep_print_int_eds()
333 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
336 ed_p = &ed->hwNextED; in ep_print_int_eds()
675 __u32 *ed_p; in ep_link() local
726 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()
728 (*ed_p != 0) && in ep_link()
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c193 __u32 * ed_p; in ep_print_int_eds() local
196 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
197 if (*ed_p == 0) in ep_print_int_eds()
200 while (*ed_p != 0 && j--) { in ep_print_int_eds()
201 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
203 ed_p = &ed->hwNextED; in ep_print_int_eds()