Searched refs:DOEPMSK (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/usb/dwc2/ |
| D | gadget.c | 1725 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_start_next_request() 2786 u32 epmsk_reg = dir_in ? DIEPMSK : DOEPMSK; in dwc2_gadget_read_ep_interrupts() 2918 doepmsk = dwc2_readl(hsotg, DOEPMSK); in dwc2_gadget_handle_out_token_ep_disabled() 2920 dwc2_writel(hsotg, doepmsk, DOEPMSK); in dwc2_gadget_handle_out_token_ep_disabled() 3475 DOEPMSK); in dwc2_hsotg_core_init_disconnected() 3479 dwc2_set_bit(hsotg, DOEPMSK, DOEPMSK_BNAMSK); in dwc2_hsotg_core_init_disconnected() 4071 mask = dwc2_readl(hsotg, DOEPMSK); in dwc2_hsotg_ep_enable() 4073 dwc2_writel(hsotg, mask, DOEPMSK); in dwc2_hsotg_ep_enable() 4417 DOEPMSK); in dwc2_hsotg_init() 5041 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() 385 dump_register(DOEPMSK),
|
| D | hw.h | 511 #define DOEPMSK HSOTG_REG(0x814) macro
|