/Linux-v5.4/arch/arm/mach-u300/ |
D | core.c | 222 u16 chipid; member 231 .chipid = 0xb800, 235 .chipid = 0xc000, 239 .chipid = 0xc800, 243 .chipid = 0xd800, 247 .chipid = 0xe000, 251 .chipid = 0xe800, 255 .chipid = 0xf000, 259 .chipid = 0xf100, 263 .chipid = 0x0000, /* List terminator */ [all …]
|
/Linux-v5.4/arch/mips/txx9/generic/ |
D | spi_eeprom.c | 23 int __init spi_eeprom_register(int busid, int chipid, int size) in spi_eeprom_register() argument 29 .chip_select = chipid, in spi_eeprom_register() 48 int chipid; member 65 read_param->chipid != spi->chip_select) in early_seeprom_probe() 87 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read() argument 93 .chipid = chipid, in spi_eeprom_read()
|
/Linux-v5.4/arch/mips/include/asm/txx9/ |
D | spi.h | 19 int spi_eeprom_register(int busid, int chipid, int size); 20 int spi_eeprom_read(int busid, int chipid, 23 static inline int spi_eeprom_register(int busid, int chipid, int size) in spi_eeprom_register() argument 27 static inline int spi_eeprom_read(int busid, int chipid, in spi_eeprom_read() argument
|
/Linux-v5.4/drivers/soc/renesas/ |
D | renesas-soc.c | 287 void __iomem *chipid = NULL; in renesas_soc_init() local 301 chipid = of_iomap(np, 0); in renesas_soc_init() 304 if (chipid) { in renesas_soc_init() 305 product = readl(chipid); in renesas_soc_init() 306 iounmap(chipid); in renesas_soc_init() 327 chipid = of_iomap(np, 0); in renesas_soc_init() 330 chipid = ioremap(family->reg, 4); in renesas_soc_init() 332 if (chipid) { in renesas_soc_init() 333 product = readl(chipid); in renesas_soc_init() 334 iounmap(chipid); in renesas_soc_init()
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-chipid.txt | 4 - compatible : Should at least contain "samsung,exynos4210-chipid". 9 chipid@10000000 { 10 compatible = "samsung,exynos4210-chipid";
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | firmware.h | 25 u32 chipid; member 35 #define BRCMF_FW_ENTRY(chipid, mask, name) \ argument 36 { chipid, mask, BRCM_ ## name ## _FIRMWARE_BASENAME }
|
D | chip.h | 86 char *brcmf_chip_name(u32 chipid, u32 chiprev, char *buf, uint len);
|
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 277 u32 chipid; in find_chipid() local 298 ret = of_property_read_u32(node, "qcom,chipid", &chipid); in find_chipid() 304 rev->core = (chipid >> 24) & 0xff; in find_chipid() 305 rev->major = (chipid >> 16) & 0xff; in find_chipid() 306 rev->minor = (chipid >> 8) & 0xff; in find_chipid() 307 rev->patchid = (chipid & 0xff); in find_chipid()
|
D | a6xx_gmu.c | 561 u32 chipid; in a6xx_gmu_fw_start() local 610 chipid = adreno_gpu->rev.core << 24; in a6xx_gmu_fw_start() 611 chipid |= adreno_gpu->rev.major << 16; in a6xx_gmu_fw_start() 612 chipid |= adreno_gpu->rev.minor << 12; in a6xx_gmu_fw_start() 613 chipid |= adreno_gpu->rev.patchid << 8; in a6xx_gmu_fw_start() 615 gmu_write(gmu, REG_A6XX_GMU_HFI_SFR_ADDR, chipid); in a6xx_gmu_fw_start()
|
/Linux-v5.4/drivers/net/ethernet/apple/ |
D | macmace.c | 65 int chipid; member 218 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo; in mace_probe() 247 dev->dev_addr, mp->chipid); in mace_probe() 297 if (mp->chipid == BROKEN_ADDRCHG_REV) in mace_reset() 308 if (mp->chipid != BROKEN_ADDRCHG_REV) in mace_reset() 326 if (mp->chipid == BROKEN_ADDRCHG_REV) in __mace_set_address() 335 if (mp->chipid != BROKEN_ADDRCHG_REV) in __mace_set_address() 513 if (mp->chipid == BROKEN_ADDRCHG_REV) in mace_set_multicast() 522 if (mp->chipid != BROKEN_ADDRCHG_REV) in mace_set_multicast()
|
D | mace.c | 66 int chipid; member 172 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) | in mace_probe() 250 mp->chipid >> 8, mp->chipid & 0xff); in mace_probe() 352 if (mp->chipid == BROKEN_ADDRCHG_REV) in mace_reset() 363 if (mp->chipid != BROKEN_ADDRCHG_REV) in mace_reset() 380 if (mp->chipid == BROKEN_ADDRCHG_REV) in __mace_set_address() 389 if (mp->chipid != BROKEN_ADDRCHG_REV) in __mace_set_address() 619 if (mp->chipid == BROKEN_ADDRCHG_REV) in mace_set_multicast() 628 if (mp->chipid != BROKEN_ADDRCHG_REV) in mace_set_multicast()
|
/Linux-v5.4/arch/arm/mach-mxs/ |
D | mach-mxs.c | 54 static u32 chipid; variable 289 chipid = readl(digctl_base + HW_DIGCTL_CHIPID); in mxs_get_soc_id() 290 socid = chipid & HW_DIGCTL_CHIPID_MASK; in mxs_get_soc_id() 307 u32 rev = chipid & HW_DIGCTL_REV_MASK; in mxs_get_cpu_rev()
|
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
D | pcie.c | 277 unsigned int chipid; in qtnf_pcie_probe() local 313 chipid = qtnf_chip_id_get(sysctl_bar); in qtnf_pcie_probe() 315 pr_info("identified device: %s\n", qtnf_chipid_to_string(chipid)); in qtnf_pcie_probe() 317 switch (chipid) { in qtnf_pcie_probe() 327 pr_err("unsupported chip ID 0x%x\n", chipid); in qtnf_pcie_probe()
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | opal-sensor-groups.c | 183 u32 sgid, len, nr_attrs, chipid; in opal_sensor_groups_init() local 212 if (!of_property_read_u32(node, "ibm,chip-id", &chipid)) in opal_sensor_groups_init() 213 sprintf(sgs[i].name, "%pOFn%d", node, chipid); in opal_sensor_groups_init()
|
D | vas.c | 124 int chip_to_vas_id(int chipid) in chip_to_vas_id() argument 129 if (cpu_to_chip_id(cpu) == chipid) in chip_to_vas_id()
|
/Linux-v5.4/drivers/iio/light/ |
D | stk3310.c | 445 int chipid; in stk3310_init() local 450 ret = regmap_read(data->regmap, STK3310_REG_ID, &chipid); in stk3310_init() 454 if (chipid != STK3310_CHIP_ID_VAL && in stk3310_init() 455 chipid != STK3311_CHIP_ID_VAL && in stk3310_init() 456 chipid != STK3335_CHIP_ID_VAL) { in stk3310_init() 457 dev_err(&client->dev, "invalid chip id: 0x%x\n", chipid); in stk3310_init()
|
/Linux-v5.4/drivers/mfd/ |
D | tps65218.c | 296 unsigned int chipid; in tps65218_probe() local 321 ret = regmap_read(tps->regmap, TPS65218_REG_CHIPID, &chipid); in tps65218_probe() 327 tps->rev = chipid & TPS65218_CHIPID_REV_MASK; in tps65218_probe()
|
/Linux-v5.4/drivers/staging/wilc1000/ |
D | wilc_wlan.c | 875 u32 chipid; in wilc_wlan_start() local 924 ret = wilc->hif_func->hif_read_reg(wilc, 0x1000, &chipid); in wilc_wlan_start() 1161 u32 chipid; in init_chip() local 1168 chipid = wilc_get_chipid(wilc, true); in init_chip() 1170 if ((chipid & 0xfff) != 0xa0) { in init_chip() 1197 static u32 chipid; in wilc_get_chipid() local 1201 if (chipid == 0 || update) { in wilc_get_chipid() 1205 chipid = 0; in wilc_get_chipid() 1206 return chipid; in wilc_get_chipid() 1218 chipid = tempchipid; in wilc_get_chipid() [all …]
|
/Linux-v5.4/drivers/regulator/ |
D | lp872x.c | 104 enum lp872x_id chipid; member 184 enum lp872x_id chip = lp->chipid; in lp872x_get_timestep_usec() 703 return lp872x_update_bits(lp, LP872X_GENERAL_CFG, mask[lp->chipid], in lp872x_init_dvs() 704 default_dvs_mode[lp->chipid]); in lp872x_init_dvs() 726 if (lp->chipid == LP8720) in lp872x_hw_enable() 775 desc = (lp->chipid == LP8720) ? &lp8720_regulator_desc[i] : in lp872x_regulator_register() 924 lp->chipid = id->driver_data; in lp872x_probe()
|
/Linux-v5.4/drivers/soc/samsung/ |
D | Makefile | 3 obj-$(CONFIG_EXYNOS_CHIPID) += exynos-chipid.o
|
/Linux-v5.4/drivers/net/dsa/ |
D | vitesse-vsc73xx.h | 14 u16 chipid; member
|
D | vitesse-vsc73xx-core.c | 266 #define IS_7385(a) ((a)->chipid == VSC73XX_CHIPID_ID_7385) 267 #define IS_7388(a) ((a)->chipid == VSC73XX_CHIPID_ID_7388) 268 #define IS_7395(a) ((a)->chipid == VSC73XX_CHIPID_ID_7395) 269 #define IS_7398(a) ((a)->chipid == VSC73XX_CHIPID_ID_7398) 444 vsc->chipid = id; in vsc73xx_detect() 1110 vsc->chipid); in vsc73xx_gpio_probe()
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | renesas,prr.txt | 17 prr: chipid@ff000044 {
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | vas.h | 111 int chip_to_vas_id(int chipid);
|
/Linux-v5.4/drivers/media/radio/ |
D | radio-tea5764.c | 109 u16 chipid; /* CHIPID1 & CHIPID2 */ member 452 PDEBUG("chipid = %04X, manid = %04X", r->chipid, r->manid); in tea5764_i2c_probe() 453 if (r->chipid != TEA5764_CHIPID || in tea5764_i2c_probe()
|