Searched refs:DOEPMSK (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/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 | 2790 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_read_ep_interrupts() 3493 DOEPMSK); in dwc2_hsotg_core_init_disconnected() 3497 dwc2_set_bit(hsotg, DOEPMSK, DOEPMSK_BNAMSK); in dwc2_hsotg_core_init_disconnected() 4109 mask = dwc2_readl(hsotg, DOEPMSK); in dwc2_hsotg_ep_enable() 4111 dwc2_writel(hsotg, mask, DOEPMSK); in dwc2_hsotg_ep_enable() 4482 DOEPMSK); in dwc2_hsotg_init() 5133 dr->doepmsk = dwc2_readl(hsotg, DOEPMSK); in dwc2_backup_device_registers() 5196 dwc2_writel(hsotg, dr->doepmsk, DOEPMSK); in dwc2_restore_device_registers()
|
D | hw.h | 512 #define DOEPMSK HSOTG_REG(0x814) macro
|