Searched refs:cr2f (Results 1 – 2 of 2) sorted by relevance
544 int cr2f = sio_data->sio_inb(sio_data, 0x2f); in nct6775_check_fan_inputs() local548 (!(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() local568 bool dsw_en = cr2f & BIT(3); in nct6775_check_fan_inputs()569 bool ddr4_en = cr2f & BIT(4); in nct6775_check_fan_inputs()
1070 u8 cr2f = vga_rcrt(par->state.vgabase, 0x2f); in s3_identification() local1076 if (! (cr2f & 0x40)) in s3_identification()