Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci-hcd.c320 __u32 *ed_p; in ep_print_int_eds() local
323 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
324 if (*ed_p == 0) in ep_print_int_eds()
326 invalidate_dcache_ed(ed_p); in ep_print_int_eds()
328 while (*ed_p != 0 && j--) { in ep_print_int_eds()
329 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
332 ed_p = &ed->hwNextED; in ep_print_int_eds()
671 __u32 *ed_p; in ep_link() local
722 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()
724 (*ed_p != 0) && in ep_link()
[all …]
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c192 __u32 * ed_p; in ep_print_int_eds() local
195 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
196 if (*ed_p == 0) in ep_print_int_eds()
199 while (*ed_p != 0 && j--) { in ep_print_int_eds()
200 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
202 ed_p = &ed->hwNextED; in ep_print_int_eds()