Searched refs:power1 (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/video/backlight/
H A Dili9320.h51 unsigned short power1; member in struct:ili9320
H A Dili9320.c268 ili9320_write(lcd, ILI9320_POWER1, lcd->power1 |
/linux-master/sound/soc/codecs/
H A Dwm8978.c856 u16 power1 = snd_soc_component_read(component, WM8978_POWER_MANAGEMENT_1) & ~3; local
861 power1 |= 1; /* VMID 75k */
862 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, power1);
866 power1 |= 0xc;
871 power1 | 0x3);
875 power1 |= 0x2; /* VMID 500k */
876 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, power1);
886 dev_dbg(component->dev, "%s: %d, %x\n", __func__, level, power1);
H A Dwm8510.c507 u16 power1 = snd_soc_component_read(component, WM8510_POWER1) & ~0x3; local
512 power1 |= 0x1; /* VMID 50k */
513 snd_soc_component_write(component, WM8510_POWER1, power1);
517 power1 |= WM8510_POWER1_BIASEN | WM8510_POWER1_BUFIOEN;
523 snd_soc_component_write(component, WM8510_POWER1, power1 | 0x3);
527 power1 |= 0x2; /* VMID 500k */
528 snd_soc_component_write(component, WM8510_POWER1, power1);
H A Dwm8974.c582 u16 power1 = snd_soc_component_read(component, WM8974_POWER1) & ~0x3; local
587 power1 |= 0x1; /* VMID 50k */
588 snd_soc_component_write(component, WM8974_POWER1, power1);
592 power1 |= WM8974_POWER1_BIASEN | WM8974_POWER1_BUFIOEN;
598 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3);
602 power1 |= 0x2; /* VMID 500k */
603 snd_soc_component_write(component, WM8974_POWER1, power1);
/linux-master/drivers/macintosh/
H A Dwindfarm_pm72.c309 s32 temp0, power0, temp1, power1, t_max = 0; local
329 err = read_one_cpu_vals(1, &temp1, &power1);
345 power = max(power0, power1);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dxmit.h253 __s8 power1; /* PHY RX Status 1: Power 1 */ member in struct:b43_rxhdr_fw4::__anon7180::__anon7182
H A Dxmit.c729 status.signal = max(rxhdr->power1, rxhdr->power2);
731 status.signal = max(rxhdr->power0, rxhdr->power1);

Completed in 154 milliseconds