Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Du132-hcd.c2564 u32 rh_b = -1; in u132_roothub_descriptor() local
2584 retval = u132_read_pcimem(u132, roothub.b, &rh_b); in u132_roothub_descriptor()
2589 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()