Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dnct6775-platform.c556 int cr2f = sio_data->sio_inb(sio_data, 0x2f); in nct6775_check_fan_inputs() local
560 (!(cr2f & 0x10) && (cr1a & 0x04)); // pin 65(66) in nct6775_check_fan_inputs()
579 int cr2f = sio_data->sio_inb(sio_data, 0x2f); in nct6775_check_fan_inputs() local
580 bool vsb_ctl_en = cr2f & BIT(0); in nct6775_check_fan_inputs()
581 bool dsw_en = cr2f & BIT(3); in nct6775_check_fan_inputs()
582 bool ddr4_en = cr2f & BIT(4); in nct6775_check_fan_inputs()
583 bool as_seq1_en = cr2f & BIT(7); in nct6775_check_fan_inputs()
/linux-6.12.1/drivers/video/fbdev/
Ds3fb.c1078 u8 cr2f = vga_rcrt(par->state.vgabase, 0x2f); in s3_identification() local
1084 if (! (cr2f & 0x40)) in s3_identification()