Searched refs:CHIPID (Results 1 – 9 of 9) sorted by relevance
47 #define CHIPID 0x20 macro272 chip_type = superio_inw(CHIPID); in it87_wdt_init()
37 is missing in the CHIPID registers or in the OTP memory.
45 #define CHIPID 0x20 macro285 chip_type = superio_inw(CHIPID); in it87_gpio_init()
41 #define CHIPID 0x170 /* chip ID */ macro
40 #define CHIPID 0x04 /* Chip ID register */ macro
1862 chip_version = (readl(lp->mmio + CHIPID) & 0xf0000000) >> 28; in amd8111e_probe_one()
19 #define CHIPID 0x0000 macro
1256 (i2c_rd16(sd, CHIPID) & MASK_CHIPID) >> 8); in tc358743_log_status()1258 i2c_rd16(sd, CHIPID) & MASK_REVID); in tc358743_log_status()2064 if ((i2c_rd16(sd, CHIPID) & MASK_CHIPID) != 0) { in tc358743_probe()
31 #define CHIPID GENMASK(15, 8) macro1392 chipid = FIELD_GET(CHIPID, val); in tc358746_init_hw()
Completed in 29 milliseconds