Searched refs:ed_p (Results 1 – 2 of 2) sorted by relevance
320 __u32 *ed_p; in ep_print_int_eds() local323 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() local722 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()724 (*ed_p != 0) && in ep_link()[all …]
192 __u32 * ed_p; in ep_print_int_eds() local195 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()