Home
last modified time | relevance | path

Searched refs:en_vrm10 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83627ehf.c1703 u8 en_vrm10; in w83627ehf_probe() local
1908 en_vrm10 = superio_inb(sio_data->sioreg, in w83627ehf_probe()
1910 if ((en_vrm10 & 0x08) && data->vrm == 90) { in w83627ehf_probe()
1915 en_vrm10 & ~0x08); in w83627ehf_probe()
1916 } else if (!(en_vrm10 & 0x08) in w83627ehf_probe()
1922 en_vrm10 | 0x08); in w83627ehf_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83627ehf.c1701 u8 en_vrm10; in w83627ehf_probe() local
1898 en_vrm10 = superio_inb(sio_data->sioreg, in w83627ehf_probe()
1900 if ((en_vrm10 & 0x08) && data->vrm == 90) { in w83627ehf_probe()
1905 en_vrm10 & ~0x08); in w83627ehf_probe()
1906 } else if (!(en_vrm10 & 0x08) in w83627ehf_probe()
1912 en_vrm10 | 0x08); in w83627ehf_probe()

Completed in 6 milliseconds