Lines Matching refs:superio_inb
144 superio_inb(int ioreg, int reg) in superio_inb() function
3435 reg = superio_inb(data->sioreg, NCT6775_REG_CR_CASEOPEN_CLR[nr]); in clear_caseopen()
3555 data->sio_reg_enable = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_check_fan_inputs()
3559 int cr2c = superio_inb(sioreg, 0x2c); in nct6775_check_fan_inputs()
3565 fan4pin = !(superio_inb(sioreg, 0x2A) & 0x80); in nct6775_check_fan_inputs()
3567 bool gpok = superio_inb(sioreg, 0x27) & 0x80; in nct6775_check_fan_inputs()
3592 fan3pin = !(superio_inb(sioreg, 0x24) & 0x40); in nct6775_check_fan_inputs()
3597 fan4pin = superio_inb(sioreg, 0x1C) & 0x01; in nct6775_check_fan_inputs()
3602 fan5pin = superio_inb(sioreg, 0x1C) & 0x02; in nct6775_check_fan_inputs()
3607 int cr24 = superio_inb(sioreg, 0x24); in nct6775_check_fan_inputs()
3612 int cr1a = superio_inb(sioreg, 0x1a); in nct6775_check_fan_inputs()
3613 int cr1b = superio_inb(sioreg, 0x1b); in nct6775_check_fan_inputs()
3614 int cr24 = superio_inb(sioreg, 0x24); in nct6775_check_fan_inputs()
3615 int cr2a = superio_inb(sioreg, 0x2a); in nct6775_check_fan_inputs()
3616 int cr2b = superio_inb(sioreg, 0x2b); in nct6775_check_fan_inputs()
3617 int cr2f = superio_inb(sioreg, 0x2f); in nct6775_check_fan_inputs()
3633 int cr1a = superio_inb(sioreg, 0x1a); in nct6775_check_fan_inputs()
3634 int cr1b = superio_inb(sioreg, 0x1b); in nct6775_check_fan_inputs()
3635 int cr1c = superio_inb(sioreg, 0x1c); in nct6775_check_fan_inputs()
3636 int cr1d = superio_inb(sioreg, 0x1d); in nct6775_check_fan_inputs()
3637 int cr2a = superio_inb(sioreg, 0x2a); in nct6775_check_fan_inputs()
3638 int cr2b = superio_inb(sioreg, 0x2b); in nct6775_check_fan_inputs()
3639 int cr2d = superio_inb(sioreg, 0x2d); in nct6775_check_fan_inputs()
3640 int cr2f = superio_inb(sioreg, 0x2f); in nct6775_check_fan_inputs()
3648 cre0 = superio_inb(sioreg, 0xe0); in nct6775_check_fan_inputs()
3649 creb = superio_inb(sioreg, 0xeb); in nct6775_check_fan_inputs()
3650 cred = superio_inb(sioreg, 0xed); in nct6775_check_fan_inputs()
4509 cr2a = superio_inb(sio_data->sioreg, 0x2a); in nct6775_probe()
4536 data->vid = superio_inb(sio_data->sioreg, 0xe3); in nct6775_probe()
4544 tmp = superio_inb(sio_data->sioreg, in nct6775_probe()
4620 val = superio_inb(sioaddr, NCT6791_REG_HM_IO_SPACE_LOCK_ENABLE); in nct6791_enable_io_mapping()
4658 reg = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_resume()
4735 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) | in nct6775_find()
4736 superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6775_find()
4786 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6775_find()
4787 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6775_find()
4796 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6775_find()