Searched refs:chip_id (Results 76 - 100 of 181) sorted by relevance

12345678

/drivers/ssb/
H A Dmain.c1130 if (bus->chip_id == 0x5365) {
1290 u16 chip_id = dev->bus->chip_id; local
1293 return (chip_id == 0x4322 || chip_id == 43221 ||
1294 chip_id == 43231 || chip_id == 43222);
H A Ddriver_pcicore.c388 chipid_top = (bus->chip_id & 0xFF00);
398 if (bus->chip_id == 0x4712) {
404 if (bus->chip_id == 0x5350)
/drivers/media/i2c/
H A Dsaa7115.c1710 char chip_id; local
1728 chip_id = name[5];
1729 snprintf(name, CHIP_VER_SIZE, "saa711%c", chip_id);
1734 switch (chip_id) {
1737 snprintf(name, CHIP_VER_SIZE, "saa711%ca", chip_id);
1759 chip_id = 0;
1761 chip_id = chip_id << 1;
1762 chip_id |= (chip_ver[i] & 0x80) ? 1 : 0;
/drivers/media/usb/em28xx/
H A Dem28xx-input.c341 if (ir->dev->chip_id == CHIP_ID_EM2874 ||
342 ir->dev->chip_id == CHIP_ID_EM2884)
451 switch (dev->chip_id) {
462 dev->chip_id);
763 switch (dev->chip_id) {
H A Dem28xx-i2c.c791 if (dev->chip_id < CHIP_ID_EM2860)
797 if (dev->chip_id < CHIP_ID_EM2860)
/drivers/hwmon/
H A Dadm1025.c455 u8 man_id, chip_id; local
470 chip_id = i2c_smbus_read_byte_data(client, ADM1025_REG_CHIP_ID);
471 if ((chip_id & 0xF0) != 0x20)
H A Dlm63.c985 u8 man_id, chip_id, reg_config1, reg_config2; local
993 chip_id = i2c_smbus_read_byte_data(client, LM63_REG_CHIP_ID);
1007 "Unsupported chip (man_id=0x%02X, chip_id=0x%02X)\n",
1008 man_id, chip_id);
1012 if (chip_id == 0x41 && address == 0x4c)
1014 else if (chip_id == 0x51 && (address == 0x18 || address == 0x4e))
1016 else if (chip_id == 0x49 && address == 0x4c)
H A Dw83l786ng.c678 u8 chip_id; local
693 chip_id = w83l786ng_read_value(client, W83L786NG_REG_CHIP_ID);
696 chip_id != 0x80) { /* W83L786NG */
698 "Unsupported chip (man_id=0x%04X, chip_id=0x%02X)\n",
699 man_id, chip_id);
/drivers/net/wireless/ti/wl1251/
H A Dmain.c179 wl->chip_id = wl1251_reg_read32(wl, CHIP_ID_B);
183 switch (wl->chip_id) {
186 wl->chip_id);
190 wl->chip_id);
194 wl1251_error("unsupported chip id: 0x%x", wl->chip_id);
426 wiphy->hw_version = wl->chip_id;
/drivers/mtd/devices/
H A Ddocg3.c1822 * @chip_id: The chip ID of the supported chip
1825 static void __init doc_set_driver_info(int chip_id, struct mtd_info *mtd) argument
1834 switch (chip_id) {
1879 u16 chip_id, chip_id_inv; local
1905 chip_id = doc_register_readw(docg3, DOC_CHIPID);
1909 if (chip_id != (u16)(~chip_id_inv)) {
1913 switch (chip_id) {
1919 doc_err("Chip id %04x is not a DiskOnChip G3 chip\n", chip_id);
1923 doc_set_driver_info(chip_id, mtd);
/drivers/staging/vt6655/
H A Ddevice.h247 CHIP_TYPE chip_id; member in struct:__chip_info_tbl
350 CHIP_TYPE chip_id; member in struct:vnt_private
/drivers/media/platform/marvell-ccic/
H A Dmcam-core.h109 enum mcam_chip_id chip_id; member in struct:mcam_camera
/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.h54 u8 chip_id; member in struct:rtl28xxu_priv
H A Dmxl111sf.c188 if ((state->chip_id) && (state->chip_ver))
194 state->chip_id = id;
270 if (!state->chip_id) {
326 if (!state->chip_id) {
/drivers/net/ethernet/dec/tulip/
H A Dpnic.c168 iowrite32(tulip_tbl[tp->chip_id].valid_intrs, ioaddr + CSR7);
/drivers/staging/bcm/
H A DInterfaceTx.c168 if ((psIntfAdapter->psAdapter->chip_id == T3B) &&
/drivers/net/ethernet/packetengines/
H A Dhamachi.c493 int chip_id; member in struct:hamachi_private
584 int chip_id = ent->driver_data; local
688 hmp->chip_id = chip_id;
727 dev->ethtool_ops = (chip_tbl[hmp->chip_id].flags & CanHaveMII) ?
740 dev->name, chip_tbl[chip_id].name, readl(ioaddr + ChipRev),
749 if (chip_tbl[hmp->chip_id].flags & CanHaveMII) {
/drivers/net/wireless/ath/ath10k/
H A Ddebug.c68 __le32 chip_id; member in struct:ath10k_dump_file_data
132 ar->chip_id,
681 len = scnprintf(buf, sizeof(buf), "0x%08x\n", ar->chip_id);
745 dump_data->chip_id = cpu_to_le32(ar->chip_id);
1200 debugfs_create_file("chip_id", S_IRUSR, ar->debug.debugfs_phy,
/drivers/net/wireless/b43/
H A Dmain.c2851 if (dev->dev->chip_id == 0x4301) {
2854 } else if (dev->dev->chip_id == 0x5354) {
3016 u16 chip_id = dev->dev->chip_id; local
3018 if (chip_id == BCMA_CHIP_ID_BCM4331) {
3033 } else if (chip_id == BCMA_CHIP_ID_BCM43131 ||
3034 chip_id == BCMA_CHIP_ID_BCM43217 ||
3035 chip_id == BCMA_CHIP_ID_BCM43222 ||
3036 chip_id == BCMA_CHIP_ID_BCM43224 ||
3037 chip_id
[all...]
/drivers/net/ethernet/marvell/
H A Dskge.c129 return hw->chip_id == CHIP_ID_GENESIS;
165 if (hw->chip_id == CHIP_ID_YUKON && hw->chip_rev == 0)
185 if (hw->chip_id == CHIP_ID_YUKON_LITE &&
292 else if (hw->chip_id == CHIP_ID_YUKON)
2039 /* Apparently, early versions of Yukon-Lite had wrong chip_id? */
2045 if (hw->chip_id != CHIP_ID_YUKON)
2063 if (hw->chip_id == CHIP_ID_YUKON_LITE &&
2075 if (hw->chip_id == CHIP_ID_YUKON_LITE &&
2769 hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON)
3261 (hw->chip_id
[all...]
/drivers/video/fbdev/
H A Dw100fb.c640 unsigned int chip_id; local
657 chip_id = readl(remapped_regs + mmCHIP_ID);
658 switch(chip_id) {
684 par->chip_id = chip_id;
1442 switch (par->chip_id) {
/drivers/media/usb/au0828/
H A Dau0828-dvb.c90 .chip_id = XC5000A,
96 .chip_id = XC5000C,
/drivers/media/dvb-frontends/
H A Dm88ds3103.c1299 u8 chip_id, u8tmp; local
1313 ret = m88ds3103_rd_reg(priv, 0x01, &chip_id);
1317 dev_dbg(&priv->i2c->dev, "%s: chip_id=%02x\n", __func__, chip_id);
1319 switch (chip_id) {
H A Dstb0899_drv.c1275 u8 chip_id, release; local
1283 chip_id = STB0899_GETFIELD(CHIP_ID, id);
1287 chip_id, release);
1295 if (! (chip_id > 0)) {
/drivers/net/ethernet/broadcom/
H A Dcnic.h307 u32 chip_id; member in struct:cnic_local

Completed in 1392 milliseconds

12345678