OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwCBP
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
103
__u32
hwCBP
; /* Current Buffer Pointer */
au1x00_usb_ohci.c
645
td->
hwCBP
= m32_swap (data);
738
tdCBP = m32_swap (td->
hwCBP
);
744
if (td->
hwCBP
== 0)
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
114
__u32
hwCBP
; /* Current Buffer Pointer */
ohci-hcd.c
931
td->
hwCBP
= m32_swap((unsigned long)data);
1048
tdCBP = m32_swap(td->
hwCBP
);
1053
if (td->
hwCBP
== 0)
[
all
...]
Completed in 503 milliseconds