Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h331 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A 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()
H A Dr8a66597.h651 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Ddwc2.h758 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Ddwc2.c648 data[7] = dsc & RH_B_DR; in dwc_otg_submit_rh_msg_in_descriptor()
653 data[8] = (dsc & RH_B_DR) >> 8; in dwc_otg_submit_rh_msg_in_descriptor()
H A 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()
/openbmc/linux/drivers/usb/host/
H A Dohci-hub.c568 desc->u.hs.DeviceRemovable[0] = rh & RH_B_DR; in ohci_hub_descriptor()
570 desc->u.hs.DeviceRemovable[1] = (rh & RH_B_DR) >> 8; in ohci_hub_descriptor()
H A Dohci.h321 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Disp116x.h78 #define RH_B_DR (0xffff << 0) /* device removable flags */ macro
H A Dohci-dbg.c219 (temp & RH_B_DR) in ohci_dump_roothub()
H A Disp1362.h329 #define RH_B_DR 0x0000ffff /* device removable flags */ macro