Home
last modified time | relevance | path

Searched refs:DAINTMSK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c161 daint = readl(hsotg->regs + DAINTMSK); in s3c_hsotg_ctrl_epint()
166 writel(daint, hsotg->regs + DAINTMSK); in s3c_hsotg_ctrl_epint()
2350 writel(0, hsotg->regs + DAINTMSK); in s3c_hsotg_core_init_disconnected()
2457 u32 daintmsk = readl(hsotg->regs + DAINTMSK); in s3c_hsotg_irq()
2993 writel(0, hsotg->regs + DAINTMSK); in s3c_hsotg_init()
3519 readl(regs + DAINTMSK), in state_show()
Dhw.h479 #define DAINTMSK HSOTG_REG(0x81C) macro