Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h336 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dr8a66597.h610 #define RH_A_PSM BIT(8) /* power switching mode */ macro
H A Ddwc2.h751 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dohci-hcd.c448 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
1408 if (temp & RH_A_PSM) /* per-port power switching? */ in ohci_submit_rh_msg()
1889 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
H A Dr8a66597-hcd.c685 if (temp & RH_A_PSM) in r8a66597_submit_rh_msg()
H A Ddwc2.c654 if (dsc & RH_A_PSM) in dwc_otg_submit_rh_msg_in_descriptor()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h320 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
H A Dau1x00_usb_ohci.c310 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
1040 if (temp & RH_A_PSM) /* per-port power switching? */ in ohci_submit_rh_msg()
1331 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()