/openbmc/linux/drivers/media/tuners/ |
H A D | it913x.c | 17 u8 chip_ver:2; member 105 if (dev->chip_ver == 1) { in it913x_init() 398 dev->chip_ver = id->driver_data; in it913x_probe() 406 if (dev->chip_ver == 1) in it913x_probe() 408 else if (dev->chip_ver == 2) in it913x_probe() 415 dev_dbg(&pdev->dev, "chip_ver %u, role %u\n", dev->chip_ver, dev->role); in it913x_probe()
|
/openbmc/linux/drivers/media/rc/ |
H A D | nuvoton-cir.h | 55 enum nvt_chip_ver chip_ver; member 76 enum nvt_chip_ver chip_ver; member
|
H A D | nuvoton-cir.c | 53 return nvt->chip_ver == NVT_W83667HG; in is_w83667hg() 383 if ((id & SIO_ID_MASK) == nvt_chips[i].chip_ver) { in nvt_find_chip() 384 nvt->chip_ver = nvt_chips[i].chip_ver; in nvt_find_chip()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib_common.h | 28 u8 chip_ver; member
|
H A D | sge.c | 735 chip_ver > CHELSIO_T5) { in is_eth_imm() 759 unsigned int chip_ver) in calc_tx_flits() argument 815 unsigned int chip_ver) in calc_tx_descs() argument 1517 unsigned int chip_ver; in cxgb4_eth_xmit() local 1574 if (is_eth_imm(skb, chip_ver)) in cxgb4_eth_xmit() 1603 if (chip_ver > CHELSIO_T5) in cxgb4_eth_xmit() 1836 unsigned int chip_ver; in cxgb4_vf_eth_xmit() local 1915 if (chip_ver > CHELSIO_T5) in cxgb4_vf_eth_xmit() 1969 if (chip_ver <= CHELSIO_T5) in cxgb4_vf_eth_xmit() 4417 unsigned int chip_ver = in t4_sge_alloc_rxq() local [all …]
|
H A D | cxgb4_filter.c | 690 unsigned int chip_ver) in cxgb4_set_ftid() argument 702 if (chip_ver < CHELSIO_T6) in cxgb4_set_ftid() 731 unsigned int chip_ver) in cxgb4_clear_ftid() argument 737 if (chip_ver < CHELSIO_T6) in cxgb4_clear_ftid() 1534 unsigned int max_fidx, fidx, chip_ver; in __cxgb4_set_filter() local 1585 if (chip_ver < CHELSIO_T6) in __cxgb4_set_filter() 1600 if (chip_ver < CHELSIO_T6) { in __cxgb4_set_filter() 1655 chip_ver); in __cxgb4_set_filter() 1729 chip_ver); in __cxgb4_set_filter() 1806 unsigned int max_fidx, chip_ver; in __cxgb4_del_filter() local [all …]
|
H A D | cxgb4_cudbg.c | 189 cudbg_hdr->chip_ver = adap->params.chip; in cxgb4_cudbg_collect()
|
H A D | cxgb4_debugfs.c | 1675 unsigned int chip_ver = CHELSIO_CHIP_VERSION(adap->params.chip); in mps_tcam_show() local 1677 if (chip_ver > CHELSIO_T5) { in mps_tcam_show() 1706 if (chip_ver > CHELSIO_T5) { in mps_tcam_show() 1767 if (chip_ver > CHELSIO_T5) in mps_tcam_show() 1812 if (chip_ver > CHELSIO_T5) { in mps_tcam_show() 1871 if (chip_ver > CHELSIO_T5) in mps_tcam_show()
|
H A D | cxgb4_main.c | 6607 int func, chip_ver; in init_one() local 6652 chip_ver = CHELSIO_CHIP_VERSION(chip); in init_one() 6653 func = chip_ver <= CHELSIO_T5 ? in init_one() 6816 if (chip_ver > CHELSIO_T5) { in init_one() 6915 if (chip_ver <= CHELSIO_T5 && in init_one() 6951 if (chip_ver <= CHELSIO_T5) { in init_one()
|
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/ |
H A D | preloader.h | 93 u32 chip_ver; member
|
/openbmc/linux/drivers/media/i2c/ |
H A D | saa7115.c | 1708 char chip_ver[CHIP_VER_SIZE]; in saa711x_detect_chip() local 1718 chip_ver[i] = i2c_smbus_read_byte_data(client, 0); in saa711x_detect_chip() 1719 name[i] = (chip_ver[i] & 0x0f) + '0'; in saa711x_detect_chip() 1735 if (chip_ver[0] & 0xf0) { in saa711x_detect_chip() 1761 chip_id |= (chip_ver[i] & 0x80) ? 1 : 0; in saa711x_detect_chip() 1781 name, 16, chip_ver, client->addr << 1); in saa711x_detect_chip() 1795 name, 16, chip_ver, client->addr << 1); in saa711x_detect_chip() 1803 16, chip_ver, client->addr << 1); in saa711x_detect_chip()
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 512 u32 chip_ver; member 524 .chip_ver = 0x0040, 535 .chip_ver = 0x00A0, 547 .chip_ver = 0x0020, 2077 u32 chip_ver; in rtl8365mb_detect() local 2081 ret = rtl8365mb_get_chip_id_and_ver(priv->map, &chip_id, &chip_ver); in rtl8365mb_detect() 2091 if (ci->chip_id == chip_id && ci->chip_ver == chip_ver) { in rtl8365mb_detect() 2100 chip_ver); in rtl8365mb_detect()
|
H A D | rtl8366rb.c | 818 u32 chip_ver = 0; in rtl8366rb_setup() local 842 &chip_ver); in rtl8366rb_setup() 849 chip_id, chip_ver & RTL8366RB_CHIP_VERSION_MASK); in rtl8366rb_setup() 852 switch (chip_ver) { in rtl8366rb_setup() 912 (chip_ver == 1) ? 0x0007 : 0x0003); in rtl8366rb_setup()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf.h | 65 u8 chip_ver; member
|
H A D | mxl111sf.c | 191 if ((state->chip_id) && (state->chip_ver)) in mxl1x1sf_get_chip_info() 202 state->chip_ver = ver; in mxl1x1sf_get_chip_info()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | stmfts.c | 94 u8 chip_ver; member 421 return sprintf(buf, "%u\n", sdata->chip_ver); in stmfts_sysfs_chip_version() 549 sdata->chip_ver = reg[0]; in stmfts_power_on()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 2270 unsigned int chip_ver = in t4vf_sge_alloc_rxq() local 2321 FW_IQ_CMD_FL0FBMIN_V(chip_ver <= CHELSIO_T5 in t4vf_sge_alloc_rxq() 2324 FW_IQ_CMD_FL0FBMAX_V((chip_ver <= CHELSIO_T5) ? in t4vf_sge_alloc_rxq() 2414 unsigned int chip_ver = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4vf_sge_alloc_eth_txq() local 2459 cpu_to_be32(FW_EQ_ETH_CMD_FBMIN_V(chip_ver <= CHELSIO_T5 in t4vf_sge_alloc_eth_txq()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 507 char chip_ver; member
|
H A D | csio_hw.c | 2491 hw->chip_ver = (char)csio_rd_reg32(hw, PL_REV_A); in csio_hw_configure()
|