Searched refs:ed_p (Results 1 – 2 of 2) sorted by relevance
324 __u32 *ed_p; in ep_print_int_eds() local327 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() local726 for (ed_p = &(ohci->hcca->int_table[\ in ep_link()728 (*ed_p != 0) && in ep_link()[all …]
193 __u32 * ed_p; in ep_print_int_eds() local196 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()