Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h321 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Dau1x00_usb_ohci.c308 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
1330 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
/external/u-boot/drivers/usb/host/
Dohci.h337 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Dr8a66597.h657 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Ddwc2.h751 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Dohci-hcd.c443 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
1886 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()