Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A 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 …]