Lines Matching refs:superio_inb
120 superio_inb(struct w83627hf_sio_data *sio, int reg) in superio_inb() function
1291 val = force_id ? force_id : superio_inb(sio_data, DEVID); in w83627hf_find()
1316 val = (superio_inb(sio_data, WINB_BASE_REG) << 8) | in w83627hf_find()
1317 superio_inb(sio_data, WINB_BASE_REG + 1); in w83627hf_find()
1324 val = superio_inb(sio_data, WINB_ACT_REG); in w83627hf_find()
1648 if (!(superio_inb(sio_data, W83627THF_GPIO5_EN) & (1<<3))) { in w83627thf_read_gpio5()
1657 sel = superio_inb(sio_data, W83627THF_GPIO5_IOSR) & 0x3f; in w83627thf_read_gpio5()
1665 res = superio_inb(sio_data, W83627THF_GPIO5_DR) & sel; in w83627thf_read_gpio5()
1681 if (!(superio_inb(sio_data, W83687THF_VID_EN) & (1 << 2))) { in w83687thf_read_vid()
1687 if (!(superio_inb(sio_data, W83687THF_VID_CFG) & (1 << 4))) { in w83687thf_read_vid()
1693 res = superio_inb(sio_data, W83687THF_VID_DATA) & 0x3f; in w83687thf_read_vid()