/Linux-v4.19/drivers/media/pci/solo6x10/ |
D | solo6x10-tw28.c | 652 u8 val, chip_num; in tw28_get_video_status() local 655 chip_num = ch / 4; in tw28_get_video_status() 658 val = tw_readbyte(solo_dev, chip_num, TW286x_AV_STAT_ADDR, in tw28_get_video_status() 692 u8 chip_num; in tw28_set_ctrl_val() local 695 chip_num = ch / 4; in tw28_set_ctrl_val() 704 if (is_tw286x(solo_dev, chip_num)) { in tw28_set_ctrl_val() 706 TW_CHIP_OFFSET_ADDR(chip_num), in tw28_set_ctrl_val() 707 TW286x_SHARPNESS(chip_num)); in tw28_set_ctrl_val() 711 TW_CHIP_OFFSET_ADDR(chip_num), in tw28_set_ctrl_val() 712 TW286x_SHARPNESS(chip_num), v); in tw28_set_ctrl_val() [all …]
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 1078 u16 chip_num; member 1105 #define BNXT_CHIP_NUM_5730X(chip_num) \ argument 1106 ((chip_num) >= CHIP_NUM_57301 && \ 1107 (chip_num) <= CHIP_NUM_57304) 1109 #define BNXT_CHIP_NUM_5740X(chip_num) \ argument 1110 (((chip_num) >= CHIP_NUM_57402 && \ 1111 (chip_num) <= CHIP_NUM_57406) || \ 1112 (chip_num) == CHIP_NUM_57407) 1114 #define BNXT_CHIP_NUM_5731X(chip_num) \ argument 1115 ((chip_num) == CHIP_NUM_57311 || \ [all …]
|
D | bnxt.c | 3125 if (BNXT_PF(bp) && bp->chip_num != CHIP_NUM_58700) { in bnxt_alloc_stats() 5373 bp->chip_num = le16_to_cpu(resp->chip_num); in bnxt_hwrm_ver_get() 5374 if (bp->chip_num == CHIP_NUM_58700 && !resp->chip_rev && in bnxt_hwrm_ver_get()
|
D | bnxt_ethtool.c | 2888 record->asic_id1 = cpu_to_le32(bp->chip_num << 16 | in bnxt_fill_coredump_record()
|
D | bnxt_hsi.h | 412 __le16 chip_num; member
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm-chip.c | 89 int chip_num = 0; in tpm_default_chip() local 95 chip_prev = chip_num; in tpm_default_chip() 96 chip = idr_get_next(&dev_nums_idr, &chip_num); in tpm_default_chip() 102 } while (chip_prev != chip_num); in tpm_default_chip()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 765 BNX2FC_NAME, hba->chip_num, BNX2FC_VERSION, in bnx2fc_shost_config() 1758 strncpy(hba->chip_num, "BCM57710", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1761 strncpy(hba->chip_num, "BCM57711", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1766 strncpy(hba->chip_num, "BCM57712", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1771 strncpy(hba->chip_num, "BCM57800", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1776 strncpy(hba->chip_num, "BCM57810", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1783 strncpy(hba->chip_num, "BCM57840", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1796 hba->chip_num[0] = '\0'; in bnx2fc_unbind_pcidev()
|
D | bnx2fc.h | 250 char chip_num[BCM_CHIP_LEN]; member
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 178 u32 chip_num; member
|
D | bnx2x_vfpf.c | 370 bp->common.chip_id |= (bp->acquire_resp.pfdev_info.chip_num & 0xffff); in bnx2x_vfpf_acquire() 1269 resp->pfdev_info.chip_num = bp->common.chip_id; in bnx2x_vf_mbx_acquire_resp() 1318 resp->pfdev_info.chip_num, in bnx2x_vf_mbx_acquire_resp()
|
/Linux-v4.19/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 2304 u_int chip_num, chip_step, field, reg_fact_size, reg_user_size; in cfi_intelext_otp_walk() local 2317 chip_num = 0; in cfi_intelext_otp_walk() 2326 chip_num = chip_step - 1; in cfi_intelext_otp_walk() 2330 for ( ; chip_num < cfi->numchips; chip_num += chip_step) { in cfi_intelext_otp_walk() 2331 chip = &cfi->chips[chip_num]; in cfi_intelext_otp_walk()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_vf.h | 181 u32 chip_num; member
|
D | qed.h | 719 u16 chip_num; member
|
D | qed_vf.c | 405 p_hwfn->cdev->chip_num = pfdev_info->chip_num & 0xffff; in qed_vf_pf_acquire()
|
D | qed_sriov.c | 1622 pfdev_info->chip_num = p_hwfn->cdev->chip_num; in qed_iov_vf_mbx_acquire() 1685 resp->pfdev_info.chip_num, in qed_iov_vf_mbx_acquire()
|
D | qed_dev.c | 3032 cdev->chip_num = (u16)qed_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_NUM); in qed_get_dev_info() 3058 cdev->chip_num, cdev->chip_rev, in qed_get_dev_info()
|