Searched refs:USB3_INT_REG (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 236 value = cdns_imx_readl(data, USB3_INT_REG); in cdns3_set_wakeup() 242 cdns_imx_writel(data, USB3_INT_REG, value); in cdns3_set_wakeup() 280 value = cdns_imx_readl(data, USB3_INT_REG); in cdns_imx_platform_suspend() 281 ret = readl_poll_timeout(data->noncore + USB3_INT_REG, value, in cdns_imx_platform_suspend() 316 value = cdns_imx_readl(data, USB3_INT_REG); in cdns_imx_platform_suspend() 317 ret = readl_poll_timeout(data->noncore + USB3_INT_REG, value, in cdns_imx_platform_suspend()
|