Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
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()
A Dohci.h321 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
A Disp116x.h78 #define RH_B_DR (0xffff << 0) /* device removable flags */ macro
A Dohci-dbg.c219 (temp & RH_B_DR) in ohci_dump_roothub()
A Disp1362.h329 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
A Du132-hcd.c2589 desc->u.hs.DeviceRemovable[0] = rh_b & RH_B_DR; in u132_roothub_descriptor()
2591 desc->u.hs.DeviceRemovable[1] = (rh_b & RH_B_DR) >> 8; in u132_roothub_descriptor()

Completed in 20 milliseconds