Searched refs:chip_id (Results 276 - 300 of 396) sorted by relevance

<<111213141516

/linux-master/drivers/media/i2c/
H A Dgc2145.c1019 u64 chip_id; local
1021 ret = cci_read(gc2145->regmap, GC2145_REG_CHIP_ID, &chip_id, NULL);
1027 if (chip_id != GC2145_CHIP_ID) {
1029 GC2145_CHIP_ID, chip_id);
H A Disl7998x.c616 u32 chip_id; local
622 ISL7998X_REG_P0_PRODUCT_ID_CODE, &chip_id);
628 dev_dbg(dev, "Found ISL799%x\n", chip_id);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.h176 u32 chip_id; member in struct:wlfw_rf_chip_info_s_v01
H A Dcore.h1005 u32 chip_id; member in struct:ath10k_bus_params
1025 u32 chip_id; member in struct:ath10k
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.c147 np->chip_id = chip_idx;
354 if (np->chip_id == CHIP_IP1000A) {
410 if (np->chip_id != CHIP_IP1000A)
537 if (np->chip_id == CHIP_IP1000A &&
/linux-master/drivers/power/supply/
H A Dda9052-battery.c474 if (bat->da9052->chip_id == DA9052)
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h1400 * @chip_id: chip ID
1419 u64 chip_id : 8; member in struct:fus_dat1::__anon138
1421 u64 chip_id : 8;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c823 if (dev->chip_id < CHIP_ID_EM2860)
831 if (dev->chip_id < CHIP_ID_EM2860)
/linux-master/drivers/char/agp/
H A Dintel-agp.c698 unsigned int chip_id; member in struct:intel_agp_driver_description
747 if (pdev->device == intel_agp_chipsets[i].chip_id) {
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.h1133 enum chip_type chip_id; member in struct:velocity_info_tbl
1390 enum chip_type chip_id; member in struct:velocity_info
/linux-master/drivers/net/can/softing/
H A Dsofting_main.c633 uint16_t chip_id)
651 priv->chip = chip_id;
632 softing_netdev_create(struct softing *card, uint16_t chip_id) argument
/linux-master/drivers/media/dvb-frontends/
H A Dsi2168.c712 dev->chip_id = cmd.args[1] << 24 | cmd.args[2] << 16 |
715 switch (dev->chip_id) {
H A Dcxd2841er.c961 u8 chip_id = 0; local
965 cxd2841er_read_reg(priv, I2C_SLVT, 0xfd, &chip_id);
967 cxd2841er_read_reg(priv, I2C_SLVX, 0xfd, &chip_id);
969 return chip_id;
3844 u8 chip_id = 0; local
3864 chip_id = cxd2841er_chip_id(priv);
3865 switch (chip_id) {
3902 __func__, chip_id);
3924 __func__, chip_id);
/linux-master/drivers/scsi/mvsas/
H A Dmv_init.c341 mvi->chip_id = ent->driver_data;
342 mvi->chip = &mvs_chips[mvi->chip_id];
/linux-master/drivers/regulator/
H A Dmt6358-regulator.c691 switch (mt6397->chip_id) {
701 dev_err(&pdev->dev, "unsupported chip ID: %d\n", mt6397->chip_id);
/linux-master/drivers/video/fbdev/aty/
H A Datyfb_base.c461 u32 chip_id; local
479 chip_id = aty_ld_le32(CNFG_CHIP_ID, par);
480 type = chip_id & CFG_CHIP_TYPE;
481 rev = (chip_id & CFG_CHIP_REV) >> 24;
2952 u32 mem, chip_id; local
3044 chip_id = aty_ld_le32(CNFG_CHIP_ID, par);
3045 if (((chip_id & CFG_CHIP_TYPE) == VT_CHIP_ID) && !((chip_id >> 24) & 1)) {
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_cn9k_pf.c219 if (oct->chip_id == OCTEP_PCI_DEVICE_ID_CN98_PF) {
866 if (oct->chip_id == OCTEP_PCI_DEVICE_ID_CN98_PF)
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.c156 ab->qmi.target.chip_id,
164 ab->qmi.target.chip_id,
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c101 if (pm8001_ha->chip_id == chip_8001) {
405 if (pm8001_ha->chip_id == chip_8001) {
899 if (pm8001_ha->chip_id == chip_8006) {
1065 if ((pm8001_ha->chip_id != chip_8008) &&
1066 (pm8001_ha->chip_id != chip_8009)) {
1571 if (pm8001_ha->chip_id != chip_8006 &&
1572 pm8001_ha->chip_id != chip_8074 &&
1573 pm8001_ha->chip_id != chip_8076) {
4016 if (pm8001_ha->chip_id == chip_8008 ||
4017 pm8001_ha->chip_id
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c896 if (chip->chip_id != RTL8852C &&
2183 if (chip->chip_id == RTL8852C)
3697 bool no_ng16 = (chip->chip_id == RTL8852A && hal->cv == CHIP_CBV) ||
3698 (chip->chip_id == RTL8852B && hal->cv == CHIP_CAV);
4325 if (chip->chip_id == RTL8852A && cv <= CHIP_CBV) {
4334 if (chip->chip_id == RTL8852B || chip->chip_id == RTL8851B) {
4346 !(rtwdev->chip->chip_id == RTL8852A && rtwdev->hal.cv <= CHIP_CBV) &&
4347 !(rtwdev->chip->chip_id == RTL8852B && rtwdev->hal.cv <= CHIP_CAV);
4349 rtwdev->chip->chip_id
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c309 (dev->dev->chip_id == 0x5354) &&
434 if ((dev->dev->chip_id == 0x4325) && (dev->dev->chip_rev == 0)) {
452 if ((dev->dev->chip_id == 0x4325) && (dev->dev->chip_rev == 0)) {
477 if ((dev->dev->chip_id == 0x4325) && (dev->dev->chip_rev == 0)) {
682 if (dev->dev->chip_id == 0x4325) {
1851 if (dev->dev->chip_id == 0x5354) {
2370 if (dev->dev->chip_id == 0x5354) {
/linux-master/drivers/net/ethernet/packetengines/
H A Dyellowfin.c321 int chip_id, drv_flags; member in struct:yellowfin_private
435 np->chip_id = chip_idx;
1125 (yp->chip_id ? 7 : 8 + buf_addr[data_size - 8]);
/linux-master/drivers/net/ethernet/
H A Dfealnx.c481 unsigned int chip_id = ent->driver_data; local
540 np->flags = skel_netdrv_tbl[chip_id].flags;
657 dev->name, skel_netdrv_tbl[chip_id].chip_name, ioaddr,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.c1162 ab->qmi.target.chip_id,
1175 ab->qmi.target.chip_id);
1183 ab->qmi.target.chip_id,
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c857 * chip_id, for whatever reason, so a bit of massaging
862 chipid = adreno_gpu->chip_id & 0xffff0000;
863 chipid |= (adreno_gpu->chip_id << 4) & 0xf000; /* minor */
864 chipid |= (adreno_gpu->chip_id << 8) & 0x0f00; /* patchid */

Completed in 534 milliseconds

<<111213141516