Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
492 temp &= ~(PORT_RWC_BITS | PORT_SUSPEND | PORT_RESUME); 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()
920 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
2773 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports()
3611 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3620 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3631 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3635 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3638 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3692 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3714 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control()
3735 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
[all …]
H A Dehci-tegra.c204 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in tegra_ehci_hub_control()
250 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
H A Dfotg210.h285 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC) macro
H A Dxhci-hub.c19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \ macro
1770 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1847 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
H A Dfotg210-hcd.c1494 temp &= ~PORT_RWC_BITS; in fotg210_hub_control()
1590 ~(PORT_RWC_BITS | PORT_RESUME), in fotg210_hub_control()
1614 temp & ~(PORT_RWC_BITS | PORT_RESET), in fotg210_hub_control()
1644 temp &= ~PORT_RWC_BITS; in fotg210_hub_control()
1705 temp &= ~PORT_RWC_BITS; in fotg210_hub_control()
1755 ~PORT_RWC_BITS; in fotg210_hub_control()
4787 fotg210_writel(fotg210, PORT_RWC_BITS, status_reg); in fotg210_turn_off_all_ports()
H A Dehci-platform.c67 portsc &= ~(PORT_OWNER | PORT_RWC_BITS); in ehci_rockchip_relinquish_port()
H A Dehci-fsl.c488 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS); in ehci_fsl_mpc512x_drv_suspend()
H A Dehci-hcd.c326 ehci_writel(ehci, PORT_RWC_BITS, in ehci_turn_off_all_ports()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h58 #define PORT_RWC_BITS (PORT_CSC) macro
H A Disp1760-hcd.c1798 port_status &= ~PORT_RWC_BITS; in check_reset_complete()
1864 temp &= ~(PORT_RWC_BITS); in isp1760_hub_control()
1935 temp & ~(PORT_RWC_BITS | PORT_RESUME)); in isp1760_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dhost.c262 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in ci_ehci_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dehci-dbgp.c632 writel(portsc & ~(PORT_RWC_BITS | PORT_RESET), in ehci_reset_port()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c235 val = readl_relaxed(base + TEGRA_USB_PORTSC1) & ~PORT_RWC_BITS; in set_phcd()