Searched refs:RH_A_POTPGT (Results 1 - 11 of 11) sorted by path

/drivers/usb/host/
H A Disp116x-hcd.c1351 val = (25 << 24) & RH_A_POTPGT;
H A Disp116x.h74 #define RH_A_POTPGT (0xff << 24) /* power on -> power good macro
H A Disp1362-hcd.c2548 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT;
2550 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT;
H A Disp1362.h384 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Dohci-da8xx.c122 rh_a &= ~RH_A_POTPGT;
H A Dohci-dbg.c205 ((temp & RH_A_POTPGT) >> 24) & 0xff,
H A Dohci-hcd.c659 val &= ~(RH_A_POTPGT | RH_A_NPS);
H A Dohci-hub.c540 desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24;
H A Dohci.h330 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Du132-hcd.c1755 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);
2588 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24;
/drivers/usb/misc/
H A Dftdi-elan.c2432 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS);

Completed in 84 milliseconds