Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dit87_wdt.c50 #define CHIPID 0x20 macro
298 chip_type = superio_inw(CHIPID); in it87_wdt_init()
/linux/drivers/gpio/
H A Dgpio-it87.c45 #define CHIPID 0x20 macro
285 chip_type = superio_inw(CHIPID); in it87_gpio_init()
/linux/drivers/net/ethernet/apple/
H A Dbmac.h41 #define CHIPID 0x170 /* chip ID */ macro
/linux/drivers/media/i2c/
H A Dtc358743_regs.h19 #define CHIPID 0x0000 macro
H A Dtc358743.c1283 (i2c_rd16(sd, CHIPID) & MASK_CHIPID) >> 8); in tc358743_log_status()
1285 i2c_rd16(sd, CHIPID) & MASK_REVID); in tc358743_log_status()
2091 if ((i2c_rd16(sd, CHIPID) & MASK_CHIPID) != 0) { in tc358743_probe()
H A Dtc358746.c31 #define CHIPID GENMASK(15, 8) macro
1392 chipid = FIELD_GET(CHIPID, val); in tc358746_init_hw()
/linux/drivers/net/ethernet/amd/
H A Damd8111e.c1862 chip_version = (readl(lp->mmio + CHIPID) & 0xf0000000) >> 28; in amd8111e_probe_one()