Searched refs:DOEPMSK (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/usb/dwc2/ |
D | gadget.c | 1710 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_start_next_request() 2753 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_read_ep_interrupts() 2885 doepmsk = dwc2_readl(hsotg, DOEPMSK); in dwc2_gadget_handle_out_token_ep_disabled() 2887 dwc2_writel(hsotg, doepmsk, DOEPMSK); in dwc2_gadget_handle_out_token_ep_disabled() 3444 DOEPMSK); in dwc2_hsotg_core_init_disconnected() 3448 dwc2_set_bit(hsotg, DOEPMSK, DOEPMSK_BNAMSK); in dwc2_hsotg_core_init_disconnected() 4029 mask = dwc2_readl(hsotg, DOEPMSK); in dwc2_hsotg_ep_enable() 4031 dwc2_writel(hsotg, mask, DOEPMSK); in dwc2_hsotg_ep_enable() 4373 DOEPMSK); in dwc2_hsotg_init() 4982 dr->doepmsk = dwc2_readl(hsotg, DOEPMSK); in dwc2_backup_device_registers() [all …]
|
D | debugfs.c | 137 dwc2_readl(hsotg, DIEPMSK), dwc2_readl(hsotg, DOEPMSK)); in state_show() 384 dump_register(DOEPMSK),
|
D | hw.h | 502 #define DOEPMSK HSOTG_REG(0x814) macro
|