/linux-4.1.27/arch/blackfin/include/asm/ |
D | entry.h | 43 preg.h = HI(CHIPID); \ 44 preg.l = LO(CHIPID); \
|
/linux-4.1.27/drivers/media/radio/si470x/ |
D | radio-si470x-i2c.c | 387 radio->registers[DEVICEID], radio->registers[CHIPID]); in si470x_i2c_probe() 388 if ((radio->registers[CHIPID] & CHIPID_FIRMWARE) < RADIO_FW_VERSION) { in si470x_i2c_probe() 394 radio->registers[CHIPID] & CHIPID_FIRMWARE); in si470x_i2c_probe()
|
D | radio-si470x.h | 57 #define CHIPID 1 /* Chip ID */ macro
|
D | radio-si470x-usb.c | 689 radio->registers[DEVICEID], radio->registers[CHIPID]); in si470x_usb_driver_probe() 690 if ((radio->registers[CHIPID] & CHIPID_FIRMWARE) < RADIO_FW_VERSION) { in si470x_usb_driver_probe() 696 radio->registers[CHIPID] & CHIPID_FIRMWARE); in si470x_usb_driver_probe()
|
/linux-4.1.27/drivers/net/ethernet/apple/ |
D | bmac.h | 45 #define CHIPID 0x170 /* chip ID */ macro
|
/linux-4.1.27/drivers/watchdog/ |
D | it87_wdt.c | 74 #define CHIPID 0x20 macro 618 chip_type = superio_inw(CHIPID); in it87_wdt_init()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 1337 D32(CHIPID); /* it's part of this hardware block */ in bfin_debug_mmrs_init()
|