Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-via.c22 #define I2C_DIR (pm_io_base+0x40)
23 #define I2C_OUT (pm_io_base+0x42)
24 #define I2C_IN (pm_io_base+0x44)
32 static u16 pm_io_base; variable
92 if (pm_io_base) { in vt586b_probe()
113 pci_read_config_word(dev, base, &pm_io_base); in vt586b_probe()
114 pm_io_base &= (0xff << 8); in vt586b_probe()
130 pm_io_base = 0; in vt586b_probe()
140 pm_io_base = 0; in vt586b_remove()