Searched refs:chip_id (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/linux-master/drivers/iio/dac/
H A Dad7293.c808 u16 chip_id; local
862 ret = __ad7293_spi_read(st, AD7293_REG_DEVICE_ID, &chip_id);
866 if (chip_id != AD7293_CHIP_ID) {
/linux-master/drivers/regulator/
H A Dmax77620-regulator.c359 switch (chip->chip_id) {
799 switch (max77620_chip->chip_id) {
828 if ((max77620_chip->chip_id == MAX77620) &&
H A Dtps65086-regulator.c358 switch (tps->chip_id) {
/linux-master/drivers/hwmon/
H A Dlm95234.c597 int mfg_id, chip_id, val; local
607 chip_id = i2c_smbus_read_byte_data(client, LM95234_REG_CHIP_ID);
608 switch (chip_id) {
H A Dsht3x.c167 enum sht3x_chips chip_id; member in struct:sht3x_data
686 if (chip_data->chip_id == sts3x)
923 data->chip_id = i2c_match_id(sht3x_ids, client)->driver_data;
/linux-master/drivers/soc/qcom/
H A Dsocinfo.c549 seq_printf(seq, "%s\n", socinfo->chip_id);
558 QCOM_OPEN(chip_id, qcom_show_chip_id);
656 DEBUGFS_ADD(info, chip_id);
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c196 int chip_id; local
200 chip_id = wilc_get_chipid(wilc, false);
202 netdev_info(dev, "ChipID [%x] loading firmware [%s]\n", chip_id,
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.c935 switch (oct->chip_id) {
981 oct->chip_id = pdev->device;
983 dev_info(&pdev->dev, "chip_id = 0x%x\n", pdev->device);
985 switch (oct->chip_id) {
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c695 if (GCB_CHIP_ID_REV_ID_GET(sparx5->chip_id) > 0)
854 sparx5->chip_id = spx5_rd(sparx5, GCB_CHIP_ID);
857 GCB_CHIP_ID_PART_ID_GET(sparx5->chip_id);
/linux-master/drivers/net/dsa/realtek/
H A Drtl8366rb.c1050 u32 chip_id = 0; local
1057 ret = regmap_read(priv->map, RTL8366RB_CHIP_ID_REG, &chip_id);
1063 switch (chip_id) {
1067 dev_err(priv->dev, "unknown chip id (%04x)\n", chip_id);
1079 chip_id, chip_ver & RTL8366RB_CHIP_VERSION_MASK);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c963 dev_data->chip_id = CHIP_K2;
969 dev_data->chip_id = CHIP_BB;
1040 block_id * MAX_CHIP_IDS + dev_data->chip_id;
1051 reset_reg_id * MAX_CHIP_IDS + dev_data->chip_id;
1323 (dev_data->chip_id == CHIP_BB ? 1 : 0);
1338 s_chip_defs[dev_data->chip_id].name);
1347 if (dev_data->chip_id == CHIP_BB)
1696 u8 chip_id = dev_data->chip_id; local
1701 if (s_rbc_reset_defs[i].reset_val[dev_data->chip_id])
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dpci.c2294 switch (MS(ar->bus_param.chip_id, SOC_CHIP_ID_REV)) {
3436 static bool ath10k_pci_chip_is_supported(u32 dev_id, u32 chip_id) argument
3440 u32 rev_id = MS(chip_id, SOC_CHIP_ID_REV);
3674 bus_params.chip_id =
3676 if (bus_params.chip_id != 0xffffffff) {
3678 bus_params.chip_id)) {
3691 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS);
3692 if (bus_params.chip_id == 0xffffffff) {
3697 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) {
3711 ath10k_err(ar, "device %04x with chip_id
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h849 u32 chip_id; member in struct:bnx2x_common
851 #define CHIP_ID(bp) (bp->common.chip_id & 0xfffffff0)
853 #define CHIP_NUM(bp) (bp->common.chip_id >> 16)
923 #define CHIP_REV_VAL(bp) (bp->common.chip_id & CHIP_REV_MASK)
938 #define CHIP_METAL(bp) (bp->common.chip_id & 0x00000ff0)
939 #define CHIP_BOND_ID(bp) (bp->common.chip_id & 0x0000000f)
H A Dbnx2x_link.c1413 static void bnx2x_set_mdio_clk(struct bnx2x *bp, u32 chip_id, argument
1450 bnx2x_set_mdio_clk(bp, params->chip_id,
2442 static void bnx2x_set_bmac_rx(struct bnx2x *bp, u32 chip_id, u8 port, u8 en) argument
2671 u32 chip_id; local
2673 chip_id = (REG_RD(bp, MISC_REG_CHIP_NUM) << 16) |
2675 bnx2x_set_mdio_clk(bp, chip_id, phy->mdio_ctrl);
2746 u32 chip_id; local
2748 chip_id = (REG_RD(bp, MISC_REG_CHIP_NUM) << 16) |
2750 bnx2x_set_mdio_clk(bp, chip_id, phy->mdio_ctrl);
4329 u32 chip_id,
4328 bnx2x_get_mod_abs_int_cfg(struct bnx2x *bp, u32 chip_id, u32 shmem_base, u8 port, u8 *gpio_num, u8 *gpio_port) argument
10173 bnx2x_84833_get_reset_gpios(struct bnx2x *bp, u32 shmem_base_path[], u32 chip_id) argument
12209 u32 chip_id; local
13182 bnx2x_8073_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], u32 shmem2_base_path[], u8 phy_index, u32 chip_id) argument
13308 bnx2x_8726_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], u32 shmem2_base_path[], u8 phy_index, u32 chip_id) argument
13403 bnx2x_8727_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], u32 shmem2_base_path[], u8 phy_index, u32 chip_id) argument
13502 bnx2x_84833_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], u32 shmem2_base_path[], u8 phy_index, u32 chip_id) argument
13518 bnx2x_ext_phy_common_init(struct bnx2x *bp, u32 shmem_base_path[], u32 shmem2_base_path[], u8 phy_index, u32 ext_phy_type, u32 chip_id) argument
13573 bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[], u32 shmem2_base_path[], u32 chip_id) argument
13998 bnx2x_init_mod_abs_int(struct bnx2x *bp, struct link_vars *vars, u32 chip_id, u32 shmem_base, u32 shmem2_base, u8 port) argument
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dmxl692.c626 static const char * const chip_id[] = {"N/A", "691", "248", "692"}; local
637 chip_id[dev_ver.chip_id]);
/linux-master/drivers/mmc/host/
H A Dwbsd.c1302 host->chip_id = id;
1708 if (host->chip_id != 0)
1709 printk(" id %x", (int)host->chip_id);
/linux-master/drivers/media/i2c/
H A Dimx415.c1180 u64 chip_id; local
1191 ret = cci_read(sensor->regmap, IMX415_SENSOR_INFO, &chip_id, NULL);
1198 model = chip_id & IMX415_SENSOR_INFO_MASK;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dsoc.c1231 u32 chip_id; local
1233 chip_id = (uintptr_t)of_device_get_match_data(&pdev->dev);
1241 dev = mt7915_mmio_probe(&pdev->dev, mem_base, chip_id);
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c1221 switch (oct->chip_id) {
1269 oct->chip_id = pdev->device;
1271 dev_info(&pdev->dev, "chip_id = 0x%x\n", pdev->device);
1273 switch (oct->chip_id) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c386 enum rtw89_core_chip_id chip_id = rtwdev->chip->chip_id; local
390 if (chip_id != RTL8922A)
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h508 uint16_t chip_id; /* Tells T4/T5 chip */ member in struct:csio_hw
/linux-master/drivers/video/fbdev/
H A Dcyber2000fb.h470 unsigned int chip_id; member in struct:cyberpro_info
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h647 enum em28xx_chip_id chip_id; member in struct:em28xx
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.h370 u32 chip_id; member in struct:mvs_info
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c833 if (hwmgr->chip_id == CHIP_RAVEN) {
1181 if (hwmgr->chip_id == CHIP_RAVEN)
1702 if (hwmgr->chip_id == CHIP_RAVEN)
1751 if (hwmgr->chip_id == CHIP_RAVEN)

Completed in 408 milliseconds

<<11121314151617