Searched refs:USB3_INT_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-imx.c | 23 #define USB3_INT_REG 0x08 macro 140 value = cdns_imx_readl(data, USB3_INT_REG); in cdns_imx_noncore_init() 142 cdns_imx_writel(data, USB3_INT_REG, value); in cdns_imx_noncore_init() 239 value = cdns_imx_readl(data, USB3_INT_REG); in cdns3_set_wakeup() 245 cdns_imx_writel(data, USB3_INT_REG, value); in cdns3_set_wakeup() 283 value = cdns_imx_readl(data, USB3_INT_REG); in cdns_imx_platform_suspend() 284 ret = readl_poll_timeout(data->noncore + USB3_INT_REG, value, in cdns_imx_platform_suspend() 319 value = cdns_imx_readl(data, USB3_INT_REG); in cdns_imx_platform_suspend() 320 ret = readl_poll_timeout(data->noncore + USB3_INT_REG, value, in cdns_imx_platform_suspend()
|