Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/cx231xx/
Dcx231xx-avcore.c133 u8 afe_power_status = 0; in cx231xx_afe_init_super_block() local
142 status = afe_read_byte(dev, SUP_BLK_TUNE2, &afe_power_status); in cx231xx_afe_init_super_block()
157 while (afe_power_status != 0x18) { in cx231xx_afe_init_super_block()
165 status = afe_read_byte(dev, SUP_BLK_PWRDN, &afe_power_status); in cx231xx_afe_init_super_block()
166 afe_power_status &= 0xff; in cx231xx_afe_init_super_block()
344 u8 afe_power_status = 0; in cx231xx_afe_update_power_control() local
361 while (afe_power_status != (FLD_PWRDN_TUNING_BIAS | in cx231xx_afe_update_power_control()
367 &afe_power_status); in cx231xx_afe_update_power_control()
387 &afe_power_status); in cx231xx_afe_update_power_control()
388 afe_power_status |= FLD_PWRDN_PD_BANDGAP | in cx231xx_afe_update_power_control()
[all …]