Searched refs:chip_id (Results 1 - 25 of 402) sorted by last modified time

1234567891011>>

/linux-master/drivers/watchdog/
H A Dlenovo_se10_wdt.c174 unsigned int chip_id; local
180 chip_id = get_chipID();
181 if (chip_id != 0x5632) {
190 dev_info(dev, "Found Lenovo SE10 0x%x\n", chip_id);
/linux-master/drivers/pinctrl/
H A Dpinctrl-aw9523.c707 unsigned int chip_id; local
737 ret = regmap_read(awi->regmap, AW9523_REG_CHIPID, &chip_id);
742 if (chip_id != AW9523_VAL_EXPECTED_CHIPID) {
744 chip_id, AW9523_VAL_EXPECTED_CHIPID);
/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 Dm88ds3103.c650 if (dev->chip_id == M88RS6000_CHIP_ID) {
691 if (dev->chip_id == M88RS6000_CHIP_ID) {
772 if (dev->chip_id == M88RS6000_CHIP_ID) {
781 if (dev->chip_id == M88RS6000_CHIP_ID) {
802 if (dev->chip_id == M88RS6000_CHIP_ID) {
1068 else if (dev->chip_id == M88RS6000_CHIP_ID)
1158 if (dev->chip_id == M88RS6000_CHIP_ID)
1813 dev->chip_id = utmp >> 1;
1816 dev_dbg(&client->dev, "chip_id=%02x\n", dev->chip_id);
[all...]
H A Dstb0899_drv.c1260 u8 chip_id, release; local
1268 chip_id = STB0899_GETFIELD(CHIP_ID, id);
1272 chip_id, release);
1280 if (!chip_id) {
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-core.h238 u32 chip_id = FIELD_GET(PCI_SUBSYS_MASK, pdev->subsystem_device); local
240 return (chip_id == PCI_SUBSYS_DEVID_9XXX);
/linux-master/arch/mips/bcm47xx/
H A Dprom.c47 __init void bcm47xx_set_system_type(u16 chip_id) argument
50 (chip_id > 0x9999) ? "Broadcom BCM%d" :
52 chip_id);
/linux-master/tools/include/uapi/linux/
H A Dkvm.h72 __u32 chip_id; member in struct:kvm_irqchip
/linux-master/sound/soc/codecs/
H A Drk3308_codec.c844 unsigned int chip_id; local
847 err = regmap_read(rk3308->grf, GRF_CHIP_ID, &chip_id);
851 switch (chip_id) {
862 return dev_err_probe(rk3308->dev, -EINVAL, "Unknown chip_id: 0x%x\n", chip_id);
H A Dpcm6240.c615 if (pcm_dev->chip_id == PCM1690) {
1349 unsigned int id = pcm_dev->chip_id;
2095 pcm_dev->chip_id = (id != NULL) ? id->driver_data : 0;
2100 if (pcm_dev->chip_id >= MAX_DEVICE)
2101 pcm_dev->chip_id = 0;
2103 strscpy(pcm_dev->dev_name, pcmdevice_i2c_id[pcm_dev->chip_id].name,
2107 pcmdevice_i2c_id[pcm_dev->chip_id].name,
2155 if (pcm_dev->chip_id == PCM9211 || pcm_dev->chip_id == PCM1690)
2165 if (pcm_dev->chip_id
[all...]
H A Dpcm6240.h226 unsigned int chip_id; member in struct:pcmdevice_priv
/linux-master/include/uapi/linux/
H A Dkvm.h72 __u32 chip_id; member in struct:kvm_irqchip
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2614 /* TODO: don't know yet how to get chip_id with SDIO */
2615 bus_params.chip_id = 0;
/linux-master/drivers/media/tuners/
H A Dxc5000.c53 int chip_id; member in struct:xc5000_priv
228 static inline const struct xc5000_fw_cfg *xc5000_assign_firmware(int chip_id) argument
230 switch (chip_id) {
575 switch (priv->chip_id) {
1102 const struct xc5000_fw_cfg *desired_fw = xc5000_assign_firmware(priv->chip_id);
1407 if ((priv->chip_id == 0) || (cfg->chip_id))
1410 priv->chip_id = (cfg->chip_id) ? cfg->chip_id
[all...]
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-core.c450 u8 chip_id; local
485 chip_id = solo_reg_read(solo_dev, SOLO_CHIP_OPTION) &
487 switch (chip_id) {
497 dev_warn(&pdev->dev, "Invalid chip_id 0x%02x, assuming 4 ch\n",
498 chip_id);
/linux-master/drivers/media/i2c/
H A Dov2680.c1052 u64 chip_id, rev; local
1055 cci_read(sensor->regmap, OV2680_REG_CHIP_ID, &chip_id, &ret);
1062 if (chip_id != OV2680_CHIP_ID) {
1064 chip_id, OV2680_CHIP_ID);
1069 chip_id, rev & 0x0f);
H A Dadv7511-v4l2.c1778 u8 chip_id[2]; local
1843 chip_id[0] = adv7511_rd(sd, 0xf5);
1844 chip_id[1] = adv7511_rd(sd, 0xf6);
1845 if (chip_id[0] != 0x75 || chip_id[1] != 0x11) {
1846 v4l2_err(sd, "chip_id != 0x7511, read 0x%02x%02x\n", chip_id[0],
1847 chip_id[1]);
/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 */
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it66121.c287 enum chip_id { enum
293 enum chip_id id;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h746 uint32_t chip_id; member in struct:pp_hwmgr
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c500 if ((hwmgr->chip_id == 0x6862 ||
501 hwmgr->chip_id == 0x6861 ||
502 hwmgr->chip_id == 0x6868) &&
H A Dsmu7_hwmgr.c245 if (hwmgr->chip_id >= CHIP_POLARIS10 &&
246 hwmgr->chip_id <= CHIP_VEGAM) {
1203 if (hwmgr->chip_id >= CHIP_POLARIS10 &&
1204 hwmgr->chip_id <= CHIP_VEGAM)
1226 (hwmgr->chip_id == CHIP_POLARIS10) ||
1227 (hwmgr->chip_id == CHIP_POLARIS11) ||
1228 (hwmgr->chip_id == CHIP_POLARIS12) ||
1229 (hwmgr->chip_id == CHIP_TONGA) ||
1230 (hwmgr->chip_id == CHIP_TOPAZ))
1247 if (hwmgr->chip_id
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c56 hwmgr->chip_id = adev->asic_type;
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1313 (uint8_t)(link->ctx->asic_id.chip_id);
1315 (uint8_t)(link->ctx->asic_id.chip_id >> 8);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h762 uint32_t chip_id; member in struct:hw_asic_id

Completed in 332 milliseconds

1234567891011>>