Home
last modified time | relevance | path

Searched refs:PORT_RWC_BITS (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-hub.c59 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
73 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
110 status = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_handover_companion_ports()
179 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags()
258 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend()
467 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()
559 port_status &= ~(PORT_PE | PORT_RWC_BITS); in set_owner()
595 port_status &= ~PORT_RWC_BITS; in check_reset_complete()
783 temp &= ~PORT_RWC_BITS; in ehci_hub_control()
971 temp &= ~PORT_RWC_BITS; in ehci_hub_control()
[all …]
H A Doxu210hp-hcd.c196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
2774 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports()
3621 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3632 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3693 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3715 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control()
3736 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3791 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3889 u32 t1 = readl(reg) & ~PORT_RWC_BITS; in oxu_bus_suspend()
3972 temp &= ~(PORT_RWC_BITS in oxu_bus_resume()
[all …]
H A Dxhci-hub.c20 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ macro
1866 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1943 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
H A Dehci-fsl.c482 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS); in ehci_fsl_mpc512x_drv_suspend()
H A Dehci-hcd.c327 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
/openbmc/linux/include/linux/usb/
H A Dehci_def.h154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h283 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
H A Dfotg210-hcd.c1491 temp &= ~PORT_RWC_BITS; in fotg210_hub_control()
1587 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1611 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control()
1641 temp &= ~PORT_RWC_BITS; in fotg210_hub_control()
1702 temp &= ~PORT_RWC_BITS; in fotg210_hub_control()
1752 ~PORT_RWC_BITS; in fotg210_hub_control()
4783 fotg210_writel(fotg210, PORT_RWC_BITS, status_reg); in fotg210_turn_off_all_ports()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c284 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in ci_ehci_hub_control()
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c632 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), in ehci_reset_port()
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c253 val = readl_relaxed(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()