Lines Matching refs:sioaddr
1293 static int __init nct6683_find(int sioaddr, struct nct6683_sio_data *sio_data) in nct6683_find() argument
1309 err = superio_enter(sioaddr); in nct6683_find()
1313 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in nct6683_find()
1314 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6683_find()
1327 superio_select(sioaddr, NCT6683_LD_HWM); in nct6683_find()
1328 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6683_find()
1329 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6683_find()
1337 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
1343 superio_exit(sioaddr); in nct6683_find()
1345 nct6683_chip_names[sio_data->kind], sioaddr, addr); in nct6683_find()
1346 sio_data->sioreg = sioaddr; in nct6683_find()
1351 superio_exit(sioaddr); in nct6683_find()
1366 int sioaddr[2] = { 0x2e, 0x4e }; in sensors_nct6683_init() local
1384 address = nct6683_find(sioaddr[i], &sio_data); in sensors_nct6683_init()