HomeSort by relevance Sort by last modified time
    Searched refs:ed_p (Results 1 - 2 of 2) sorted by null

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

Completed in 1502 milliseconds