Searched refs:AL5_MCU_WAKEUP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-core.c | 67 #define AL5_MCU_WAKEUP 0x000c macro 1920 err = regmap_write(dev->regmap, AL5_MCU_WAKEUP, BIT(0)); in allegro_mcu_start() 1932 err = regmap_write(dev->regmap, AL5_MCU_WAKEUP, 0); in allegro_mcu_start() 1944 * Ensure that the AL5_MCU_WAKEUP bit is set to 0 otherwise the mcu in allegro_mcu_reset() 1947 err = regmap_write(dev->regmap, AL5_MCU_WAKEUP, 0); in allegro_mcu_reset()
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 71 #define AL5_MCU_WAKEUP 0x000c macro 2433 err = regmap_write(dev->regmap, AL5_MCU_WAKEUP, BIT(0)); in allegro_mcu_start() 2445 err = regmap_write(dev->regmap, AL5_MCU_WAKEUP, 0); in allegro_mcu_start() 2457 * Ensure that the AL5_MCU_WAKEUP bit is set to 0 otherwise the mcu in allegro_mcu_reset() 2460 err = regmap_write(dev->regmap, AL5_MCU_WAKEUP, 0); in allegro_mcu_reset()
|
Completed in 10 milliseconds