Searched refs:sio_inb (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/hwmon/ |
D | nct6775-platform.c | 104 int (*sio_inb)(struct nct6775_sio_data *sio_data, int reg); member 350 val = sio_data->sio_inb(sio_data, NCT6791_REG_HM_IO_SPACE_LOCK_ENABLE); in nct6791_enable_io_mapping() 404 reg = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_resume() 482 data->sio_reg_enable = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_check_fan_inputs() 486 int cr2c = sio_data->sio_inb(sio_data, 0x2c); in nct6775_check_fan_inputs() 492 fan4pin = !(sio_data->sio_inb(sio_data, 0x2A) & 0x80); in nct6775_check_fan_inputs() 494 bool gpok = sio_data->sio_inb(sio_data, 0x27) & 0x80; in nct6775_check_fan_inputs() 519 fan3pin = !(sio_data->sio_inb(sio_data, 0x24) & 0x40); in nct6775_check_fan_inputs() 524 fan4pin = sio_data->sio_inb(sio_data, 0x1C) & 0x01; in nct6775_check_fan_inputs() 529 fan5pin = sio_data->sio_inb(sio_data, 0x1C) & 0x02; in nct6775_check_fan_inputs() [all …]
|