/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | uvd_v2_2.c | 101 uint32_t chip_id, size; in uvd_v2_2_resume() local 141 chip_id = 0x01000005; in uvd_v2_2_resume() 144 chip_id = 0x01000006; in uvd_v2_2_resume() 147 chip_id = 0x01000007; in uvd_v2_2_resume() 151 chip_id = 0x01000008; in uvd_v2_2_resume() 154 chip_id = 0x01000009; in uvd_v2_2_resume() 157 chip_id = 0x0100000a; in uvd_v2_2_resume() 160 chip_id = 0x0100000b; in uvd_v2_2_resume() 164 chip_id = 0x0100000c; in uvd_v2_2_resume() 167 chip_id = 0x0100000e; in uvd_v2_2_resume() [all …]
|
/linux-4.1.27/include/linux/mfd/abx500/ |
D | ab8500.h | 353 u8 chip_id; member 415 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT1P0)); in is_ab8500_1p0_or_earlier() 421 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT1P1)); in is_ab8500_1p1_or_earlier() 427 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT2P0)); in is_ab8500_2p0_or_earlier() 432 return (is_ab8500(ab) && (ab->chip_id <= AB8500_CUT3P3)); in is_ab8500_3p3_or_earlier() 438 return (is_ab8500(ab) && (ab->chip_id == AB8500_CUT2P0)); in is_ab8500_2p0() 443 return (is_ab8505(ab) && (ab->chip_id <= AB8500_CUT1P0)); in is_ab8505_1p0_or_earlier() 448 return (is_ab8505(ab) && (ab->chip_id == AB8500_CUT2P0)); in is_ab8505_2p0() 453 return (is_ab9540(ab) && (ab->chip_id <= AB8500_CUT1P0)); in is_ab9540_1p0_or_earlier() 458 return (is_ab9540(ab) && (ab->chip_id == AB8500_CUT2P0)); in is_ab9540_2p0() [all …]
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 58 static const char *__init octeon_model_get_string_buffer(uint32_t chip_id, in octeon_model_get_string_buffer() argument 81 switch ((chip_id >> 8) & 0xff) { in octeon_model_get_string_buffer() 116 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 184 switch ((chip_id >> 8) & 0xff) { in octeon_model_get_string_buffer() 201 switch (chip_id & 0xf) { in octeon_model_get_string_buffer() 217 if ((chip_id & 0x10) || fus3.cn31xx.crip_128k) in octeon_model_get_string_buffer() 225 switch (chip_id & 0xf) { in octeon_model_get_string_buffer() 246 switch (chip_id & 0xf) { in octeon_model_get_string_buffer() 265 if ((chip_id & 0xFF) < 0x8) { in octeon_model_get_string_buffer() 266 switch (chip_id & 0x3) { in octeon_model_get_string_buffer() [all …]
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | time.c | 34 u16 chip_id = 0; in plat_time_init() local 50 chip_id = bcm47xx_bus.ssb.chip_id; in plat_time_init() 56 chip_id = bcm47xx_bus.bcma.bus.chipinfo.id; in plat_time_init() 61 if (chip_id == 0x5354) { in plat_time_init()
|
D | prom.c | 45 __init void bcm47xx_set_system_type(u16 chip_id) in bcm47xx_set_system_type() argument 48 (chip_id > 0x9999) ? "Broadcom BCM%d" : in bcm47xx_set_system_type() 50 chip_id); in bcm47xx_set_system_type()
|
D | setup.c | 61 if (bcm47xx_bus.ssb.chip_id == 0x4785) in bcm47xx_machine_restart() 64 if (bcm47xx_bus.ssb.chip_id == 0x4785) { in bcm47xx_machine_restart() 187 bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id); in plat_mem_setup()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | dmfe.c | 212 u32 chip_id; /* Chip vendor/Device ID */ member 465 db->chip_id = ent->driver_data; in dmfe_init_one() 585 if ( !chkmode || (db->chip_id == PCI_DM9132_ID) || in dmfe_open() 642 if (db->chip_id == PCI_DM9009_ID) { in dmfe_init_dm910x() 663 if (db->chip_id == PCI_DM9132_ID) in dmfe_init_dm910x() 773 dmfe_phy_write(ioaddr, db->phy_addr, 0, 0x8000, db->chip_id); in dmfe_stop() 1081 if (db->chip_id == PCI_DM9132_ID) in dmfe_set_filter_mode() 1154 if (db->chip_type && (db->chip_id==PCI_DM9102_ID)) { in dmfe_timer() 1157 dmfe_phy_write(ioaddr, db->phy_addr, 0, 0x1000, db->chip_id); in dmfe_timer() 1206 if (db->chip_id == PCI_DM9132_ID) in dmfe_timer() [all …]
|
D | tulip_core.c | 341 if (tp->chip_id == AX88140) { in tulip_up() 419 if (tp->chip_id == DC21143 && in tulip_up() 427 } else if (tp->chip_id == DC21142) { in tulip_up() 442 } else if (tp->chip_id == PNIC2) { in tulip_up() 449 } else if (tp->chip_id == LC82C168 && ! tp->medialock) { in tulip_up() 464 } else if ((tp->chip_id == MX98713 || tp->chip_id == COMPEX9881) && in tulip_up() 469 } else if (tp->chip_id == MX98715 || tp->chip_id == MX98725) { in tulip_up() 475 } else if (tp->chip_id == COMET || tp->chip_id == CONEXANT) { in tulip_up() 480 } else if (tp->chip_id == AX88140) { in tulip_up() 492 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, ioaddr + CSR5); in tulip_up() [all …]
|
D | interrupt.c | 92 if(tp->chip_id == LC82C168) { in tulip_refill_rx() 323 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, tp->base_addr+CSR7); in tulip_poll() 554 iowrite32(tulip_tbl[tp->chip_id].valid_intrs&~RxPollInt, ioaddr + CSR7); in tulip_interrupt() 727 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, ioaddr + CSR7); in tulip_interrupt() 742 } else if (tp->chip_id == LC82C168) { in tulip_interrupt() 786 if (tp->chip_id == LC82C168) { 795 iowrite32(tulip_tbl[tp->chip_id].valid_intrs | TimerInt,
|
D | media.c | 60 if (tp->chip_id == COMET && phy_id == 30) { in tulip_mdio_read() 67 if (tp->chip_id == LC82C168) { in tulip_mdio_read() 121 if (tp->chip_id == COMET && phy_id == 30) { in tulip_mdio_write() 128 if (tp->chip_id == LC82C168) { in tulip_mdio_write() 349 } else if (tp->chip_id == LC82C168) { in tulip_select_media()
|
D | eeprom.c | 258 } else if (tp->chip_id == DM910X && p[1] == 0x80) { in tulip_parse_eeprom() 278 if (tp->chip_id == DM910X && leaf->media == 1) in tulip_parse_eeprom()
|
D | timer.c | 34 switch (tp->chip_id) { in tulip_media_task()
|
D | pnic.c | 168 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, ioaddr + CSR7); in pnic_timer()
|
D | 21142.c | 190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change()
|
D | tulip.h | 413 int chip_id; member
|
D | winbond-840.c | 308 int chip_id, drv_flags; member 404 np->chip_id = chip_idx; in w840_probe1()
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
D | tegra-apbmisc.c | 64 u32 id, chip_id, minor_rev; in tegra_init_revision() local 68 chip_id = (id >> 8) & 0xff; in tegra_init_revision() 79 if (chip_id == TEGRA20 && (tegra20_spare_fuse_early(18) || in tegra_init_revision() 94 if (chip_id == TEGRA20) in tegra_init_revision()
|
/linux-4.1.27/drivers/ssb/ |
D | driver_chipcommon_pmu.c | 117 switch (bus->chip_id) { in ssb_pmu0_pllinit_r0() 230 if (bus->chip_id == 0x4312) { in ssb_pmu1_pllinit_r0() 256 switch (bus->chip_id) { in ssb_pmu1_pllinit_r0() 330 switch (bus->chip_id) { in ssb_pmu_pll_init() 353 bus->chip_id); in ssb_pmu_pll_init() 433 switch (bus->chip_id) { in ssb_pmu_resources_init() 475 bus->chip_id); in ssb_pmu_resources_init() 546 switch (bus->chip_id) { in ssb_pmu_set_ldo_voltage() 595 switch (bus->chip_id) { in ssb_pmu_set_ldo_paref() 635 switch (bus->chip_id) { in ssb_pmu_get_alp_clock() [all …]
|
D | scan.c | 299 bus->chip_id = (tmp & SSB_CHIPCO_IDMASK); in ssb_bus_scan() 312 bus->chip_id = pcidev_to_chipid(bus->host_pci); in ssb_bus_scan() 316 bus->chip_id = 0x4710; in ssb_bus_scan() 322 bus->chip_id, bus->chip_rev, bus->chip_package); in ssb_bus_scan() 324 bus->nr_devices = chipid_to_nrcores(bus->chip_id); in ssb_bus_scan()
|
D | driver_chipcommon.c | 215 if (bus->chip_id == 0x4321) { in chipco_powercontrol_init() 246 switch (bus->chip_id) { in pmu_fast_powerup_delay() 424 if (cc->dev->bus->chip_id != 0x5365) { in ssb_chipco_get_clockcontrol() 452 if ((bus->chip_id == 0x5365) || in ssb_chipco_timing_init() 455 if ((bus->chip_id == 0x5365) || in ssb_chipco_timing_init() 457 ((bus->chip_id == 0x5350) && (bus->chip_rev == 0))) in ssb_chipco_timing_init() 460 if (bus->chip_id == 0x5350) { in ssb_chipco_timing_init()
|
D | main.c | 1111 if (bus->chip_id == 0x5365) { in ssb_clockspeed() 1273 u16 chip_id = dev->bus->chip_id; in ssb_dma_translation_special_bit() local 1276 return (chip_id == 0x4322 || chip_id == 43221 || in ssb_dma_translation_special_bit() 1277 chip_id == 43231 || chip_id == 43222); in ssb_dma_translation_special_bit()
|
D | driver_mipscore.c | 279 if ((pll_type == SSB_PLLTYPE_5) || (bus->chip_id == 0x5365)) { in ssb_cpu_clock() 330 if ((bus->chip_id == 0x4710) && (irq <= 4)) { in ssb_mipscore_init()
|
D | driver_pcicore.c | 398 chipid_top = (bus->chip_id & 0xFF00); in pcicore_is_in_hostmode() 408 if (bus->chip_id == 0x4712) { in pcicore_is_in_hostmode() 414 if (bus->chip_id == 0x5350) in pcicore_is_in_hostmode()
|
D | pci.c | 823 if ((bus->chip_id & 0xFF00) == 0x4400) { in sprom_extract() 877 else if (bus->chip_id == 0x4312 && in ssb_pci_sprom_get()
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | ltc2978.c | 394 int chip_id, i; in ltc2978_probe() local 407 chip_id = i2c_smbus_read_word_data(client, LTC2978_MFR_SPECIAL_ID); in ltc2978_probe() 408 if (chip_id < 0) in ltc2978_probe() 409 return chip_id; in ltc2978_probe() 411 if (chip_id == LTC2974_ID_REV1 || chip_id == LTC2974_ID_REV2) { in ltc2978_probe() 413 } else if (chip_id == LTC2977_ID) { in ltc2978_probe() 415 } else if (chip_id == LTC2978_ID_REV1 || chip_id == LTC2978_ID_REV2 || in ltc2978_probe() 416 chip_id == LTC2978A_ID) { in ltc2978_probe() 418 } else if ((chip_id & LTC3880_ID_MASK) == LTC3880_ID) { in ltc2978_probe() 420 } else if ((chip_id & LTC3883_ID_MASK) == LTC3883_ID) { in ltc2978_probe() [all …]
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 168 if (intp->chip_id == 0x12) { in stv0900_search_carr_sw_loop() 213 if (intp->chip_id >= 0x20) in stv0900_sw_algo() 222 if (intp->chip_id >= 0x20) in stv0900_sw_algo() 233 if (intp->chip_id >= 0x20) { in stv0900_sw_algo() 260 if (intp->chip_id >= 0x20) { in stv0900_sw_algo() 284 if (intp->chip_id >= 0x20) in stv0900_sw_algo() 440 if (intp->chip_id == 0x10) { in stv0900_set_dvbs2_rolloff() 444 } else if (intp->chip_id <= 0x20) in stv0900_set_dvbs2_rolloff() 558 if (intp->chip_id <= 0x20) { in stv0900_get_demod_cold_lock() 595 if (intp->chip_id <= 0x20) { in stv0900_get_demod_cold_lock() [all …]
|
D | m88ds3103.c | 275 if (priv->chip_id == M88RS6000_CHIP_ID) { in m88ds3103_set_frontend() 302 if (priv->chip_id == M88RS6000_CHIP_ID) { in m88ds3103_set_frontend() 379 if (priv->chip_id == M88RS6000_CHIP_ID) { in m88ds3103_set_frontend() 388 if (priv->chip_id == M88RS6000_CHIP_ID) { in m88ds3103_set_frontend() 410 if (priv->chip_id == M88RS6000_CHIP_ID) { in m88ds3103_set_frontend() 626 if (priv->chip_id == M88RS6000_CHIP_ID) in m88ds3103_init() 708 if (priv->chip_id == M88RS6000_CHIP_ID) in m88ds3103_sleep() 1367 u8 chip_id, u8tmp; in m88ds3103_attach() local 1382 ret = m88ds3103_rd_reg(priv, 0x00, &chip_id); in m88ds3103_attach() 1386 chip_id >>= 1; in m88ds3103_attach() [all …]
|
D | stv0900_core.c | 228 intp->chip_id = stv0900_read_reg(intp, R0900_MID); in stv0900_initialize() 379 if (intp->chip_id >= 0x20) { in stv0900_set_ts_parallel_serial() 901 if (intp->chip_id <= 0x11) { in stv0900_activate_s2_modcod() 937 } else if (intp->chip_id >= 0x12) { in stv0900_activate_s2_modcod() 977 if (intp->chip_id == 0x10) in stv0900_start_search() 980 if (intp->chip_id < 0x20) in stv0900_start_search() 983 if (intp->chip_id <= 0x20) { in stv0900_start_search() 1029 if (intp->chip_id >= 0x20) { in stv0900_start_search() 1049 if (intp->chip_id >= 0x20) { in stv0900_start_search() 1051 if (intp->chip_id <= 0x20) in stv0900_start_search() [all …]
|
D | stv0900_priv.h | 334 u8 chip_id; member 382 s32 pilot, u8 chip_id); 386 u8 chip_id);
|
D | m88ds3103_priv.h | 45 u8 chip_id; member
|
D | si2168.c | 357 unsigned int chip_id; in si2168_init() local 404 chip_id = cmd.args[1] << 24 | cmd.args[2] << 16 | cmd.args[3] << 8 | in si2168_init() 411 switch (chip_id) { in si2168_init() 436 if (chip_id == SI2168_B40) { in si2168_init()
|
D | stv0367.c | 91 u8 chip_id; member 1579 state->chip_id = stv0367_readreg(state, R367TER_ID); in stv0367ter_init() 2316 state->chip_id = stv0367_readreg(state, 0xf000); in stv0367ter_attach() 2318 dprintk("%s: chip_id = 0x%x\n", __func__, state->chip_id); in stv0367ter_attach() 2321 if ((state->chip_id != 0x50) && (state->chip_id != 0x60)) in stv0367ter_attach() 3431 state->chip_id = stv0367_readreg(state, 0xf000); in stv0367cab_attach() 3433 dprintk("%s: chip_id = 0x%x\n", __func__, state->chip_id); in stv0367cab_attach() 3436 if ((state->chip_id != 0x50) && (state->chip_id != 0x60)) in stv0367cab_attach()
|
D | stb0899_drv.c | 1276 u8 chip_id, release; in stb0899_get_dev_id() local 1284 chip_id = STB0899_GETFIELD(CHIP_ID, id); in stb0899_get_dev_id() 1288 chip_id, release); in stb0899_get_dev_id() 1296 if (! (chip_id > 0)) { in stb0899_get_dev_id()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | tridentfb.c | 31 int chip_id; member 610 if (!is_oldprotect(par->chip_id)) in enable_mmio() 625 if (!is_oldprotect(par->chip_id)) in disable_mmio() 683 if (par->chip_id != CYBERBLADEXPAi1) in screen_stretch() 717 unsigned char shift = !is_oldclock(par->chip_id) ? 2 : 1; in set_vclk() 737 if (is_oldclock(par->chip_id)) { in set_vclk() 745 if (is3Dchip(par->chip_id)) { in set_vclk() 778 if (crt || !iscyber(par->chip_id)) in is_flatpanel() 793 switch (par->chip_id) { in get_memsize() 879 if (par->chip_id == TGUI9440 && bpp == 32) in tridentfb_check_var() [all …]
|
D | w100fb.c | 640 unsigned int chip_id; in w100fb_probe() local 657 chip_id = readl(remapped_regs + mmCHIP_ID); in w100fb_probe() 658 switch(chip_id) { in w100fb_probe() 684 par->chip_id = chip_id; in w100fb_probe() 1442 switch (par->chip_id) { in w100_set_dispregs()
|
D | cyber2000fb.h | 473 unsigned int chip_id; member
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | smsc_fdc37m81x.c | 105 u8 chip_id; in smsc_fdc37m81x_init() local 116 chip_id = smsc_fdc37m81x_rd(SMSC_FDC37M81X_DID); in smsc_fdc37m81x_init() 117 if (chip_id == SMSC_FDC37M81X_CHIP_ID) in smsc_fdc37m81x_init() 121 chip_id); in smsc_fdc37m81x_init()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | rng.c | 87 int chip_id, cpu; in rng_init_per_cpu() local 89 chip_id = of_get_ibm_chip_id(dn); in rng_init_per_cpu() 90 if (chip_id == -1) in rng_init_per_cpu() 95 cpu_to_chip_id(cpu) == chip_id) { in rng_init_per_cpu()
|
/linux-4.1.27/drivers/regulator/ |
D | fan53555.c | 82 int chip_id; member 199 switch (di->chip_id) { in fan53555_voltages_setup_fairchild() 213 "Chip ID %d not supported!\n", di->chip_id); in fan53555_voltages_setup_fairchild() 223 switch (di->chip_id) { in fan53555_voltages_setup_silergy() 230 "Chip ID %d not supported!\n", di->chip_id); in fan53555_voltages_setup_silergy() 401 di->chip_id = val & DIE_ID; in fan53555_regulator_probe() 410 di->chip_id, di->chip_rev); in fan53555_regulator_probe()
|
D | pfuze100-regulator.c | 68 int chip_id; member 413 switch (chip->chip_id) { in pfuze_parse_regulators_dt() 478 if (((value & 0x0f) == 0x8) && (pfuze_chip->chip_id == PFUZE100)) { in pfuze_identify() 484 } else if ((value & 0x0f) != pfuze_chip->chip_id && in pfuze_identify() 485 (value & 0xf0) >> 4 != pfuze_chip->chip_id) { in pfuze_identify() 538 pfuze_chip->chip_id = (int)(long)match->data; in pfuze100_regulator_probe() 540 pfuze_chip->chip_id = id->driver_data; in pfuze100_regulator_probe() 564 switch (pfuze_chip->chip_id) { in pfuze100_regulator_probe() 587 (pfuze_chip->chip_id == PFUZE100) ? "100" : in pfuze100_regulator_probe() 588 ((pfuze_chip->chip_id == PFUZE200) ? "200" : "3000")); in pfuze100_regulator_probe() [all …]
|
D | da9052-regulator.c | 110 if (regulator->da9052->chip_id == DA9052) in da9052_dcdc_get_current_limit() 127 if (regulator->da9052->chip_id == DA9052) in da9052_dcdc_set_current_limit() 166 if ((id == DA9052_ID_BUCK4) && (regulator->da9052->chip_id == DA9052) in da9052_list_voltage() 197 if ((id == DA9052_ID_BUCK4) && (regulator->da9052->chip_id == DA9052) in da9052_map_voltage() 367 static inline struct da9052_regulator_info *find_regulator_info(u8 chip_id, in find_regulator_info() argument 373 switch (chip_id) { in find_regulator_info() 412 regulator->info = find_regulator_info(regulator->da9052->chip_id, in da9052_regulator_probe()
|
D | da9211-regulator.c | 51 int chip_id; member 151 switch (chip->chip_id) { in da9211_set_current_limit() 185 switch (chip->chip_id) { in da9211_get_current_limit() 436 chip->chip_id = DA9211; in da9211_i2c_probe() 439 chip->chip_id = DA9213; in da9211_i2c_probe()
|
D | tps62360-regulator.c | 351 int chip_id; in tps62360_probe() local 374 chip_id = (int)(long)match->data; in tps62360_probe() 379 chip_id = id->driver_data; in tps62360_probe() 397 switch (chip_id) { in tps62360_probe()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-tw28.c | 180 static u8 tw_readbyte(struct solo_dev *solo_dev, int chip_id, u8 tw6x_off, in tw_readbyte() argument 183 if (is_tw286x(solo_dev, chip_id)) in tw_readbyte() 185 TW_CHIP_OFFSET_ADDR(chip_id), in tw_readbyte() 189 TW_CHIP_OFFSET_ADDR(chip_id), in tw_readbyte() 193 static void tw_writebyte(struct solo_dev *solo_dev, int chip_id, in tw_writebyte() argument 196 if (is_tw286x(solo_dev, chip_id)) in tw_writebyte() 198 TW_CHIP_OFFSET_ADDR(chip_id), in tw_writebyte() 202 TW_CHIP_OFFSET_ADDR(chip_id), in tw_writebyte()
|
D | solo6x10-core.c | 473 u8 chip_id; in solo_pci_probe() local 514 chip_id = solo_reg_read(solo_dev, SOLO_CHIP_OPTION) & in solo_pci_probe() 516 switch (chip_id) { in solo_pci_probe() 527 chip_id); in solo_pci_probe()
|
/linux-4.1.27/drivers/hwmon/ |
D | w83l785ts.c | 147 u8 chip_id; in w83l785ts_detect() local 164 chip_id = w83l785ts_read_value(client, W83L785TS_REG_CHIP_ID, 0); in w83l785ts_detect() 167 || chip_id != 0x70) { /* W83L785TS-S */ in w83l785ts_detect() 170 man_id, chip_id); in w83l785ts_detect()
|
D | lm90.c | 1199 int man_id, chip_id, config1, config2, convrate; in lm90_detect() local 1206 chip_id = i2c_smbus_read_byte_data(client, LM90_REG_R_CHIP_ID); in lm90_detect() 1209 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0) in lm90_detect() 1225 && (chip_id & 0xF0) == 0x20) { /* LM90 */ in lm90_detect() 1228 if ((chip_id & 0xF0) == 0x30) { /* LM89/LM99 */ in lm90_detect() 1239 && (chip_id & 0xF0) == 0x10) { /* LM86 */ in lm90_detect() 1246 if ((chip_id & 0xF0) == 0x40 /* ADM1032 */ in lm90_detect() 1258 if (chip_id == 0x51 /* ADT7461 */ in lm90_detect() 1263 if (chip_id == 0x57 /* ADT7461A, NCT1008 */ in lm90_detect() 1302 if (chip_id == man_id in lm90_detect() [all …]
|
D | max1619.c | 230 u8 reg_config, reg_convrate, reg_status, man_id, chip_id; in max1619_detect() local 248 chip_id = i2c_smbus_read_byte_data(client, MAX1619_REG_R_CHIP_ID); in max1619_detect() 249 if (man_id != 0x4D || chip_id != 0x04) { in max1619_detect() 252 man_id, chip_id); in max1619_detect()
|
D | adm1029.c | 313 u8 man_id, chip_id, temp_devices_installed, nb_fan_support; in adm1029_detect() local 326 chip_id = i2c_smbus_read_byte_data(client, ADM1029_REG_CHIP_ID); in adm1029_detect() 336 if ((chip_id & 0xF0) != 0x00) { in adm1029_detect() 342 chip_id); in adm1029_detect()
|
D | lm83.c | 293 u8 man_id, chip_id; in lm83_detect() local 312 chip_id = i2c_smbus_read_byte_data(new_client, LM83_REG_R_CHIP_ID); in lm83_detect() 313 switch (chip_id) { in lm83_detect() 324 man_id, chip_id); in lm83_detect()
|
D | lm95241.c | 336 int mfg_id, chip_id; in lm95241_detect() local 345 chip_id = i2c_smbus_read_byte_data(new_client, LM95241_REG_R_CHIP_ID); in lm95241_detect() 346 switch (chip_id) { in lm95241_detect()
|
D | lm63.c | 985 u8 man_id, chip_id, reg_config1, reg_config2; in lm63_detect() local 993 chip_id = i2c_smbus_read_byte_data(client, LM63_REG_CHIP_ID); in lm63_detect() 1008 man_id, chip_id); in lm63_detect() 1012 if (chip_id == 0x41 && address == 0x4c) in lm63_detect() 1014 else if (chip_id == 0x51 && (address == 0x18 || address == 0x4e)) in lm63_detect() 1016 else if (chip_id == 0x49 && address == 0x4c) in lm63_detect()
|
D | w83l786ng.c | 678 u8 chip_id; in w83l786ng_detect() local 693 chip_id = w83l786ng_read_value(client, W83L786NG_REG_CHIP_ID); in w83l786ng_detect() 696 chip_id != 0x80) { /* W83L786NG */ in w83l786ng_detect() 699 man_id, chip_id); in w83l786ng_detect()
|
D | adm1025.c | 455 u8 man_id, chip_id; in adm1025_detect() local 470 chip_id = i2c_smbus_read_byte_data(client, ADM1025_REG_CHIP_ID); in adm1025_detect() 471 if ((chip_id & 0xF0) != 0x20) in adm1025_detect()
|
D | lm95234.c | 633 int mfg_id, chip_id, val; in lm95234_detect() local 643 chip_id = i2c_smbus_read_byte_data(client, LM95234_REG_CHIP_ID); in lm95234_detect() 644 switch (chip_id) { in lm95234_detect()
|
D | w83793.c | 1638 u8 tmp, bank, chip_id; in w83793_detect() local 1666 chip_id = i2c_smbus_read_byte_data(client, W83793_REG_CHIPID); in w83793_detect() 1667 if (chip_id != 0x7b) in w83793_detect()
|
/linux-4.1.27/drivers/mfd/ |
D | tps65217.c | 165 unsigned long chip_id = ids->driver_data; in tps65217_probe() local 177 chip_id = (unsigned long)match->data; in tps65217_probe() 182 if (!chip_id) { in tps65217_probe() 193 tps->id = chip_id; in tps65217_probe()
|
D | tps65910.c | 390 unsigned long *chip_id) in tps65910_parse_dt() argument 404 *chip_id = (unsigned long)match->data; in tps65910_parse_dt() 434 unsigned long *chip_id) in tps65910_parse_dt() argument 462 unsigned long chip_id = id->driver_data; in tps65910_i2c_probe() local 468 pmic_plat_data = tps65910_parse_dt(i2c, &chip_id); in tps65910_i2c_probe() 487 tps65910->id = chip_id; in tps65910_i2c_probe()
|
D | da903x.c | 251 uint8_t chip_id; in da9030_init_chip() local 254 err = __da903x_read(chip->client, DA9030_CHIP_ID, &chip_id); in da9030_init_chip() 262 dev_info(chip->dev, "DA9030 (CHIP ID: 0x%02x) detected\n", chip_id); in da9030_init_chip() 312 uint8_t chip_id; in da9034_init_chip() local 315 err = __da903x_read(chip->client, DA9034_CHIP_ID, &chip_id); in da9034_init_chip() 339 dev_info(chip->dev, "DA9034 (CHIP ID: 0x%02x) detected\n", chip_id); in da9034_init_chip()
|
D | ab3100-core.c | 69 return (int)ab3100->chip_id; in ab3100_get_chip_id() 220 if (ab3100->chip_id == 0xa0 || in ab3100_get_register_page_interruptible() 221 ab3100->chip_id == 0xa1) in ab3100_get_register_page_interruptible() 720 if (ab3100->chip_id == 0xc4) { in ab3100_setup() 877 &ab3100->chip_id); in ab3100_probe() 885 if (ids[i].id == ab3100->chip_id) { in ab3100_probe() 902 ab3100->chip_id); in ab3100_probe()
|
D | si476x-i2c.c | 650 return core->chip_id == SI476X_CHIP_SI4761 || in si476x_core_has_am() 651 core->chip_id == SI476X_CHIP_SI4764; in si476x_core_has_am() 657 return core->chip_id == SI476X_CHIP_SI4764; in si476x_core_has_diversity() 800 core->chip_id = id->driver_data; in si476x_core_probe() 815 if ((core->chip_id == SI476X_CHIP_SI4761 || in si476x_core_probe() 816 core->chip_id == SI476X_CHIP_SI4764) && in si476x_core_probe()
|
D | da9052-core.c | 538 int da9052_device_init(struct da9052 *da9052, u8 chip_id) in da9052_device_init() argument 549 da9052->chip_id = chip_id; in da9052_device_init()
|
D | ab8500-core.c | 204 return ab8500 ? (int)ab8500->chip_id : -EINVAL; in ab8500_get_chip_id() 1369 return sprintf(buf, "%#x\n", ab8500 ? ab8500->chip_id : -EINVAL); in show_chip_id() 1515 static DEVICE_ATTR(chip_id, S_IRUGO, show_chip_id, NULL); 1629 ab8500->chip_id = value; in ab8500_probe() 1633 ab8500->chip_id >> 4, in ab8500_probe() 1634 ab8500->chip_id & 0x0F); in ab8500_probe() 1803 ab8500->chip_id >= AB8500_CUT2P0) || is_ab8540(ab8500)) in ab8500_probe() 1811 ab8500->chip_id >= AB8500_CUT2P0) in ab8500_probe() 1826 ab8500->chip_id >= AB8500_CUT2P0) || is_ab8540(ab8500)) in ab8500_remove() 1832 ab8500->chip_id >= AB8500_CUT2P0) in ab8500_remove()
|
D | da9052-i2c.c | 67 switch (da9052->chip_id) { in da9052_i2c_fix()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,brcmstb.txt | 7 - compatible: "brcm,bcm<chip_id>", "brcm,brcmstb" 19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon" 20 - compatible: "brcm,bcm<chip_id>-hif-cpubiuctrl", "syscon" 21 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon"
|
/linux-4.1.27/arch/mips/ar7/ |
D | setup.c | 52 u16 chip_id = ar7_chip_id(); in get_system_type() local 55 switch (chip_id) { in get_system_type()
|
/linux-4.1.27/drivers/media/tuners/ |
D | tda18212.c | 196 unsigned int chip_id; in tda18212_probe() local 222 ret = regmap_read(dev->regmap, 0x00, &chip_id); in tda18212_probe() 223 dev_dbg(&dev->client->dev, "chip_id=%02x\n", chip_id); in tda18212_probe() 231 switch (chip_id) { in tda18212_probe()
|
D | fc0012.c | 448 u8 chip_id; in fc0012_attach() local 464 ret = fc0012_readreg(priv, 0x00, &chip_id); in fc0012_attach() 468 dev_dbg(&i2c->dev, "%s: chip_id=%02x\n", __func__, chip_id); in fc0012_attach() 470 switch (chip_id) { in fc0012_attach()
|
D | xc5000.c | 67 int chip_id; member 242 static inline const struct xc5000_fw_cfg *xc5000_assign_firmware(int chip_id) in xc5000_assign_firmware() argument 244 switch (chip_id) { in xc5000_assign_firmware() 611 switch (priv->chip_id) { in xc_set_xtal() 1133 const struct xc5000_fw_cfg *desired_fw = xc5000_assign_firmware(priv->chip_id); in xc_load_fw_and_init_tuner() 1444 if ((priv->chip_id == 0) || (cfg->chip_id)) in xc5000_attach() 1447 priv->chip_id = (cfg->chip_id) ? cfg->chip_id : 0; in xc5000_attach()
|
D | xc5000.h | 41 int chip_id; member
|
D | fc2580.c | 501 u8 chip_id; in fc2580_attach() local 517 ret = fc2580_rd_reg(priv, 0x01, &chip_id); in fc2580_attach() 521 dev_dbg(&priv->i2c->dev, "%s: chip_id=%02x\n", __func__, chip_id); in fc2580_attach() 523 switch (chip_id) { in fc2580_attach()
|
D | si2157.c | 86 unsigned int chip_id; in si2157_init() local 114 chip_id = cmd.args[1] << 24 | cmd.args[2] << 16 | cmd.args[3] << 8 | in si2157_init() 123 switch (chip_id) { in si2157_init()
|
D | mxl5007t.c | 162 enum mxl5007t_chip_version chip_id; member 848 state->chip_id = id; in mxl5007t_get_chip_id() 858 state->chip_id = MxL_UNKNOWN_ID; in mxl5007t_get_chip_id()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 232 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > CHIP_REV_YU_XL_A1) in sky2_power_on() 274 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > CHIP_REV_YU_XL_A1) in sky2_power_aux() 350 if (hw->chip_id == CHIP_ID_YUKON_EC) in sky2_phy_init() 366 if (hw->chip_id == CHIP_ID_YUKON_FE_P && in sky2_phy_init() 400 if (hw->chip_id == CHIP_ID_YUKON_XL && (hw->flags & SKY2_HW_FIBRE_PHY)) { in sky2_phy_init() 505 switch (hw->chip_id) { in sky2_phy_init() 592 if (hw->chip_id == CHIP_ID_YUKON_EC_U || hw->chip_id == CHIP_ID_YUKON_UL_2) { in sky2_phy_init() 600 if (hw->chip_id == CHIP_ID_YUKON_EC_U) { in sky2_phy_init() 608 } else if (hw->chip_id == CHIP_ID_YUKON_FE_P && in sky2_phy_init() 613 } else if (hw->chip_id == CHIP_ID_YUKON_OPT && hw->chip_rev == 0) { in sky2_phy_init() [all …]
|
D | skge.c | 129 return hw->chip_id == CHIP_ID_GENESIS; in is_genesis() 165 if (hw->chip_id == CHIP_ID_YUKON && hw->chip_rev == 0) in wol_supported() 185 if (hw->chip_id == CHIP_ID_YUKON_LITE && in skge_wol_init() 292 else if (hw->chip_id == CHIP_ID_YUKON) in skge_supported_modes() 2045 if (hw->chip_id != CHIP_ID_YUKON) in is_yukon_lite_a0() 2063 if (hw->chip_id == CHIP_ID_YUKON_LITE && in yukon_mac_init() 2075 if (hw->chip_id == CHIP_ID_YUKON_LITE && in yukon_mac_init() 2769 hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON) in skge_xmit_frame() 3261 (hw->chip_id == CHIP_ID_YUKON && hw->chip_rev == 0) in skge_mac_parity() 3510 if (skge_chips[i].id == hw->chip_id) in skge_board_name() [all …]
|
D | sky2.h | 2296 u8 chip_id; member
|
D | skge.h | 2416 u8 chip_id; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | boot.c | 225 u32 chip_id, acx_intr; in wl1251_boot_run_firmware() local 229 chip_id = wl1251_reg_read32(wl, CHIP_ID_B); in wl1251_boot_run_firmware() 231 wl1251_debug(DEBUG_BOOT, "chip id after firmware boot: 0x%x", chip_id); in wl1251_boot_run_firmware() 233 if (chip_id != wl->chip_id) { in wl1251_boot_run_firmware()
|
D | main.c | 179 wl->chip_id = wl1251_reg_read32(wl, CHIP_ID_B); in wl1251_chip_wakeup() 183 switch (wl->chip_id) { in wl1251_chip_wakeup() 186 wl->chip_id); in wl1251_chip_wakeup() 190 wl->chip_id); in wl1251_chip_wakeup() 194 wl1251_error("unsupported chip id: 0x%x", wl->chip_id); in wl1251_chip_wakeup() 426 wiphy->hw_version = wl->chip_id; in wl1251_op_start()
|
D | wl1251.h | 397 u32 chip_id; member
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_init.c | 467 pm8001_ha->chip_id = ent->driver_data; in pm8001_pci_alloc() 468 pm8001_ha->chip = &pm8001_chips[pm8001_ha->chip_id]; in pm8001_pci_alloc() 476 if (pm8001_ha->chip_id != chip_8001) in pm8001_pci_alloc() 483 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_alloc() 629 if (pm8001_ha->chip_id == chip_8001) { in pm8001_init_sas_add() 656 if (pm8001_ha->chip_id == chip_8001) { in pm8001_init_sas_add() 739 if (pm8001_ha->chip_id == chip_8001) { in pm8001_setup_msix() 896 if (pm8001_ha->chip_id != chip_8001) { in pm8001_pci_probe() 959 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_remove() 1008 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_suspend() [all …]
|
D | pm8001_ctl.c | 61 if (pm8001_ha->chip_id == chip_8001) { in pm8001_ctl_mpi_interface_rev_show() 86 if (pm8001_ha->chip_id == chip_8001) { in pm8001_ctl_fw_version_show() 115 if (pm8001_ha->chip_id == chip_8001) { in pm8001_ctl_max_out_io_show() 138 if (pm8001_ha->chip_id == chip_8001) { in pm8001_ctl_max_devices_show() 164 if (pm8001_ha->chip_id == chip_8001) { in pm8001_ctl_max_sg_list_show() 209 if (pm8001_ha->chip_id == chip_8001) in pm8001_ctl_sas_spec_support_show()
|
D | pm8001_sas.c | 207 if (pm8001_ha->chip_id == chip_8001) { in pm8001_phy_control() 225 if (pm8001_ha->chip_id == chip_8001) in pm8001_phy_control() 248 if (pm8001_ha->chip_id == chip_8001) in pm8001_scan_start() 709 if (pm8001_ha->chip_id != chip_8001) { in pm8001_exec_internal_tmf_task()
|
D | pm8001_sas.h | 509 u32 chip_id; member
|
D | pm8001_hwi.c | 4709 if (pm8001_ha->chip_id != chip_8001) in pm8001_chip_ssp_tm_req() 4986 if (pm8001_ha->chip_id == chip_8001) in pm8001_get_gsm_dump() 5000 if (pm8001_ha->chip_id == chip_8001) in pm8001_get_gsm_dump() 5008 if (pm8001_ha->chip_id == chip_8001) { in pm8001_get_gsm_dump()
|
D | pm80xx_hwi.c | 100 if (pm8001_ha->chip_id == chip_8001) { in pm80xx_get_fatal_dump() 745 if ((pm8001_ha->chip_id != chip_8008) && in check_fw_ready() 746 (pm8001_ha->chip_id != chip_8009)) { in check_fw_ready()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-core.c | 510 if (dev->chip_id == CHIP_ID_EM2870 || in em28xx_audio_setup() 511 dev->chip_id == CHIP_ID_EM2874 || in em28xx_audio_setup() 512 dev->chip_id == CHIP_ID_EM28174 || in em28xx_audio_setup() 513 dev->chip_id == CHIP_ID_EM28178) { in em28xx_audio_setup() 533 if (dev->chip_id < CHIP_ID_EM2860 && in em28xx_audio_setup() 537 else if (dev->chip_id >= CHIP_ID_EM2860 && in em28xx_audio_setup() 634 if (dev->chip_id == CHIP_ID_EM2874 || in em28xx_capture_start() 635 dev->chip_id == CHIP_ID_EM2884 || in em28xx_capture_start() 636 dev->chip_id == CHIP_ID_EM28174 || in em28xx_capture_start() 637 dev->chip_id == CHIP_ID_EM28178) { in em28xx_capture_start()
|
D | em28xx-input.c | 341 if (ir->dev->chip_id == CHIP_ID_EM2874 || in em28xx_ir_handle_key() 342 ir->dev->chip_id == CHIP_ID_EM2884) in em28xx_ir_handle_key() 451 switch (dev->chip_id) { in em28xx_ir_change_protocol() 462 dev->chip_id); in em28xx_ir_change_protocol() 762 switch (dev->chip_id) { in em28xx_ir_init()
|
D | em28xx-i2c.c | 792 if (dev->chip_id < CHIP_ID_EM2860) in em28xx_i2c_eeprom() 798 if (dev->chip_id < CHIP_ID_EM2860) in em28xx_i2c_eeprom()
|
D | em28xx.h | 613 enum em28xx_chip_id chip_id; member
|
D | em28xx-cards.c | 3083 dev->chip_id = retval; in em28xx_init_dev() 3085 switch (dev->chip_id) { in em28xx_init_dev() 3150 ": unknown em28xx chip ID (%d)\n", dev->chip_id); in em28xx_init_dev()
|
D | em28xx-video.c | 180 if (dev->chip_id == CHIP_ID_EM2860 || in em28xx_vbi_supported() 181 dev->chip_id == CHIP_ID_EM2883) in em28xx_vbi_supported()
|
/linux-4.1.27/drivers/iio/pressure/ |
D | bmp280.c | 353 unsigned int chip_id; in bmp280_probe() local 376 ret = regmap_read(data->regmap, BMP280_REG_ID, &chip_id); in bmp280_probe() 379 if (chip_id != BMP280_CHIP_ID) { in bmp280_probe() 381 BMP280_CHIP_ID, chip_id); in bmp280_probe()
|
/linux-4.1.27/drivers/video/backlight/ |
D | lp855x_bl.c | 68 enum lp855x_chip_id chip_id; member 105 switch (lp->chip_id) { in lp855x_is_valid_rom_area() 174 switch (lp->chip_id) { in lp855x_configure() 331 static DEVICE_ATTR(chip_id, S_IRUGO, lp855x_get_chip_id, NULL); 420 lp->chip_id = id->driver_data; in lp855x_probe()
|
/linux-4.1.27/include/linux/ssb/ |
D | ssb_driver_gige.h | 86 return ((dev->dev->bus->chip_id == 0x4785) && in ssb_gige_one_dma_at_once() 96 return (dev->dev->bus->chip_id == 0x4785); in ssb_gige_must_flush_posted_writes()
|
D | ssb.h | 449 u16 chip_id; member
|
/linux-4.1.27/arch/mips/include/asm/mach-ar7/ |
D | ar7.h | 153 u16 chip_id = ar7_chip_id(); in ar7_has_high_cpmac() local 154 switch (chip_id) { in ar7_has_high_cpmac()
|
/linux-4.1.27/drivers/ide/ |
D | sc1200.c | 40 unsigned char chip_id, silicon_revision; in sc1200_get_pci_clock() local 46 chip_id = inb (0x903c); in sc1200_get_pci_clock() 50 if (chip_id == 0x04 && silicon_revision < SC1200_REV_B1) { in sc1200_get_pci_clock()
|
/linux-4.1.27/drivers/iio/accel/ |
D | bmc150-accel.c | 154 u8 chip_id; member 360 if (ret != data->chip_info->chip_id) { in bmc150_accel_chip_init() 1123 .chip_id = 0xFA, 1132 .chip_id = 0xFA, 1141 .chip_id = 0xFA, 1150 .chip_id = 0xF9, 1159 .chip_id = 0xF8, 1168 .chip_id = 0xFB, 1606 int chip_id = 0; in bmc150_accel_probe() local 1618 chip_id = id->driver_data; in bmc150_accel_probe() [all …]
|
/linux-4.1.27/drivers/input/misc/ |
D | bma150.c | 534 int chip_id; in bma150_probe() local 542 chip_id = i2c_smbus_read_byte_data(client, BMA150_CHIP_ID_REG); in bma150_probe() 543 if (chip_id != BMA150_CHIP_ID && chip_id != BMA180_CHIP_ID) { in bma150_probe() 544 dev_err(&client->dev, "BMA150 chip id error: %d\n", chip_id); in bma150_probe()
|
/linux-4.1.27/drivers/misc/ |
D | bmp085.c | 86 u8 chip_id; member 389 if (id != data->chip_id) in bmp085_detect() 406 data->chip_id = prop & 0xff; in bmp085_get_of_properties() 424 data->chip_id = BMP085_CHIP_ID; in bmp085_init_client()
|
D | apds990x.c | 1032 static DEVICE_ATTR(chip_id, S_IRUGO, apds990x_chip_id_show, NULL);
|
D | bh1770glc.c | 1150 static DEVICE_ATTR(chip_id, S_IRUGO, bh1770_chip_id_show, NULL);
|
/linux-4.1.27/include/linux/mfd/da9052/ |
D | da9052.h | 100 u8 chip_id; member 211 int da9052_device_init(struct da9052 *da9052, u8 chip_id);
|
/linux-4.1.27/drivers/ata/ |
D | pata_sc1200.c | 59 u8 chip_id = inb(0x903C); in sc1200_clock() local 63 if (chip_id == 0x04 && silicon_rev < SC1200_REV_B1) in sc1200_clock()
|
D | sata_qstor.c | 514 static void qs_host_init(struct ata_host *host, unsigned int chip_id) in qs_host_init() argument
|
D | pdc_adma.c | 580 static void adma_host_init(struct ata_host *host, unsigned int chip_id) in adma_host_init() argument
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | bus.c | 124 dev->chip_id = core->bus->chipinfo.id; in b43_bus_dev_bcma_init() 223 dev->chip_id = sdev->bus->chip_id; in b43_bus_dev_ssb_init()
|
D | bus.h | 46 u16 chip_id; member
|
D | tables_nphy.c | 3368 if (dev->dev->chip_id == 43224 && dev->dev->chip_rev == 1) { in b43_ntab_read_bulk() 3443 if ((offset >> 10) == 9 && dev->dev->chip_id == 43224 && in b43_ntab_write_bulk() 3669 if (dev->dev->chip_id == BCMA_CHIP_ID_BCM47162) in b43_nphy_get_ipa_gain_table()
|
D | main.c | 2889 if (dev->dev->chip_id == 0x4301) { in b43_gpio_init() 2892 } else if (dev->dev->chip_id == 0x5354) { in b43_gpio_init() 3054 u16 chip_id = dev->dev->chip_id; in b43_mac_switch_freq() local 3056 if (chip_id == BCMA_CHIP_ID_BCM4331) { in b43_mac_switch_freq() 3071 } else if (chip_id == BCMA_CHIP_ID_BCM43131 || in b43_mac_switch_freq() 3072 chip_id == BCMA_CHIP_ID_BCM43217 || in b43_mac_switch_freq() 3073 chip_id == BCMA_CHIP_ID_BCM43222 || in b43_mac_switch_freq() 3074 chip_id == BCMA_CHIP_ID_BCM43224 || in b43_mac_switch_freq() 3075 chip_id == BCMA_CHIP_ID_BCM43225 || in b43_mac_switch_freq() 3076 chip_id == BCMA_CHIP_ID_BCM43227 || in b43_mac_switch_freq() [all …]
|
D | phy_lp.c | 321 (dev->dev->chip_id == 0x5354) && in lpphy_baseband_rev0_1_init() 446 if ((dev->dev->chip_id == 0x4325) && (dev->dev->chip_rev == 0)) { in lpphy_baseband_rev2plus_init() 464 if ((dev->dev->chip_id == 0x4325) && (dev->dev->chip_rev == 0)) { in lpphy_baseband_rev2plus_init() 489 if ((dev->dev->chip_id == 0x4325) && (dev->dev->chip_rev == 0)) { in lpphy_baseband_rev2plus_init() 694 if (dev->dev->chip_id == 0x4325) { in lpphy_radio_init() 1850 if (dev->dev->chip_id == 0x4325 && dev->dev->chip_rev == 0) in lpphy_papd_cal_txpwr() 1874 if (dev->dev->chip_id == 0x5354) { in lpphy_rx_iq_cal() 2393 if (dev->dev->chip_id == 0x5354) { in lpphy_b2062_reset_pll_bias()
|
D | phy_n.c | 1149 ((dev->dev->chip_id == BCMA_CHIP_ID_BCM43224 || in b43_radio_2056_setup() 1150 dev->dev->chip_id == BCMA_CHIP_ID_BCM43225 || in b43_radio_2056_setup() 1151 dev->dev->chip_id == BCMA_CHIP_ID_BCM43421) && in b43_radio_2056_setup() 1161 if (dev->dev->chip_id == BCMA_CHIP_ID_BCM4716 || in b43_radio_2056_setup() 1162 dev->dev->chip_id == BCMA_CHIP_ID_BCM47162) { in b43_radio_2056_setup() 1192 if (dev->dev->chip_id == BCMA_CHIP_ID_BCM4716 || in b43_radio_2056_setup() 1193 dev->dev->chip_id == BCMA_CHIP_ID_BCM47162) { in b43_radio_2056_setup() 6363 spuravoid = dev->dev->chip_id == 0x4716; in b43_nphy_channel_setup()
|
D | phy_g.c | 2089 if ((dev->dev->chip_id == 0x4306 in b43_phy_initg() 2204 else if (bdev->chip_id == 0x4320) in default_radio_attenuation() 2389 B43_WARN_ON((dev->dev->chip_id == 0x4301) && in b43_gphy_init_tssi2dbm_table()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | boot.c | 440 u32 chip_id, intr; in wlcore_boot_run_firmware() local 451 ret = wlcore_read_reg(wl, REG_CHIP_ID_B, &chip_id); in wlcore_boot_run_firmware() 455 wl1271_debug(DEBUG_BOOT, "chip id after firmware boot: 0x%x", chip_id); in wlcore_boot_run_firmware() 457 if (chip_id != wl->chip.id) { in wlcore_boot_run_firmware()
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm47xx/ |
D | bcm47xx.h | 60 void bcm47xx_set_system_type(u16 chip_id);
|
/linux-4.1.27/include/linux/platform_data/ |
D | mtd-nand-pxa3xx.h | 21 uint32_t chip_id; member
|
/linux-4.1.27/drivers/bcma/ |
D | scan.c | 442 char chip_id[8]; in bcma_detect_chip() local 451 snprintf(chip_id, ARRAY_SIZE(chip_id), in bcma_detect_chip() 454 chip_id, chipinfo->rev, chipinfo->pkg); in bcma_detect_chip()
|
/linux-4.1.27/drivers/media/i2c/ |
D | saa7115.c | 1710 char chip_id; in saa711x_detect_chip() local 1728 chip_id = name[5]; in saa711x_detect_chip() 1729 snprintf(name, CHIP_VER_SIZE, "saa711%c", chip_id); in saa711x_detect_chip() 1734 switch (chip_id) { in saa711x_detect_chip() 1737 snprintf(name, CHIP_VER_SIZE, "saa711%ca", chip_id); in saa711x_detect_chip() 1759 chip_id = 0; in saa711x_detect_chip() 1761 chip_id = chip_id << 1; in saa711x_detect_chip() 1762 chip_id |= (chip_ver[i] & 0x80) ? 1 : 0; in saa711x_detect_chip()
|
D | adv7511.c | 1326 u8 chip_id[2]; in adv7511_probe() local 1390 chip_id[0] = adv7511_rd(sd, 0xf5); in adv7511_probe() 1391 chip_id[1] = adv7511_rd(sd, 0xf6); in adv7511_probe() 1392 if (chip_id[0] != 0x75 || chip_id[1] != 0x11) { in adv7511_probe() 1393 v4l2_err(sd, "chip_id != 0x7511, read 0x%02x%02x\n", chip_id[0], chip_id[1]); in adv7511_probe()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | rtl28xxu.c | 541 if (dev->chip_id == CHIP_ID_RTL2831U) in rtl28xxu_read_config() 561 dev->chip_id = CHIP_ID_RTL2831U; in rtl28xxu_identify_state() 563 dev->chip_id = CHIP_ID_RTL2832U; in rtl28xxu_identify_state() 568 dev_dbg(&d->intf->dev, "chip_id=%u\n", dev->chip_id); in rtl28xxu_identify_state() 934 if (dev->chip_id == CHIP_ID_RTL2831U) in rtl28xxu_frontend_attach() 1210 if (dev->chip_id == CHIP_ID_RTL2831U) in rtl28xxu_tuner_attach() 1398 if (dev->chip_id == CHIP_ID_RTL2831U) in rtl28xxu_power_ctrl() 1414 if (dev->chip_id == CHIP_ID_RTL2831U) in rtl28xxu_frontend_ctrl() 1635 if (dev->chip_id == CHIP_ID_RTL2831U) in rtl28xxu_get_rc_config() 1648 if (dev->chip_id == CHIP_ID_RTL2831U) { in rtl28xxu_pid_filter_ctrl() [all …]
|
D | mxl111sf.h | 57 u8 chip_id; member
|
D | rtl28xxu.h | 73 u8 chip_id; member
|
D | mxl111sf.c | 188 if ((state->chip_id) && (state->chip_ver)) in mxl1x1sf_get_chip_info() 194 state->chip_id = id; in mxl1x1sf_get_chip_info() 270 if (!state->chip_id) { in mxl111sf_adap_fe_init() 326 if (!state->chip_id) { in mxl111sf_adap_fe_sleep()
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | device.h | 162 CHIP_TYPE chip_id; member 239 CHIP_TYPE chip_id; member
|
D | device_main.c | 182 static char *get_chip_name(int chip_id) in get_chip_name() argument 187 if (chip_info_table[i].chip_id == chip_id) in get_chip_name() 461 dev_info(&pDevice->pcid->dev, "%s\n", get_chip_name(pDevice->chip_id)); in device_print_info() 475 (*ppDevice)->chip_id = pChip_info->chip_id; in vt6655_init_info()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | arcregs.h | 199 unsigned int chip_id:16, cpu_id:8, family:8; member 201 unsigned int family:8, cpu_id:8, chip_id:16;
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.h | 269 u32 chip_id; member 426 u32 shmem2_base_path[], u32 chip_id); 539 u32 chip_id, u32 shmem_base, u32 shmem2_base,
|
D | bnx2x_link.c | 1421 static void bnx2x_set_mdio_clk(struct bnx2x *bp, u32 chip_id, in bnx2x_set_mdio_clk() argument 1458 bnx2x_set_mdio_clk(bp, params->chip_id, in bnx2x_set_mdio_emac_per_phy() 2450 static void bnx2x_set_bmac_rx(struct bnx2x *bp, u32 chip_id, u8 port, u8 en) in bnx2x_set_bmac_rx() argument 2679 u32 chip_id; in bnx2x_cl45_read() local 2681 chip_id = (REG_RD(bp, MISC_REG_CHIP_NUM) << 16) | in bnx2x_cl45_read() 2683 bnx2x_set_mdio_clk(bp, chip_id, phy->mdio_ctrl); in bnx2x_cl45_read() 2754 u32 chip_id; in bnx2x_cl45_write() local 2756 chip_id = (REG_RD(bp, MISC_REG_CHIP_NUM) << 16) | in bnx2x_cl45_write() 2758 bnx2x_set_mdio_clk(bp, chip_id, phy->mdio_ctrl); in bnx2x_cl45_write() 4314 u32 chip_id, in bnx2x_get_mod_abs_int_cfg() argument [all …]
|
D | bnx2x.h | 943 u32 chip_id; member 945 #define CHIP_ID(bp) (bp->common.chip_id & 0xfffffff0) 947 #define CHIP_NUM(bp) (bp->common.chip_id >> 16) 1017 #define CHIP_REV_VAL(bp) (bp->common.chip_id & CHIP_REV_MASK) 1032 #define CHIP_METAL(bp) (bp->common.chip_id & 0x00000ff0) 1033 #define CHIP_BOND_ID(bp) (bp->common.chip_id & 0x0000000f)
|
D | bnx2x_vfpf.c | 363 bp->common.chip_id |= (bp->acquire_resp.pfdev_info.chip_num & 0xffff); in bnx2x_vfpf_acquire() 364 bp->link_params.chip_id = bp->common.chip_id; in bnx2x_vfpf_acquire() 1186 resp->pfdev_info.chip_num = bp->common.chip_id; in bnx2x_vf_mbx_acquire_resp()
|
D | bnx2x_main.c | 6474 bnx2x_init_mod_abs_int(bp, &bp->link_vars, bp->common.chip_id, in bnx2x_pre_irq_nic_init() 6949 bp->common.chip_id); in bnx2x__common_init_phy() 10707 bp->common.chip_id = id; in bnx2x_get_common_hwinfo() 10712 bp->common.chip_id = (CHIP_NUM_57811 << 16) | in bnx2x_get_common_hwinfo() 10713 (bp->common.chip_id & 0x0000FFFF); in bnx2x_get_common_hwinfo() 10715 bp->common.chip_id = (CHIP_NUM_57811_MF << 16) | in bnx2x_get_common_hwinfo() 10716 (bp->common.chip_id & 0x0000FFFF); in bnx2x_get_common_hwinfo() 10717 bp->common.chip_id |= 0x1; in bnx2x_get_common_hwinfo() 10745 bp->link_params.chip_id = bp->common.chip_id; in bnx2x_get_common_hwinfo() 10749 if ((bp->common.chip_id & 0x1) || in bnx2x_get_common_hwinfo() [all …]
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm963xx_tag.h | 47 char chip_id[CHIPID_LEN]; member
|
/linux-4.1.27/drivers/usb/host/ |
D | ssb-hcd.c | 46 if (dev->id.revision == 2 && dev->bus->chip_id == 0x5354) { in ssb_hcd_5354wa() 160 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_hcd_probe()
|
/linux-4.1.27/include/linux/mfd/ |
D | ab3100.h | 99 u8 chip_id; member
|
D | si476x-core.h | 127 int chip_id; member
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | XGIfb.h | 62 int chip_id; member
|
D | vb_setmode.c | 598 static void xgifb_set_lcd(int chip_id, in xgifb_set_lcd() argument 609 if (chip_id == XG27) { in xgifb_set_lcd() 617 if (chip_id == XG27) { in xgifb_set_lcd() 4235 int chip_id, in xgifb_set_lvds() argument 4258 if (chip_id == XG27) in xgifb_set_lvds() 4375 if (chip_id == XG27) { in xgifb_set_lvds() 4394 if (chip_id == XG27) in xgifb_set_lvds()
|
D | XGI_main_26.c | 1668 xgifb_info->chip_id = pdev->device; in xgifb_probe() 1710 switch (xgifb_info->chip_id) { in xgifb_probe()
|
/linux-4.1.27/drivers/media/rc/ |
D | nuvoton-cir.c | 232 char chip_id[12]; in nvt_hw_detect() local 251 strcpy(chip_id, "w83667hg\0"); in nvt_hw_detect() 256 strcpy(chip_id, "w83677hg\0"); in nvt_hw_detect() 262 strcpy(chip_id, "w83677hg-c\0"); in nvt_hw_detect() 267 strcpy(chip_id, "w836x7hg\0"); in nvt_hw_detect() 275 "it may not work...", chip_id, chip_major, chip_minor); in nvt_hw_detect() 278 chip_id, chip_major, chip_minor); in nvt_hw_detect()
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
D | sm7xxfb.c | 43 u16 chip_id; member 575 switch (sfb->chip_id) { in smtc_set_timing() 794 sfb->chip_id = ent->device; in smtcfb_pci_probe() 820 switch (sfb->chip_id) { in smtcfb_pci_probe() 900 sfb->chip_id, sfb->chip_rev_id, sfb->fb.var.xres, in smtcfb_pci_probe() 982 switch (sfb->chip_id) { in smtcfb_pci_resume()
|
/linux-4.1.27/include/video/ |
D | w100fb.h | 137 unsigned int chip_id; member
|
/linux-4.1.27/drivers/mmc/host/ |
D | wbsd.h | 172 int chip_id; /* ID of controller */ member
|
D | wbsd.c | 1321 host->chip_id = id; in wbsd_scan() 1718 if (host->chip_id != 0) in wbsd_init() 1719 printk(" id %x", (int)host->chip_id); in wbsd_init()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 1498 uint64_t chip_id:8; member 1502 uint64_t chip_id:8; 1527 uint64_t chip_id:8; member 1535 uint64_t chip_id:8; 1552 uint64_t chip_id:8; member 1560 uint64_t chip_id:8; 1577 uint64_t chip_id:8; member 1581 uint64_t chip_id:8; 1603 uint64_t chip_id:8; member 1609 uint64_t chip_id:8; [all …]
|
D | octeon-model.h | 390 const char *__init octeon_model_get_string(uint32_t chip_id);
|
/linux-4.1.27/drivers/mtd/devices/ |
D | docg3.c | 1818 static void __init doc_set_driver_info(int chip_id, struct mtd_info *mtd) in doc_set_driver_info() argument 1827 switch (chip_id) { in doc_set_driver_info() 1872 u16 chip_id, chip_id_inv; in doc_probe_device() local 1898 chip_id = doc_register_readw(docg3, DOC_CHIPID); in doc_probe_device() 1902 if (chip_id != (u16)(~chip_id_inv)) { in doc_probe_device() 1906 switch (chip_id) { in doc_probe_device() 1912 doc_err("Chip id %04x is not a DiskOnChip G3 chip\n", chip_id); in doc_probe_device() 1916 doc_set_driver_info(chip_id, mtd); in doc_probe_device()
|
/linux-4.1.27/include/uapi/video/ |
D | sisfb.h | 82 __u32 chip_id; /* PCI-ID of detected chip */ member
|
/linux-4.1.27/Documentation/backlight/ |
D | lp855x-driver.txt | 26 2) chip_id
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | pci.c | 1528 switch (MS(ar->chip_id, SOC_CHIP_ID_REV)) { in ath10k_pci_get_num_banks() 2575 static bool ath10k_pci_chip_is_supported(u32 dev_id, u32 chip_id) in ath10k_pci_chip_is_supported() argument 2579 u32 rev_id = MS(chip_id, SOC_CHIP_ID_REV); in ath10k_pci_chip_is_supported() 2599 u32 chip_id; in ath10k_pci_probe() local 2675 chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe() 2676 if (chip_id == 0xffffffff) { in ath10k_pci_probe() 2681 if (!ath10k_pci_chip_is_supported(pdev->device, chip_id)) { in ath10k_pci_probe() 2683 pdev->device, chip_id); in ath10k_pci_probe() 2689 ret = ath10k_core_register(ar, chip_id); in ath10k_pci_probe()
|
D | core.h | 508 u32 chip_id; member 703 int ath10k_core_register(struct ath10k *ar, u32 chip_id);
|
D | core.c | 1316 int ath10k_core_register(struct ath10k *ar, u32 chip_id) in ath10k_core_register() argument 1318 ar->chip_id = chip_id; in ath10k_core_register()
|
D | debug.c | 69 __le32 chip_id; member 130 ar->chip_id, in ath10k_print_driver_info() 879 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->chip_id); in ath10k_read_chip_id() 943 dump_data->chip_id = cpu_to_le32(ar->chip_id); in ath10k_build_dump_file()
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 493 int chip_id; member 584 int chip_id = ent->driver_data; in hamachi_init_one() local 688 hmp->chip_id = chip_id; in hamachi_init_one() 727 dev->ethtool_ops = (chip_tbl[hmp->chip_id].flags & CanHaveMII) ? in hamachi_init_one() 740 dev->name, chip_tbl[chip_id].name, readl(ioaddr + ChipRev), in hamachi_init_one() 749 if (chip_tbl[hmp->chip_id].flags & CanHaveMII) { in hamachi_init_one()
|
D | yellowfin.c | 321 int chip_id, drv_flags; member 434 np->chip_id = chip_idx; in yellowfin_init_one() 1115 (yp->chip_id ? 7 : 8 + buf_addr[data_size - 8]); in yellowfin_rx()
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 109 enum mcam_chip_id chip_id; member
|
D | mmp-driver.c | 372 mcam->chip_id = MCAM_ARMADA610; in mmpcam_probe()
|
D | cafe-driver.c | 473 mcam->chip_id = MCAM_CAFE; in cafe_pci_probe()
|
D | mcam-core.c | 422 if (cam->chip_id == MCAM_CAFE) in mcam_ctlr_dma_vmalloc() 1905 cam->chip_id == MCAM_CAFE) { in mccic_register()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | opal.h | 156 int64_t opal_lpc_write(uint32_t chip_id, enum OpalLPCAddressType addr_type, 158 int64_t opal_lpc_read(uint32_t chip_id, enum OpalLPCAddressType addr_type,
|
/linux-4.1.27/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 90 .chip_id = XC5000A, 97 .chip_id = XC5000C,
|
/linux-4.1.27/drivers/power/ |
D | pm2301_charger.h | 466 u8 chip_id; member
|
D | da9052-battery.c | 478 if (bat->da9052->chip_id == DA9052) in da9052_USB_current_notifier()
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | dl2k.h | 377 unsigned int chip_id; /* PCI table chip id */ member
|
D | sundance.c | 394 int chip_id; member 551 np->chip_id = chip_idx; in sundance_probe1() 600 if (sundance_pci_tbl[np->chip_id].device == 0x0200) { in sundance_probe1()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc911x.c | 1792 unsigned int val, chip_id, revision; in smc911x_probe() local 1813 chip_id = SMC_GET_PN(lp); in smc911x_probe() 1815 CARDNAME, chip_id); in smc911x_probe() 1817 if (chip_ids[i].id == chip_id) break; in smc911x_probe() 1820 netdev_err(dev, "Unknown chip ID %04x\n", chip_id); in smc911x_probe()
|
D | smc911x.h | 690 struct chip_id { struct 695 static const struct chip_id chip_ids[] = { argument
|
D | epic100.c | 276 int chip_id, chip_flags; member 431 ep->chip_id = chip_idx; in epic_init_one()
|
/linux-4.1.27/drivers/net/irda/ |
D | via-ircc.c | 307 self->chip_id = id; in via_ircc_open() 843 if (self->chip_id == 0x3076) in via_ircc_hard_xmit_fir() 1043 if (self->chip_id == 0x3076) { in via_ircc_dma_receive_complete() 1047 if (self->chip_id == 0x3096) { in via_ircc_dma_receive_complete()
|
D | via-ircc.h | 115 unsigned int chip_id; /* to remember chip id */ member
|
/linux-4.1.27/Documentation/misc-devices/ |
D | apds990x.txt | 48 chip_id
|
D | bh1770glc.txt | 47 chip_id
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic_if.h | 194 u32 chip_id; member
|
D | cnic.h | 307 u32 chip_id; member
|
D | bnx2.h | 6866 u32 chip_id; member 6868 #define BNX2_CHIP(bp) (((bp)->chip_id) & 0xffff0000) 6873 #define BNX2_CHIP_REV(bp) (((bp)->chip_id) & 0x0000f000) 6878 #define BNX2_CHIP_METAL(bp) (((bp)->chip_id) & 0x00000ff0) 6879 #define BNX2_CHIP_BOND(bp) (((bp)->chip_id) & 0x0000000f) 6881 #define BNX2_CHIP_ID(bp) (((bp)->chip_id) & 0xfffffff0)
|
/linux-4.1.27/drivers/char/agp/ |
D | intel-agp.c | 698 unsigned int chip_id; member 747 if (pdev->device == intel_agp_chipsets[i].chip_id) { in agp_intel_probe()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 434 u32 chip_id; in correct_chipset() local 452 chip_id = aty_ld_le32(CNFG_CHIP_ID, par); in correct_chipset() 453 type = chip_id & CFG_CHIP_TYPE; in correct_chipset() 454 rev = (chip_id & CFG_CHIP_REV) >> 24; in correct_chipset() 2964 u32 mem, chip_id; in atyfb_setup_sparc() local 3056 chip_id = aty_ld_le32(CNFG_CHIP_ID, par); in atyfb_setup_sparc() 3057 if (((chip_id & CFG_CHIP_TYPE) == VT_CHIP_ID) && !((chip_id >> 24) & 1)) { in atyfb_setup_sparc()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_init.c | 383 mvi->chip_id = ent->driver_data; in mvs_pci_alloc() 384 mvi->chip = &mvs_chips[mvi->chip_id]; in mvs_pci_alloc()
|
D | mv_sas.h | 387 u32 chip_id; member
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-velocity.h | 1143 enum chip_type chip_id; member 1444 enum chip_type chip_id; member
|
D | via-velocity.c | 408 static const char *get_chip_name(enum chip_type chip_id) in get_chip_name() argument 412 if (chip_info_table[i].chip_id == chip_id) in get_chip_name() 2679 vptr->chip_id = info->chip_id; in velocity_init_info() 2764 printk(KERN_INFO "%s: %s\n", dev->name, get_chip_name(vptr->chip_id)); in velocity_print_info()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis.h | 437 unsigned short chip_id; /* PCI ID of chip */ member
|
D | sis_main.c | 1713 ivideo->sisfb_infoblock.chip_id = ivideo->chip_id; in sisfb_ioctl() 4062 if((readb(rom + 6) | (readb(rom + 7) << 8)) != ivideo->chip_id) in sisfb_check_rom() 5836 ivideo->chip_id = pdev->device; in sisfb_probe()
|
/linux-4.1.27/drivers/net/can/softing/ |
D | softing_main.c | 638 uint16_t chip_id) in softing_netdev_create() argument 656 priv->chip = chip_id; in softing_netdev_create()
|
/linux-4.1.27/arch/arc/kernel/ |
D | setup.c | 163 core->family, core->cpu_id, core->chip_id); in arc_cpu_mumbojumbo()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.h | 450 uint16_t chip_id; /* Tells T4/T5 chip */ member
|
D | csio_hw.c | 2006 fw_info = find_fw_info(CHELSIO_CHIP_VERSION(hw->chip_id)); in csio_hw_flash_fw() 2010 CHELSIO_CHIP_VERSION(hw->chip_id)); in csio_hw_flash_fw() 3837 hw->chip_id = (hw->params.pci.device_id & CSIO_HW_CHIP_MASK); in csio_hw_get_device_id()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 83 int chip_id; member 1428 if (i != hw->driver_data.chip_id) { in setup_instance() 1431 i, hw->driver_data.chip_id); in setup_instance()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | rcar_vin.c | 140 enum chip_id { enum 488 enum chip_id chip; 1920 priv->chip = (enum chip_id)match->data; in rcar_vin_probe()
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
D | arcmsr.h | 577 u32 __iomem *chip_id; /* 0x00004 */ member
|
/linux-4.1.27/drivers/net/ethernet/ |
D | fealnx.c | 489 unsigned int chip_id = ent->driver_data; in fealnx_init_one() local 553 np->flags = skel_netdrv_tbl[chip_id].flags; in fealnx_init_one() 668 dev->name, skel_netdrv_tbl[chip_id].chip_name, ioaddr, in fealnx_init_one()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.h | 962 u32 chip_id; member
|
D | fimc-is.c | 421 is->is_shared_region->chip_id = 0xe4412; in fimc_is_load_firmware()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | pxa3xx_nand.c | 1508 if (f->chip_id == id) in pxa3xx_nand_scan() 1527 pxa3xx_flash_ids[0].dev_id = (f->chip_id >> 8) & 0xffff; in pxa3xx_nand_scan()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.c | 1925 if (dev->dev->bus->chip_id == 0x4301) { in b43legacy_gpio_init() 2074 if (dev->dev->bus->chip_id == 0x4306 && in b43legacy_adjust_opmode() 3061 if (dev->dev->bus->chip_id == 0x4317) { in b43legacy_phy_versioning() 3873 dev->bus->chip_id, dev->id.revision); in b43legacy_wireless_init()
|
D | phy.c | 1115 if (dev->dev->bus->chip_id == 0x4306 in b43legacy_phy_initg() 2009 if ((dev->dev->bus->chip_id == 0x4301) && (phy->radio_ver != 0x2050)) { in b43legacy_phy_init_tssi2dbm_table()
|
/linux-4.1.27/include/uapi/linux/ |
D | kvm.h | 129 __u32 chip_id; member
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | tuner-core.c | 376 .chip_id = XC5000C, in set_type()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-si476x.c | 369 switch (radio->core->chip_id) { in si476x_radio_enum_freq_bands()
|
/linux-4.1.27/drivers/bluetooth/ |
D | btusb.c | 1556 u16 chip_id = get_unaligned_le16(chip_id_base + in rtl8723b_parse_firmware() local 1558 if (chip_id == rom_version + 1) { in rtl8723b_parse_firmware()
|