Home
last modified time | relevance | path

Searched refs:RH_A_NPS (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h337 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dr8a66597.h611 #define RH_A_NPS BIT(9) /* no power switching */ macro
H A Ddwc2.h752 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dohci-hcd.c447 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
1889 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h321 #define RH_A_NPS (1 << 9) /* no power switching */ macro
H A Dau1x00_usb_ohci.c309 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
1331 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()