Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c334 ed_t *ed = dma_to_ed (ohci, le32_to_cpup(ed_p)); in ep_print_int_eds()
1110 (*ed_p != 0) && ((dma_to_ed (ohci, le32_to_cpup (ed_p)))->int_interval >= interval); in ep_link()
1111 ed_p = &((dma_to_ed (ohci, le32_to_cpup (ed_p)))->hwNextED)) in ep_link()
1112 inter = ep_rev (6, (dma_to_ed (ohci, le32_to_cpup (ed_p)))->int_interval); in ep_link()
1132 ed_p = &((dma_to_ed (ohci, le32_to_cpup (ed_p)))->hwNextED)) in ep_link()
1133 inter = ep_rev (6, (dma_to_ed (ohci, le32_to_cpup (ed_p)))->int_interval); in ep_link()
1161 if ((dma_to_ed (ohci, le32_to_cpup (ed_p))) == ed) { in periodic_unlink()
1165 ed_p = & ((dma_to_ed (ohci, in periodic_unlink()
1196 (dma_to_ed (ohci, le32_to_cpup (&ed->hwNextED)))->ed_prev = ed->ed_prev; in ep_unlink()
1213 (dma_to_ed (ohci, le32_to_cpup (&ed->hwNextED)))->ed_prev = ed->ed_prev; in ep_unlink()
[all …]
Dusb-ohci.h469 dma_to_ed (struct ohci * hc, dma_addr_t ed_dma) in dma_to_ed() function