Home
last modified time | relevance | path

Searched refs:RH_B_DR (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h315 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
Dau1x00_usb_ohci.c316 (temp & RH_B_DR) in ohci_dump_roothub()
1050 data_buf [7] = temp & RH_B_DR; in ohci_submit_rh_msg()
1055 data_buf [8] = (temp & RH_B_DR) >> 8; in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h331 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
Dr8a66597-hcd.c721 data[7] = temp & RH_B_DR; in r8a66597_submit_rh_msg()
726 data[8] = (temp & RH_B_DR) >> 8; in r8a66597_submit_rh_msg()
Dr8a66597.h651 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
Ddwc2.c645 data[7] = dsc & RH_B_DR; in dwc_otg_submit_rh_msg_in_descriptor()
650 data[8] = (dsc & RH_B_DR) >> 8; in dwc_otg_submit_rh_msg_in_descriptor()
Ddwc2.h758 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
Dohci-hcd.c451 (temp & RH_B_DR) in ohci_dump_roothub()
1414 databuf[7] = temp & RH_B_DR; in ohci_submit_rh_msg()
1419 databuf[8] = (temp & RH_B_DR) >> 8; in ohci_submit_rh_msg()