Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h331 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Dr8a66597-hcd.c694 data[7] = temp & RH_B_DR; in r8a66597_submit_rh_msg()
699 data[8] = (temp & RH_B_DR) >> 8; in r8a66597_submit_rh_msg()
H A Dr8a66597.h605 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Ddwc2.h759 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Ddwc2.c663 data[7] = dsc & RH_B_DR; in dwc_otg_submit_rh_msg_in_descriptor()
668 data[8] = (dsc & RH_B_DR) >> 8; in dwc_otg_submit_rh_msg_in_descriptor()
H A Dohci-hcd.c455 (temp & RH_B_DR) in ohci_dump_roothub()
1419 databuf[7] = temp & RH_B_DR; in ohci_submit_rh_msg()
1424 databuf[8] = (temp & RH_B_DR) >> 8; in ohci_submit_rh_msg()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h315 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Dau1x00_usb_ohci.c317 (temp & RH_B_DR) in ohci_dump_roothub()
1051 data_buf [7] = temp & RH_B_DR; in ohci_submit_rh_msg()
1056 data_buf [8] = (temp & RH_B_DR) >> 8; in ohci_submit_rh_msg()