Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci.h337 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Dr8a66597.h610 #define RH_A_NPS BIT(9) /* no power switching */ macro
Ddwc2.h751 #define RH_A_NPS (1 << 9) /* no power switching */ macro
Dohci-hcd.c447 (temp & RH_A_NPS) ? " NPS" : "", in ohci_dump_roothub()
1888 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()