Searched refs:U3D_EP0CSR (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/usb/mtu3/ |
A D | mtu3_gadget_ep0.c | 142 csr = mtu3_readl(mbase, U3D_EP0CSR) & EP0_W1C_BITS; in ep0_stall_set() 147 mtu3_writel(mtu->mac_base, U3D_EP0CSR, csr); in ep0_stall_set() 161 value = mtu3_readl(mbase, U3D_EP0CSR) & EP0_W1C_BITS; in ep0_do_status_stage() 520 csr = mtu3_readl(mbase, U3D_EP0CSR) & EP0_W1C_BITS; in ep0_rx_state() 554 mtu3_writel(mbase, U3D_EP0CSR, csr); in ep0_rx_state() 600 mtu3_readl(mtu->mac_base, U3D_EP0CSR)); in ep0_tx_state() 627 mtu3_writel(mtu->mac_base, U3D_EP0CSR, in ep0_read_setup() 631 mtu3_writel(mtu->mac_base, U3D_EP0CSR, in ep0_read_setup() 717 csr = mtu3_readl(mbase, U3D_EP0CSR); in mtu3_ep0_isr() 724 csr = mtu3_readl(mbase, U3D_EP0CSR); in mtu3_ep0_isr() [all …]
|
A D | mtu3_hw_regs.h | 35 #define U3D_EP0CSR (SSUSB_DEV_BASE + 0x0100) macro
|
A D | mtu3_core.c | 587 csr = mtu3_readl(mtu->mac_base, U3D_EP0CSR); in mtu3_ep0_setup() 591 mtu3_writel(mtu->mac_base, U3D_EP0CSR, csr); in mtu3_ep0_setup()
|
Completed in 9 milliseconds