Lines Matching refs:superio_inb
107 superio_inb(struct w83627hf_sio_data *sio, int reg) in superio_inb() function
1267 val = force_id ? force_id : superio_inb(sio_data, DEVID); in w83627hf_find()
1292 val = (superio_inb(sio_data, WINB_BASE_REG) << 8) | in w83627hf_find()
1293 superio_inb(sio_data, WINB_BASE_REG + 1); in w83627hf_find()
1300 val = superio_inb(sio_data, WINB_ACT_REG); in w83627hf_find()
1635 if (!(superio_inb(sio_data, W83627THF_GPIO5_EN) & (1<<3))) { in w83627thf_read_gpio5()
1644 sel = superio_inb(sio_data, W83627THF_GPIO5_IOSR) & 0x3f; in w83627thf_read_gpio5()
1652 res = superio_inb(sio_data, W83627THF_GPIO5_DR) & sel; in w83627thf_read_gpio5()
1678 if (!(superio_inb(sio_data, W83687THF_VID_EN) & (1 << 2))) { in w83687thf_read_vid()
1684 if (!(superio_inb(sio_data, W83687THF_VID_CFG) & (1 << 4))) { in w83687thf_read_vid()
1690 res = superio_inb(sio_data, W83687THF_VID_DATA) & 0x3f; in w83687thf_read_vid()