Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dohci-da8xx.c122 rh_a &= ~RH_A_POTPGT; in ohci_da8xx_init()
Dohci.h322 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Disp116x.h74 #define RH_A_POTPGT (0xff << 24) /* power on -> power good macro
Dohci-hub.c565 desc->bPwrOn2PwrGood = (rh & RH_A_POTPGT) >> 24; in ohci_hub_descriptor()
Dohci-dbg.c236 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
Dohci-hcd.c708 val &= ~(RH_A_POTPGT | RH_A_NPS); in ohci_run()
Disp1362.h389 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Disp116x-hcd.c1352 val = (25 << 24) & RH_A_POTPGT; in isp116x_start()
Disp1362-hcd.c2581 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT; in isp1362_hc_start()
2583 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT; in isp1362_hc_start()
Du132-hcd.c1756 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
2589 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24; in u132_roothub_descriptor()
/linux-2.6.39/drivers/usb/misc/
Dftdi-elan.c2464 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()