Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c1287 ed->hwTailP = cpu_to_le32 (td->td_dma); in ep_add_ed()
1288 ed->hwHeadP = ed->hwTailP; in ep_add_ed()
1377 le32_to_cpup (&urb_priv->ed->hwTailP) & ~0xf); in td_fill()
1403 td->ed->hwTailP = td->hwNextTD; in td_fill()
1641 tdTailP = dma_to_td (ohci, le32_to_cpup (&ed->hwTailP) & 0xfffffff0); in dl_del_list()
1762 edTailP = le32_to_cpup (&ed->hwTailP); in dl_done_list()
Dusb-ohci.h45 __u32 hwTailP; member