Searched refs:chip_id (Results 1 - 25 of 181) sorted by relevance

12345678

/drivers/gpu/drm/radeon/
H A Duvd_v2_2.c72 uint32_t chip_id, size; local
112 chip_id = 0x01000005;
115 chip_id = 0x01000006;
118 chip_id = 0x01000007;
122 chip_id = 0x01000008;
125 chip_id = 0x01000009;
128 chip_id = 0x0100000a;
131 chip_id = 0x0100000b;
135 chip_id = 0x0100000c;
138 chip_id
[all...]
/drivers/staging/bcm/
H A DInterfaceIdleMode.c108 if (Adapter->chip_id == BCS220_2 ||
109 Adapter->chip_id == BCS220_2BC ||
110 Adapter->chip_id == BCS250_BC ||
111 Adapter->chip_id == BCS220_3) {
141 unsigned int chip_id; local
201 rdmalt(Adapter, CHIP_ID_REG, &chip_id, sizeof(UINT));
202 if (0xbece3200 == (chip_id&~(0xF0)))
203 chip_id = chip_id&~(0xF0);
204 if (chip_id
[all...]
/drivers/soc/tegra/fuse/
H A Dtegra-apbmisc.c64 u32 id, chip_id, minor_rev; local
68 chip_id = (id >> 8) & 0xff;
79 if (chip_id == TEGRA20 && (tegra20_spare_fuse_early(18) ||
94 if (chip_id == TEGRA20)
/drivers/scsi/csiostor/
H A Dcsio_hw_chip.h116 (csio_is_t4(hw->chip_id) ? (PIDX(index)) : \
120 (csio_is_t4(hw->chip_id) ? (LP_INT_THRESH(val)) : \
124 (csio_is_t4(hw->chip_id) ? (LP_INT_THRESH_MASK) : (M_LP_INT_THRESH_T5))
127 (csio_is_t4(hw->chip_id) ? (PORT_REG(port, XGMAC_PORT_INT_CAUSE)) : \
130 #define FW_VERSION_MAJOR(hw) (csio_is_t4(hw->chip_id) ? 1 : 0)
131 #define FW_VERSION_MINOR(hw) (csio_is_t4(hw->chip_id) ? 2 : 0)
132 #define FW_VERSION_MICRO(hw) (csio_is_t4(hw->chip_id) ? 8 : 0)
135 (csio_is_t4(hw->chip_id) ? FW_FNAME_T4 : FW_FNAME_T5)
138 (csio_is_t4(hw->chip_id) ? FW_CFG_NAME_T4 : FW_CFG_NAME_T5)
/drivers/media/tuners/
H A Dxc5000.h40 int chip_id; member in struct:xc5000_config
H A Dtda18212.c196 unsigned int chip_id; local
222 ret = regmap_read(dev->regmap, 0x00, &chip_id);
223 dev_dbg(&dev->client->dev, "chip_id=%02x\n", chip_id);
231 switch (chip_id) {
/drivers/hwmon/pmbus/
H A Dltc2978.c380 int chip_id, i; local
393 chip_id = i2c_smbus_read_word_data(client, LTC2978_MFR_SPECIAL_ID);
394 if (chip_id < 0)
395 return chip_id;
397 if (chip_id == LTC2974_ID_REV1 || chip_id == LTC2974_ID_REV2) {
399 } else if (chip_id == LTC2977_ID) {
401 } else if (chip_id == LTC2978_ID_REV1 || chip_id == LTC2978_ID_REV2 ||
402 chip_id
[all...]
/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c212 u32 chip_id; /* Chip vendor/Device ID */ member in struct:dmfe_board_info
465 db->chip_id = ent->driver_data;
585 if ( !chkmode || (db->chip_id == PCI_DM9132_ID) ||
642 if (db->chip_id == PCI_DM9009_ID) {
663 if (db->chip_id == PCI_DM9132_ID)
773 dmfe_phy_write(ioaddr, db->phy_addr, 0, 0x8000, db->chip_id);
1081 if (db->chip_id == PCI_DM9132_ID)
1154 if (db->chip_type && (db->chip_id==PCI_DM9102_ID)) {
1157 dmfe_phy_write(ioaddr, db->phy_addr, 0, 0x1000, db->chip_id);
1206 if (db->chip_id
1790 dmfe_phy_write(void __iomem *ioaddr, u8 phy_addr, u8 offset, u16 phy_data, u32 chip_id) argument
1838 dmfe_phy_read(void __iomem *ioaddr, u8 phy_addr, u8 offset, u32 chip_id) argument
[all...]
/drivers/ssb/
H A Ddriver_chipcommon_pmu.c117 switch (bus->chip_id) {
230 if (bus->chip_id == 0x4312) {
256 switch (bus->chip_id) {
330 switch (bus->chip_id) {
353 bus->chip_id);
433 switch (bus->chip_id) {
475 bus->chip_id);
546 switch (bus->chip_id) {
595 switch (bus->chip_id) {
635 switch (bus->chip_id) {
[all...]
H A Dscan.c299 bus->chip_id = (tmp & SSB_CHIPCO_IDMASK);
312 bus->chip_id = pcidev_to_chipid(bus->host_pci);
316 bus->chip_id = 0x4710;
322 bus->chip_id, bus->chip_rev, bus->chip_package);
324 bus->nr_devices = chipid_to_nrcores(bus->chip_id);
/drivers/media/dvb-frontends/
H A Dstv0900_sw.c168 if (intp->chip_id == 0x12) {
213 if (intp->chip_id >= 0x20)
222 if (intp->chip_id >= 0x20)
233 if (intp->chip_id >= 0x20) {
260 if (intp->chip_id >= 0x20) {
284 if (intp->chip_id >= 0x20)
440 if (intp->chip_id == 0x10) {
444 } else if (intp->chip_id <= 0x20)
558 if (intp->chip_id <= 0x20) {
595 if (intp->chip_id <
[all...]
/drivers/regulator/
H A Dfan53555.c82 int chip_id; member in struct:fan53555_device_info
199 switch (di->chip_id) {
213 "Chip ID %d not supported!\n", di->chip_id);
223 switch (di->chip_id) {
230 "Chip ID %d not supported!\n", di->chip_id);
400 di->chip_id = val & DIE_ID;
409 di->chip_id, di->chip_rev);
H A Dpfuze100-regulator.c68 int chip_id; member in struct:pfuze_chip
315 switch (chip->chip_id) {
375 if (((value & 0x0f) == 0x8) && (pfuze_chip->chip_id == PFUZE100)) {
381 } else if ((value & 0x0f) != pfuze_chip->chip_id) {
434 pfuze_chip->chip_id = (int)(long)match->data;
436 pfuze_chip->chip_id = id->driver_data;
460 switch (pfuze_chip->chip_id) {
477 (pfuze_chip->chip_id == PFUZE100) ? "100" : "200");
H A Dda9052-regulator.c110 if (regulator->da9052->chip_id == DA9052)
127 if (regulator->da9052->chip_id == DA9052)
166 if ((id == DA9052_ID_BUCK4) && (regulator->da9052->chip_id == DA9052)
197 if ((id == DA9052_ID_BUCK4) && (regulator->da9052->chip_id == DA9052)
367 static inline struct da9052_regulator_info *find_regulator_info(u8 chip_id, argument
373 switch (chip_id) {
411 regulator->info = find_regulator_info(regulator->da9052->chip_id,
/drivers/video/fbdev/
H A Dtridentfb.c31 int chip_id; member in struct:tridentfb_par
610 if (!is_oldprotect(par->chip_id))
625 if (!is_oldprotect(par->chip_id))
683 if (par->chip_id != CYBERBLADEXPAi1)
717 unsigned char shift = !is_oldclock(par->chip_id) ? 2 : 1;
737 if (is_oldclock(par->chip_id)) {
745 if (is3Dchip(par->chip_id)) {
778 if (crt || !iscyber(par->chip_id))
793 switch (par->chip_id) {
879 if (par->chip_id
1342 int chip_id; local
[all...]
/drivers/hwmon/
H A Dw83l785ts.c147 u8 chip_id; local
164 chip_id = w83l785ts_read_value(client, W83L785TS_REG_CHIP_ID, 0);
167 || chip_id != 0x70) { /* W83L785TS-S */
169 "Unsupported chip (man_id=0x%04X, chip_id=0x%02X)\n",
170 man_id, chip_id);
H A Dlm90.c1199 int man_id, chip_id, config1, config2, convrate; local
1206 chip_id = i2c_smbus_read_byte_data(client, LM90_REG_R_CHIP_ID);
1209 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0)
1225 && (chip_id & 0xF0) == 0x20) { /* LM90 */
1228 if ((chip_id & 0xF0) == 0x30) { /* LM89/LM99 */
1239 && (chip_id & 0xF0) == 0x10) { /* LM86 */
1246 if ((chip_id & 0xF0) == 0x40 /* ADM1032 */
1258 if (chip_id == 0x51 /* ADT7461 */
1263 if (chip_id == 0x57 /* ADT7461A, NCT1008 */
1290 * The MAX6657, MAX6658 and MAX6659 do NOT have a chip_id
[all...]
H A Dadm1029.c313 u8 man_id, chip_id, temp_devices_installed, nb_fan_support; local
326 chip_id = i2c_smbus_read_byte_data(client, ADM1029_REG_CHIP_ID);
336 if ((chip_id & 0xF0) != 0x00) {
342 chip_id);
H A Dlm83.c293 u8 man_id, chip_id; local
312 chip_id = i2c_smbus_read_byte_data(new_client, LM83_REG_R_CHIP_ID);
313 switch (chip_id) {
323 "Unsupported chip (man_id=0x%02X, chip_id=0x%02X)\n",
324 man_id, chip_id);
H A Dmax1619.c230 u8 reg_config, reg_convrate, reg_status, man_id, chip_id; local
248 chip_id = i2c_smbus_read_byte_data(client, MAX1619_REG_R_CHIP_ID);
249 if (man_id != 0x4D || chip_id != 0x04) {
251 "Unsupported chip (man_id=0x%02X, chip_id=0x%02X).\n",
252 man_id, chip_id);
/drivers/mfd/
H A Dtps65217.c163 unsigned long chip_id = ids->driver_data; local
175 chip_id = (unsigned long)match->data;
180 if (!chip_id) {
191 tps->id = chip_id;
H A Dtps65910.c390 unsigned long *chip_id)
404 *chip_id = (unsigned long)match->data;
434 unsigned long *chip_id)
462 unsigned long chip_id = id->driver_data; local
468 pmic_plat_data = tps65910_parse_dt(i2c, &chip_id);
487 tps65910->id = chip_id;
389 tps65910_parse_dt(struct i2c_client *client, unsigned long *chip_id) argument
433 tps65910_parse_dt(struct i2c_client *client, unsigned long *chip_id) argument
/drivers/staging/xgifb/
H A DXGIfb.h62 int chip_id; member in struct:xgifb_video_info
/drivers/net/wireless/ti/wl1251/
H A Dboot.c225 u32 chip_id, acx_intr; local
229 chip_id = wl1251_reg_read32(wl, CHIP_ID_B);
231 wl1251_debug(DEBUG_BOOT, "chip id after firmware boot: 0x%x", chip_id);
233 if (chip_id != wl->chip_id) {
/drivers/net/ethernet/marvell/
H A Dsky2.c232 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > CHIP_REV_YU_XL_A1)
274 if (hw->chip_id == CHIP_ID_YUKON_XL && hw->chip_rev > CHIP_REV_YU_XL_A1)
350 if (hw->chip_id == CHIP_ID_YUKON_EC)
366 if (hw->chip_id == CHIP_ID_YUKON_FE_P &&
400 if (hw->chip_id == CHIP_ID_YUKON_XL && (hw->flags & SKY2_HW_FIBRE_PHY)) {
505 switch (hw->chip_id) {
592 if (hw->chip_id == CHIP_ID_YUKON_EC_U || hw->chip_id == CHIP_ID_YUKON_UL_2) {
600 if (hw->chip_id == CHIP_ID_YUKON_EC_U) {
608 } else if (hw->chip_id
[all...]

Completed in 641 milliseconds

12345678