Home
last modified time | relevance | path

Searched refs:pm_io_base (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/i2c/busses/
Di2c-via.c30 #define I2C_DIR (pm_io_base+0x40)
31 #define I2C_OUT (pm_io_base+0x42)
32 #define I2C_IN (pm_io_base+0x44)
40 static u16 pm_io_base; variable
100 if (pm_io_base) { in vt586b_probe()
121 pci_read_config_word(dev, base, &pm_io_base); in vt586b_probe()
122 pm_io_base &= (0xff << 8); in vt586b_probe()
138 pm_io_base = 0; in vt586b_probe()
148 pm_io_base = 0; in vt586b_remove()