Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci.h331 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Disp116x.h75 #define RH_A_POTPGT (0xff << 24) /* power on -> power good macro
H A Dohci-hub.c546 desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24; in ohci_hub_descriptor()
H A Dohci-dbg.c206 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
H A Disp1362.h339 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Dohci-hcd.c682 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()