/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/soc/renesas/ |
D | renesas-soc.c | 314 void __iomem *chipid = NULL; in renesas_soc_init() local 328 chipid = of_iomap(np, 0); in renesas_soc_init() 331 if (chipid) { in renesas_soc_init() 332 product = readl(chipid); in renesas_soc_init() 333 iounmap(chipid); in renesas_soc_init() 354 chipid = of_iomap(np, 0); in renesas_soc_init() 357 chipid = ioremap(family->reg, 4); in renesas_soc_init() 359 if (chipid) { in renesas_soc_init() 360 product = readl(chipid); in renesas_soc_init() 361 iounmap(chipid); in renesas_soc_init()
|
/kernel/linux/linux-5.10/drivers/soc/tegra/fuse/ |
D | tegra-apbmisc.c | 26 static u32 chipid; variable 30 WARN(!chipid, "Tegra APB MISC not yet available\n"); in tegra_read_chipid() 32 return chipid; in tegra_read_chipid() 77 WARN(!chipid, "Tegra ABP MISC not yet available\n"); in tegra_read_straps() 196 chipid = readl_relaxed(apbmisc_base + 4); in tegra_init_apbmisc()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | vas.c | 57 uint32_t chipid, hwirq; in init_vas_instance() local 67 rc = of_property_read_u32(dn, "ibm,chip-id", &chipid); in init_vas_instance() 106 hwirq = xive_native_alloc_irq_on_chip(chipid); in init_vas_instance() 109 vinst->vas_id, chipid); in init_vas_instance() 197 int chip_to_vas_id(int chipid) in chip_to_vas_id() argument 202 if (cpu_to_chip_id(cpu) == chipid) in chip_to_vas_id()
|
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()
|
/kernel/linux/linux-5.10/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 }
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 345 u32 chipid; in find_chipid() local 366 ret = of_property_read_u32(node, "qcom,chipid", &chipid); in find_chipid() 372 rev->core = (chipid >> 24) & 0xff; in find_chipid() 373 rev->major = (chipid >> 16) & 0xff; in find_chipid() 374 rev->minor = (chipid >> 8) & 0xff; in find_chipid() 375 rev->patchid = (chipid & 0xff); in find_chipid()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
D | stk3310.c | 446 int chipid; in stk3310_init() local 451 ret = regmap_read(data->regmap, STK3310_REG_ID, &chipid); in stk3310_init() 455 if (chipid != STK3310_CHIP_ID_VAL && in stk3310_init() 456 chipid != STK3311_CHIP_ID_VAL && in stk3310_init() 457 chipid != STK3311X_CHIP_ID_VAL && in stk3310_init() 458 chipid != STK3335_CHIP_ID_VAL) { in stk3310_init() 459 dev_err(&client->dev, "invalid chip id: 0x%x\n", chipid); in stk3310_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
D | pcie.c | 281 unsigned int chipid; in qtnf_pcie_probe() local 317 chipid = qtnf_chip_id_get(sysctl_bar); in qtnf_pcie_probe() 319 pr_info("identified device: %s\n", qtnf_chipid_to_string(chipid)); in qtnf_pcie_probe() 321 switch (chipid) { in qtnf_pcie_probe() 331 pr_err("unsupported chip ID 0x%x\n", chipid); in qtnf_pcie_probe()
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-aw2013.c | 331 unsigned int chipid; in aw2013_probe() local 367 ret = regmap_read(chip->regmap, AW2013_RSTR, &chipid); in aw2013_probe() 374 if (chipid != AW2013_RSTR_CHIP_ID) { in aw2013_probe() 376 chipid); in aw2013_probe()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 866 u32 chipid; in wilc_wlan_start() local 892 ret = wilc->hif_func->hif_read_reg(wilc, WILC_CHIPID, &chipid); in wilc_wlan_start() 1122 u32 chipid; in init_chip() local 1130 chipid = wilc_get_chipid(wilc, true); in init_chip() 1132 if ((chipid & 0xfff) != 0xa0) { in init_chip() 1165 static u32 chipid; in wilc_get_chipid() local 1169 if (chipid == 0 || update) { in wilc_get_chipid() 1174 chipid = 0; in wilc_get_chipid() 1175 return chipid; in wilc_get_chipid() 1187 chipid = tempchipid; in wilc_get_chipid() [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/ti/ |
D | k3-am65-wakeup.dtsi | 37 chipid@43000014 { 38 compatible = "ti,am654-chipid";
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | exynos5.dtsi | 38 chipid: chipid@10000000 { label 39 compatible = "samsung,exynos4210-chipid";
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/ |
D | analogix-anx6345.c | 63 u16 chipid; member 663 anx6345->chipid = (u8)idl | ((u8)idh << 8); in anx6345_get_chip_id() 670 if (anx6345->chipid == anx6345_chipid_list[i]) { in anx6345_get_chip_id() 672 anx6345->chipid, version); in anx6345_get_chip_id() 678 anx6345->chipid, version); in anx6345_get_chip_id()
|
/kernel/linux/linux-5.10/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() 1121 vsc->chipid); in vsc73xx_gpio_probe()
|
/kernel/linux/linux-5.10/drivers/soc/samsung/ |
D | Makefile | 6 obj-$(CONFIG_EXYNOS_CHIPID) += exynos-chipid.o
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | vas.h | 110 int chip_to_vas_id(int chipid);
|