Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h167 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Dusb-ohci.h330 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Dusb-ohci.c436 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
2109 data_buf [5] = (temp & RH_A_POTPGT) >> 24; in rh_submit_urb()
2282 ~(RH_A_OCPM | RH_A_POTPGT | RH_A_PSM | RH_A_NPS), in hc_start()