Home
last modified time | relevance | path

Searched refs:OTG_NRDY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dcdns3-imx.c74 #define OTG_NRDY BIT(11) macro
331 /* Wait until OTG_NRDY is 0 */ in cdns_imx_platform_suspend()
334 (value & OTG_NRDY) != OTG_NRDY, in cdns_imx_platform_suspend()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-imx.c74 #define OTG_NRDY BIT(11) macro
334 /* Wait until OTG_NRDY is 0 */ in cdns_imx_platform_suspend()
337 (value & OTG_NRDY) != OTG_NRDY, in cdns_imx_platform_suspend()

Completed in 3 milliseconds