Searched refs:USB3_INT_REG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | cdns3-imx.c | 23 #define USB3_INT_REG 0x08 macro 53 /* USB3_INT_REG */ 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, valu in cdns_imx_platform_suspend() [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-imx.c | 23 #define USB3_INT_REG 0x08 macro 53 /* USB3_INT_REG */ 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, valu in cdns_imx_platform_suspend() [all...] |
Completed in 2 milliseconds