/linux-4.4.14/arch/blackfin/include/asm/ |
D | entry.h | 43 preg.h = HI(CHIPID); \ 44 preg.l = LO(CHIPID); \
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | bmac.h | 45 #define CHIPID 0x170 /* chip ID */ macro
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-it87.c | 50 #define CHIPID 0x20 macro 303 chip_type = superio_inw(CHIPID); in it87_gpio_init()
|
/linux-4.4.14/drivers/watchdog/ |
D | it87_wdt.c | 74 #define CHIPID 0x20 macro 618 chip_type = superio_inw(CHIPID); in it87_wdt_init()
|
/linux-4.4.14/drivers/media/i2c/ |
D | tc358743_regs.h | 32 #define CHIPID 0x0000 macro
|
D | tc358743.c | 1120 (i2c_rd16(sd, CHIPID) & MASK_CHIPID) >> 8); in tc358743_log_status() 1122 i2c_rd16(sd, CHIPID) & MASK_REVID); in tc358743_log_status() 1852 if ((i2c_rd16(sd, CHIPID) & MASK_CHIPID) != 0) { in tc358743_probe()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.h | 51 #define CHIPID 0x04 /* Chip ID regsiter */ macro
|
D | amd8111e.c | 1915 chip_version = (readl(lp->mmio + CHIPID) & 0xf0000000)>>28; in amd8111e_probe_one()
|
/linux-4.4.14/arch/blackfin/mach-bf533/include/mach/ |
D | defBF532.h | 22 #define CHIPID 0xFFC00014 /* Chip ID Register */ macro
|
D | cdefBF532.h | 16 #define bfin_read_CHIPID() bfin_read32(CHIPID)
|
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/ |
D | defBF512.h | 20 #define CHIPID 0xFFC00014 /* Device ID Register */ macro
|
D | cdefBF512.h | 19 #define bfin_read_CHIPID() bfin_read32(CHIPID) 20 #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val)
|
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/ |
D | defBF522.h | 22 #define CHIPID 0xFFC00014 /* Device ID Register */ macro
|
D | cdefBF522.h | 19 #define bfin_read_CHIPID() bfin_read32(CHIPID) 20 #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val)
|
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ |
D | defBF561.h | 21 #define CHIPID 0xFFC00014 /* Chip ID Register */ macro
|
D | cdefBF561.h | 23 #define bfin_read_CHIPID() bfin_read32(CHIPID)
|
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/ |
D | defBF534.h | 19 #define CHIPID 0xFFC00014 /* Chip ID Register */ macro
|
D | cdefBF534.h | 19 #define bfin_read_CHIPID() bfin_read32(CHIPID)
|
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/ |
D | defBF538.h | 16 #define CHIPID 0xFFC00014 /* Chip ID Register */ macro
|
D | cdefBF538.h | 20 #define bfin_read_CHIPID() bfin_read32(CHIPID) 21 #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val)
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | defBF54x_base.h | 25 #define CHIPID 0xffc00014 macro
|
D | cdefBF54x_base.h | 27 #define bfin_read_CHIPID() bfin_read32(CHIPID) 28 #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val)
|
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/ |
D | defBF60x_base.h | 3589 #define CHIPID 0xffc00014 macro
|
D | cdefBF60x_base.h | 16 #define bfin_read_CHIPID() bfin_read32(CHIPID) 17 #define bfin_write_CHIPID(val) bfin_write32(CHIPID, val)
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 1337 D32(CHIPID); /* it's part of this hardware block */ in bfin_debug_mmrs_init()
|