Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h325 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Dau1x00_usb_ohci.c305 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
1049 data_buf [5] = (temp & RH_A_POTPGT) >> 24; in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h341 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Dr8a66597.h615 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Ddwc2.h756 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
H A Dr8a66597-hcd.c693 data[5] = (temp & RH_A_POTPGT) >> 24; in r8a66597_submit_rh_msg()
H A Dohci-hcd.c443 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
1415 databuf[5] = (temp & RH_A_POTPGT) >> 24; in ohci_submit_rh_msg()
H A Ddwc2.c650 data[5] = (dsc & RH_A_POTPGT) >> 24; in dwc_otg_submit_rh_msg_in_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-da8xx.c269 rh_a &= ~RH_A_POTPGT; in ohci_da8xx_reset()
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.c543 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.c684 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
H A Disp1362-hcd.c2544 isp1362_hcd->rhdesca |= (board->potpg << 24) & RH_A_POTPGT; in isp1362_hc_start()
2546 isp1362_hcd->rhdesca |= (25 << 24) & RH_A_POTPGT; in isp1362_hc_start()
H A Disp116x-hcd.c1343 val = (25 << 24) & RH_A_POTPGT; in isp116x_start()
H A Du132-hcd.c1741 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in u132_run()
2571 desc->bPwrOn2PwrGood = (rh_a & RH_A_POTPGT) >> 24; in u132_roothub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2363 roothub_a &= ~(RH_A_POTPGT | RH_A_NPS); in ftdi_elan_check_controller()