Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h325 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Dau1x00_usb_ohci.c304 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
1048 data_buf [5] = (temp & RH_A_POTPGT) >> 24; in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/host/
Dohci.h341 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Dr8a66597.h661 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Ddwc2.h755 #define RH_A_POTPGT (0xff << 24) /* power on to power good time */ macro
Dr8a66597-hcd.c720 data[5] = (temp & RH_A_POTPGT) >> 24; in r8a66597_submit_rh_msg()
Dohci-hcd.c439 ((temp & RH_A_POTPGT) >> 24) & 0xff, in ohci_dump_roothub()
1411 databuf[5] = (temp & RH_A_POTPGT) >> 24; in ohci_submit_rh_msg()
Ddwc2.c644 data[5] = (dsc & RH_A_POTPGT) >> 24; in dwc_otg_submit_rh_msg_in_descriptor()