Searched refs:SIO_REG_ADDR (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/hwmon/ | 
| D | sch56xx-common.c | 35 #define SIO_REG_ADDR		0x66	/* Logical device address (2 bytes) */  macro 500 	address = superio_inb(sioaddr, SIO_REG_ADDR) |  in sch56xx_find() 501 		   superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8;  in sch56xx_find()
  | 
| D | nct6683.c | 62 #define SIO_REG_ADDR		0x60	/* Logical device address (2 bytes) */  macro 1363 	val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)  in nct6683_find() 1364 	    | superio_inb(sioaddr, SIO_REG_ADDR + 1);  in nct6683_find()
  | 
| D | w83627ehf.c | 81 #define SIO_REG_ADDR		0x60	/* Logical device address (2 bytes) */  macro 2127 	val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)  in w83627ehf_find() 2128 	    | superio_inb(sioaddr, SIO_REG_ADDR + 1);  in w83627ehf_find()
  | 
| D | f71805f.c | 55 #define SIO_REG_ADDR		0x60	/* Logical device address (2 bytes) */  macro 1594 	*address = superio_inw(sioaddr, SIO_REG_ADDR);  in f71805f_find()
  | 
| D | nct6775.c | 118 #define SIO_REG_ADDR		0x60	/* Logical device address (2 bytes) */  macro 4786 	val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)  in nct6775_find() 4787 	    | superio_inb(sioaddr, SIO_REG_ADDR + 1);  in nct6775_find()
  | 
| D | f71882fg.c | 34 #define SIO_REG_ADDR		0x60	/* Logical device address (2 bytes) */  macro 2695 	address = superio_inw(sioaddr, SIO_REG_ADDR);  in f71882fg_find()
  | 
| /Linux-v5.10/drivers/watchdog/ | 
| D | f71808e_wdt.c | 43 #define SIO_REG_ADDR		0x60	/* Logical device address (2 bytes) */  macro
  |