Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c131 u8 afe_power_status = 0; in cx231xx_afe_init_super_block() local
140 status = afe_read_byte(dev, SUP_BLK_TUNE2, &afe_power_status); in cx231xx_afe_init_super_block()
155 while (afe_power_status != 0x18) { in cx231xx_afe_init_super_block()
164 status = afe_read_byte(dev, SUP_BLK_PWRDN, &afe_power_status); in cx231xx_afe_init_super_block()
165 afe_power_status &= 0xff; in cx231xx_afe_init_super_block()
345 u8 afe_power_status = 0; in cx231xx_afe_update_power_control() local
364 while (afe_power_status != (FLD_PWRDN_TUNING_BIAS | in cx231xx_afe_update_power_control()
370 &afe_power_status); in cx231xx_afe_update_power_control()
390 &afe_power_status); in cx231xx_afe_update_power_control()
391 afe_power_status |= FLD_PWRDN_PD_BANDGAP | in cx231xx_afe_update_power_control()
[all …]