Searched refs:superio_select (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | it8712f_wdt.c | 114 static inline void superio_select(int ldn) in superio_select() function 185 superio_select(LDN_GPIO); in it8712f_wdt_enable() 205 superio_select(LDN_GPIO); in it8712f_wdt_disable() 276 superio_select(LDN_GPIO); in it8712f_wdt_ioctl() 299 superio_select(LDN_GPIO); in it8712f_wdt_ioctl() 369 superio_select(LDN_GAME); in it8712f_wdt_find()
|
| H A D | w83627hf_wdt.c | 143 static void superio_select(int ld) in superio_select() function 163 superio_select(W83627HF_LD_WDT); in w83627hf_init() 272 superio_select(W83627HF_LD_WDT); in wdt_set_time() 305 superio_select(W83627HF_LD_WDT); in wdt_get_time() 354 superio_select(W83627HF_LD_WDT); in wdt_find()
|
| H A D | it87_wdt.c | 140 static inline void superio_select(int ldn) in superio_select() function 199 superio_select(GPIO); in wdt_update_timeout() 354 superio_select(GPIO); in it87_wdt_init() 369 superio_select(EC); in it87_wdt_init()
|
| H A D | f71808e_wdt.c | 132 static inline void superio_select(int base, int ld); 201 static inline void superio_select(int base, int ld) in superio_select() function 267 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_keepalive() 301 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_start() 376 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_start() 421 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_stop() 481 superio_select(wd->sioaddr, SIO_F71808FG_LD_WDT); in fintek_wdt_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-f7188x.c | 141 static inline void superio_select(int base, int ld) in superio_select() function 299 superio_select(sio->addr, sio->device); in f7188x_gpio_get_direction() 324 superio_select(sio->addr, sio->device); in f7188x_gpio_direction_in() 349 superio_select(sio->addr, sio->device); in f7188x_gpio_get() 374 superio_select(sio->addr, sio->device); in f7188x_gpio_direction_out() 407 superio_select(sio->addr, sio->device); in f7188x_gpio_set() 437 superio_select(sio->addr, sio->device); in f7188x_gpio_set_config()
|
| H A D | gpio-it87.c | 99 static inline void superio_select(int ldn) in superio_select() function 343 superio_select(GPIO); in it87_gpio_init()
|
| /linux/drivers/hwmon/ |
| H A D | smsc47b397.c | 57 static inline void superio_select(int ld) in superio_select() function 321 superio_select(SUPERIO_REG_LD8); in smsc47b397_find()
|
| H A D | it87.c | 114 static inline void superio_select(int ioreg, int ldn) in superio_select() function 749 superio_select(data->sioaddr, PME); in smbus_disable() 766 superio_select(data->sioaddr, PME); in smbus_enable() 2812 superio_select(sioaddr, PME); in it87_find() 2859 superio_select(sioaddr, 5); in it87_find() 2865 superio_select(sioaddr, GPIO); in it87_find() 2933 superio_select(sioaddr, GPIO); in it87_find() 2958 superio_select(sioaddr, GPIO); in it87_find() 3008 superio_select(sioaddr, GPIO); in it87_find() 3045 superio_select(sioaddr, GPIO); in it87_find() [all …]
|