Searched refs:SW_RESET_MASK (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra210_admaif.h | 66 #define SW_RESET_MASK 1 macro
|
H A D | tegra210_admaif.c | 384 regmap_update_bits(admaif->regmap, reset_reg, SW_RESET_MASK, SW_RESET); in tegra_admaif_stop() 388 !(val & SW_RESET_MASK & SW_RESET), in tegra_admaif_stop()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_admaif.h | 66 #define SW_RESET_MASK 1 macro
|
H A D | tegra210_admaif.c | 384 regmap_update_bits(admaif->regmap, reset_reg, SW_RESET_MASK, SW_RESET); in tegra_admaif_stop() 388 !(val & SW_RESET_MASK & SW_RESET), in tegra_admaif_stop()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-imx.c | 37 #define SW_RESET_MASK GENMASK(31, 26) macro 370 if ((value & SW_RESET_MASK) == ALL_SW_RESET) in cdns_imx_is_power_lost()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | cdns3-imx.c | 37 #define SW_RESET_MASK GENMASK(31, 26) macro
|
Completed in 6 milliseconds