Home
last modified time | relevance | path

Searched refs:U3D_DEV_LINK_INTR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_core.c169 mtu3_writel(mbase, U3D_DEV_LINK_INTR, ~0x0); in mtu3_intr_status_clear()
609 link = mtu3_readl(mbase, U3D_DEV_LINK_INTR); in mtu3_link_isr()
611 mtu3_writel(mbase, U3D_DEV_LINK_INTR, link); /* W1C */ in mtu3_link_isr()
Dmtu3_hw_regs.h239 #define U3D_DEV_LINK_INTR (SSUSB_EPCTL_CSR_BASE + 0x0054) macro