Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dnct6775-platform.c544 int cr2f = sio_data->sio_inb(sio_data, 0x2f); in nct6775_check_fan_inputs() local
548 (!(cr2f & 0x10) && (cr1a & 0x04)); // pin 65(66) in nct6775_check_fan_inputs()
567 int cr2f = sio_data->sio_inb(sio_data, 0x2f); in nct6775_check_fan_inputs() local
568 bool dsw_en = cr2f & BIT(3); in nct6775_check_fan_inputs()
569 bool ddr4_en = cr2f & BIT(4); in nct6775_check_fan_inputs()
/Linux-v6.1/drivers/video/fbdev/
Ds3fb.c1070 u8 cr2f = vga_rcrt(par->state.vgabase, 0x2f); in s3_identification() local
1076 if (! (cr2f & 0x40)) in s3_identification()