OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdBE
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
733
__u32 tdINFO,
tdBE
, tdCBP;
737
tdBE
= m32_swap (td->hwBE);
743
if (
tdBE
!= 0) {
745
lurb_priv->actual_length +=
tdBE
- td->data + 1;
[
all
...]
/external/u-boot/drivers/usb/host/
ohci-hcd.c
1044
__u32
tdBE
, tdCBP;
1047
tdBE
= m32_swap(td->hwBE);
1052
if (
tdBE
!= 0) {
1054
lurb_priv->actual_length +=
tdBE
- td->data + 1;
[
all
...]
Completed in 50 milliseconds