/drivers/media/tuners/ |
D | it913x.c | 17 u8 chip_ver:2; member 104 if (dev->chip_ver == 1) { in it913x_init() 397 dev->chip_ver = id->driver_data; in it913x_probe() 405 if (dev->chip_ver == 1) in it913x_probe() 407 else if (dev->chip_ver == 2) in it913x_probe() 414 dev_dbg(&pdev->dev, "chip_ver %u, role %u\n", dev->chip_ver, dev->role); in it913x_probe()
|
/drivers/media/rc/ |
D | nuvoton-cir.h | 55 enum nvt_chip_ver chip_ver; member 76 enum nvt_chip_ver chip_ver; member
|
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()
|
/drivers/media/i2c/ |
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()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
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() 1533 unsigned int max_fidx, fidx, chip_ver; in __cxgb4_set_filter() local 1538 chip_ver = CHELSIO_CHIP_VERSION(adapter->params.chip); in __cxgb4_set_filter() 1584 if (chip_ver < CHELSIO_T6) in __cxgb4_set_filter() 1599 if (chip_ver < CHELSIO_T6) { in __cxgb4_set_filter() 1654 chip_ver); in __cxgb4_set_filter() 1728 chip_ver); in __cxgb4_set_filter() [all …]
|
D | cudbg_lib_common.h | 28 u8 chip_ver; member
|
D | sge.c | 730 static inline int is_eth_imm(const struct sk_buff *skb, unsigned int chip_ver) in is_eth_imm() argument 735 chip_ver > CHELSIO_T5) { in is_eth_imm() 759 unsigned int chip_ver) in calc_tx_flits() argument 762 int hdrlen = is_eth_imm(skb, chip_ver); in calc_tx_flits() 782 if (skb->encapsulation && chip_ver > CHELSIO_T5) { in calc_tx_flits() 815 unsigned int chip_ver) in calc_tx_descs() argument 817 return flits_to_desc(calc_tx_flits(skb, chip_ver)); in calc_tx_descs() 1517 unsigned int chip_ver; in cxgb4_eth_xmit() local 1561 chip_ver = CHELSIO_CHIP_VERSION(adap->params.chip); in cxgb4_eth_xmit() 1562 flits = calc_tx_flits(skb, chip_ver); in cxgb4_eth_xmit() [all …]
|
D | cxgb4_cudbg.c | 190 cudbg_hdr->chip_ver = adap->params.chip; in cxgb4_cudbg_collect()
|
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()
|
D | cxgb4_main.c | 6619 int func, chip_ver; in init_one() local 6664 chip_ver = CHELSIO_CHIP_VERSION(chip); in init_one() 6665 func = chip_ver <= CHELSIO_T5 ? in init_one() 6839 if (chip_ver > CHELSIO_T5) { in init_one() 6940 if (chip_ver <= CHELSIO_T5 && in init_one() 6976 if (chip_ver <= CHELSIO_T5) { in init_one()
|
/drivers/net/dsa/ |
D | rtl8366rb.c | 724 u32 chip_ver = 0; in rtl8366rb_setup() local 748 &chip_ver); in rtl8366rb_setup() 755 chip_id, chip_ver & RTL8366RB_CHIP_VERSION_MASK); in rtl8366rb_setup() 758 switch (chip_ver) { in rtl8366rb_setup() 841 (chip_ver == 1) ? 0x0007 : 0x0003); in rtl8366rb_setup()
|
/drivers/input/touchscreen/ |
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()
|
/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.h | 65 u8 chip_ver; member
|
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()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 2273 unsigned int chip_ver = in t4vf_sge_alloc_rxq() local 2324 FW_IQ_CMD_FL0FBMIN_V(chip_ver <= CHELSIO_T5 in t4vf_sge_alloc_rxq() 2327 FW_IQ_CMD_FL0FBMAX_V((chip_ver <= CHELSIO_T5) ? in t4vf_sge_alloc_rxq() 2417 unsigned int chip_ver = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4vf_sge_alloc_eth_txq() local 2462 cpu_to_be32(FW_EQ_ETH_CMD_FBMIN_V(chip_ver <= CHELSIO_T5 in t4vf_sge_alloc_eth_txq()
|
/drivers/scsi/csiostor/ |
D | csio_hw.h | 507 char chip_ver; member
|
D | csio_hw.c | 2491 hw->chip_ver = (char)csio_rd_reg32(hw, PL_REV_A); in csio_hw_configure()
|