Searched refs:CHIPREV (Results 1 – 3 of 3) sorted by relevance
51 #define CHIPREV 0x22 macro292 chip_rev = superio_inb(CHIPREV) & 0x0f; in it87_wdt_init()
46 #define CHIPREV 0x22 macro286 chip_rev = superio_inb(CHIPREV) & 0x0f; in it87_gpio_init()
203 #define CHIPREV (((readl(CHIPA_CHIP_ID_ADDR) >> 16) & 0xF) macro