OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:done_head
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
133
__u32
done_head
; /* info returned for an interrupt */
member in struct:ohci_hcca
217
#define OHCI_INTR_WDH (1 << 1) /* writeback of
done_head
*/
au1x00_usb_ohci.c
764
td_list_hc = m32_swap (ohci->hcca->
done_head
) & 0xfffffff0;
765
ohci->hcca->
done_head
= 0;
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
144
__u32
done_head
; /* info returned for an interrupt */
member in struct:ohci_hcca
233
#define OHCI_INTR_WDH (1 << 1) /* writeback of
done_head
*/
ohci-hcd.c
1100
td_list_hc = m32_swap(ohci->hcca->
done_head
) & 0xfffffff0;
1101
ohci->hcca->
done_head
= 0;
[
all
...]
Completed in 1041 milliseconds