Searched refs:DOEPMSK (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/usb/dwc2/ |
D | debugfs.c | 137 dwc2_readl(hsotg, DIEPMSK), dwc2_readl(hsotg, DOEPMSK)); in state_show() 385 dump_register(DOEPMSK),
|
D | gadget.c | 2791 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_read_ep_interrupts() 3503 DOEPMSK); in dwc2_hsotg_core_init_disconnected() 3507 dwc2_set_bit(hsotg, DOEPMSK, DOEPMSK_BNAMSK); in dwc2_hsotg_core_init_disconnected() 4120 mask = dwc2_readl(hsotg, DOEPMSK); in dwc2_hsotg_ep_enable() 4122 dwc2_writel(hsotg, mask, DOEPMSK); in dwc2_hsotg_ep_enable() 4493 DOEPMSK); in dwc2_hsotg_init() 5155 dr->doepmsk = dwc2_readl(hsotg, DOEPMSK); in dwc2_backup_device_registers() 5218 dwc2_writel(hsotg, dr->doepmsk, DOEPMSK); in dwc2_restore_device_registers()
|
D | hw.h | 482 #define DOEPMSK HSOTG_REG(0x814) macro
|