Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c119 u8 afe_power_status = 0; in cx231xx_afe_init_super_block() local
128 status = afe_read_byte(dev, SUP_BLK_TUNE2, &afe_power_status); in cx231xx_afe_init_super_block()
143 while (afe_power_status != 0x18) { in cx231xx_afe_init_super_block()
152 status = afe_read_byte(dev, SUP_BLK_PWRDN, &afe_power_status); in cx231xx_afe_init_super_block()
153 afe_power_status &= 0xff; in cx231xx_afe_init_super_block()
333 u8 afe_power_status = 0; in cx231xx_afe_update_power_control() local
352 while (afe_power_status != (FLD_PWRDN_TUNING_BIAS | in cx231xx_afe_update_power_control()
358 &afe_power_status); in cx231xx_afe_update_power_control()
378 &afe_power_status); in cx231xx_afe_update_power_control()
379 afe_power_status |= FLD_PWRDN_PD_BANDGAP | in cx231xx_afe_update_power_control()
[all …]