Home
last modified time | relevance | path

Searched refs:mtu3_clrbits (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/mtu3/
Dmtu3_core.c77 mtu3_clrbits(mtu->mac_base, U3D_USB3_CONFIG, USB3_EN); in mtu3_ss_func_set()
89 mtu3_clrbits(mtu->mac_base, U3D_POWER_MANAGEMENT, in mtu3_hs_softconn_set()
101 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL2, SSUSB_IP_DEV_PDN); in mtu3_device_enable()
105 mtu3_clrbits(ibase, SSUSB_U3_CTRL(0), in mtu3_device_enable()
109 mtu3_clrbits(ibase, SSUSB_U2_CTRL(0), in mtu3_device_enable()
135 mtu3_clrbits(ibase, SSUSB_U2_CTRL(0), SSUSB_U2_PORT_OTG_SEL); in mtu3_device_disable()
137 mtu3_clrbits(ibase, SSUSB_U3_CTRL(0), in mtu3_device_disable()
151 mtu3_clrbits(ibase, U3D_SSUSB_DEV_RST_CTRL, SSUSB_DEV_SW_RST); in mtu3_device_reset()
220 mtu3_clrbits(mbase, U3D_USB3_CONFIG, USB3_EN); in mtu3_set_speed()
222 mtu3_clrbits(mbase, U3D_POWER_MANAGEMENT, HS_ENABLE); in mtu3_set_speed()
[all …]
Dmtu3_host.c118 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL1, SSUSB_IP_HOST_PDN); in ssusb_host_enable()
Dmtu3.h407 static inline void mtu3_clrbits(void __iomem *base, u32 offset, u32 bits) in mtu3_clrbits() function
Dmtu3_qmu.c356 mtu3_clrbits(mbase, U3D_QCR3, QMU_RX_ZLP(epnum)); in mtu3_qmu_start()
443 mtu3_clrbits(mbase, MU3D_EP_TXCR0(mep->epnum), TX_DMAREQEN); in qmu_tx_zlp_error_handler()
Dmtu3_plat.c203 mtu3_clrbits(ssusb->ippc_base, U3D_SSUSB_IP_PW_CTRL0, SSUSB_IP_SW_RST); in ssusb_ip_sw_reset()
Dmtu3_gadget.c455 mtu3_clrbits(mtu->mac_base, U3D_POWER_MANAGEMENT, RESUME); in mtu3_gadget_wakeup()