[go: nahoru, domu]

Searched defs:afe_power_status (Results 1 - 1 of 1) sorted by relevance

/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c132 u8 afe_power_status = 0; local
141 status = afe_read_byte(dev, SUP_BLK_TUNE2, &afe_power_status);
156 while (afe_power_status != 0x18) {
164 status = afe_read_byte(dev, SUP_BLK_PWRDN, &afe_power_status);
165 afe_power_status &= 0xff;
343 u8 afe_power_status = 0; local
362 while (afe_power_status != (FLD_PWRDN_TUNING_BIAS |
368 &afe_power_status);
388 &afe_power_status);
389 afe_power_status |
[all...]

Completed in 11 milliseconds