Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h320 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Dau1x00_usb_ohci.c309 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
1039 if (temp & RH_A_PSM) /* per-port power switching? */ in ohci_submit_rh_msg()
1330 writel ((roothub_a (ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
/external/u-boot/drivers/usb/host/
Dohci.h336 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Dr8a66597.h656 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Ddwc2.h750 #define RH_A_PSM (1 << 8) /* power switching mode */ macro
Dohci-hcd.c444 (temp & RH_A_PSM) ? " PSM" : "", in ohci_dump_roothub()
1403 if (temp & RH_A_PSM) /* per-port power switching? */ in ohci_submit_rh_msg()
1886 ohci_writel((roothub_a(ohci) | RH_A_NPS) & ~RH_A_PSM, in hc_start()
Dr8a66597-hcd.c712 if (temp & RH_A_PSM) in r8a66597_submit_rh_msg()
Ddwc2.c636 if (dsc & RH_A_PSM) in dwc_otg_submit_rh_msg_in_descriptor()