Searched refs:mtu3_clrbits (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_core.c | 64 mtu3_clrbits(mtu->mac_base, U3D_USB3_CONFIG, USB3_EN); in mtu3_ss_func_set() 76 mtu3_clrbits(mtu->mac_base, U3D_POWER_MANAGEMENT, in mtu3_hs_softconn_set() 92 mtu3_clrbits(ibase, SSUSB_U3_CTRL(0), in mtu3_device_enable() 96 mtu3_clrbits(ibase, SSUSB_U2_CTRL(0), in mtu3_device_enable() 193 mtu3_clrbits(mbase, U3D_USB3_CONFIG, USB3_EN); in mtu3_set_speed() 195 mtu3_clrbits(mbase, U3D_POWER_MANAGEMENT, HS_ENABLE); in mtu3_set_speed() 198 mtu3_clrbits(mbase, U3D_USB3_CONFIG, USB3_EN); in mtu3_set_speed() 203 mtu3_clrbits(mtu->ippc_base, SSUSB_U3_CTRL(0), in mtu3_set_speed() 226 mtu3_clrbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset() 555 mtu3_clrbits(mbase, U3D_LINK_POWER_CONTROL, in mtu3_regs_init() [all …]
|
A D | mtu3_host.c | 40 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL1, SSUSB_IP_HOST_PDN); in ssusb_host_enable()
|
A D | mtu3.h | 390 static inline void mtu3_clrbits(void __iomem *base, u32 offset, u32 bits) in mtu3_clrbits() function
|
A D | mtu3_plat.c | 134 mtu3_clrbits(ssusb->ippc_base, U3D_SSUSB_IP_PW_CTRL0, SSUSB_IP_SW_RST); in ssusb_ip_sw_reset()
|
A D | mtu3_qmu.c | 284 mtu3_clrbits(mbase, U3D_QCR3, QMU_RX_ZLP(epnum)); in mtu3_qmu_start()
|
A D | mtu3_gadget.c | 435 mtu3_clrbits(mtu->mac_base, U3D_POWER_MANAGEMENT, RESUME); in mtu3_gadget_wakeup()
|
Completed in 10 milliseconds