Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
1416 databuf[5] = (temp & RH_A_POTPGT) >> 24; in ohci_submit_rh_msg()
H A Ddwc2.c662 data[5] = (dsc & RH_A_POTPGT) >> 24; in dwc_otg_submit_rh_msg_in_descriptor()
/rk3399_rockchip-uboot/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()