Searched refs:DOEPMSK (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 137 dwc2_readl(hsotg, DIEPMSK), dwc2_readl(hsotg, DOEPMSK)); in state_show() 385 dump_register(DOEPMSK),
|
H A D | gadget.c | 2795 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_read_ep_interrupts() 3507 DOEPMSK); in dwc2_hsotg_core_init_disconnected() 3511 dwc2_set_bit(hsotg, DOEPMSK, DOEPMSK_BNAMSK); in dwc2_hsotg_core_init_disconnected() 4130 mask = dwc2_readl(hsotg, DOEPMSK); in dwc2_hsotg_ep_enable() 4132 dwc2_writel(hsotg, mask, DOEPMSK); in dwc2_hsotg_ep_enable() 4503 DOEPMSK); in dwc2_hsotg_init() 5166 dr->doepmsk = dwc2_readl(hsotg, DOEPMSK); in dwc2_backup_device_registers() 5229 dwc2_writel(hsotg, dr->doepmsk, DOEPMSK); in dwc2_restore_device_registers()
|
H A D | hw.h | 482 #define DOEPMSK HSOTG_REG(0x814) macro
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 506 #define DOEPMSK HSOTG_REG(0x814) macro
|