Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Du132-hcd.c2583 u32 rh_b = -1; in u132_roothub_descriptor() local
2603 retval = u132_read_pcimem(u132, roothub.b, &rh_b); in u132_roothub_descriptor()
2608 desc->u.hs.DeviceRemovable[0] = rh_b & RH_B_DR; in u132_roothub_descriptor()
2610 desc->u.hs.DeviceRemovable[1] = (rh_b & RH_B_DR) >> 8; in u132_roothub_descriptor()