Searched refs:RH_B_DR (Results 1 – 6 of 6) sorted by relevance
331 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
693 data[7] = temp & RH_B_DR; in r8a66597_submit_rh_msg()698 data[8] = (temp & RH_B_DR) >> 8; in r8a66597_submit_rh_msg()
604 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
649 data[7] = dsc & RH_B_DR; in dwc_otg_submit_rh_msg_in_descriptor()654 data[8] = (dsc & RH_B_DR) >> 8; in dwc_otg_submit_rh_msg_in_descriptor()
758 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
455 (temp & RH_B_DR) in ohci_dump_roothub()1418 databuf[7] = temp & RH_B_DR; in ohci_submit_rh_msg()1423 databuf[8] = (temp & RH_B_DR) >> 8; in ohci_submit_rh_msg()