Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-imx.c44 #define ALL_SW_RESET (PWR_SW_RESET | APB_SW_RESET | AXI_SW_RESET | \ macro
132 value |= ALL_SW_RESET; in cdns_imx_noncore_init()
145 value &= ~ALL_SW_RESET; in cdns_imx_noncore_init()
372 if ((value & SW_RESET_MASK) == ALL_SW_RESET) in cdns_imx_is_power_lost()