Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h107 __u32 hwBE; /* Memory Buffer End Pointer */ member
Dusb-ohci.c1395 td->hwBE = cpu_to_le32 (data + len - 1); in td_fill()
1397 td->hwBE = 0; in td_fill()
1531 tdBE = le32_to_cpup (&td->hwBE); in dl_transfer_length()