Searched refs:cr2f (Results 1 – 2 of 2) sorted by relevance
556 int cr2f = sio_data->sio_inb(sio_data, 0x2f); in nct6775_check_fan_inputs() local560 (!(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() local580 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()
1078 u8 cr2f = vga_rcrt(par->state.vgabase, 0x2f); in s3_identification() local1084 if (! (cr2f & 0x40)) in s3_identification()