Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dohci-da8xx.c270 rh_a &= ~RH_A_POTPGT; in ohci_da8xx_reset()
Dohci.h331 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Disp116x.h75 #define RH_A_POTPGT (0xff << 24) /* power on -> power good macro
Dohci-hub.c546 desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24; in ohci_hub_descriptor()
Dohci-dbg.c206 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
Disp1362.h339 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Dohci-hcd.c682 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
Disp1362-hcd.c2542 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT; in isp1362_hc_start()
2544 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT; in isp1362_hc_start()
Disp116x-hcd.c1341 val = (25 << 24) & RH_A_POTPGT; in isp116x_start()