Home
last modified time | relevance | path

Searched refs:RH_A_OCPM (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-ps3.c29 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM, in ps3_ohci_hc_start()
H A Dohci-da8xx.c266 rh_a |= RH_A_OCPM; in ohci_da8xx_reset()
H A Dohci-hcd.c678 val |= RH_A_OCPM; in ohci_run()
684 val &= ~(RH_A_POTPGT | RH_A_NPS | RH_A_PSM | RH_A_OCPM); in ohci_run()
H A Dohci.h329 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Disp116x.h72 #define RH_A_OCPM (1 << 11) /* overcurrent protection macro
H A Dohci-hub.c557 else if (rh & RH_A_OCPM) /* per-port overcurrent reporting? */ in ohci_hub_descriptor()
H A Dohci-dbg.c208 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
H A Disp1362.h337 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Disp1362-hcd.c2548 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca & ~RH_A_OCPM); in isp1362_hc_start()
2549 isp1362_write_reg32(isp1362_hcd, HCRHDESCA, isp1362_hcd->rhdesca | RH_A_OCPM); in isp1362_hc_start()
H A Disp116x-hcd.c1349 val |= RH_A_OCPM; in isp116x_start()
H A Du132-hcd.c1738 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in u132_run()
2583 else if (rh_a & RH_A_OCPM) in u132_roothub_descriptor()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h323 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Dau1x00_usb_ohci.c307 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
1044 else if (temp & RH_A_OCPM) /* per-port overcurrent reporting? */ in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h339 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Dr8a66597.h613 #define RH_A_OCPM BIT(11) /* over current protection mode */ macro
H A Ddwc2.h754 #define RH_A_OCPM (1 << 11) /* over current protection mode */ macro
H A Dr8a66597-hcd.c689 else if (temp & RH_A_OCPM) in r8a66597_submit_rh_msg()
H A Dohci-hcd.c445 (temp & RH_A_OCPM) ? " OCPM" : "", in ohci_dump_roothub()
1411 else if (temp & RH_A_OCPM)/* per-port overcurrent reporting? */ in ohci_submit_rh_msg()
H A Ddwc2.c646 else if (dsc & RH_A_OCPM) in dwc_otg_submit_rh_msg_in_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2360 roothub_a &= ~(RH_A_PSM | RH_A_OCPM); in ftdi_elan_check_controller()