Searched refs:chip_num (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/media/solo6x10/ |
D | solo6x10-tw28.c | 634 u8 val, chip_num; in tw28_get_video_status() local 637 chip_num = ch / 4; in tw28_get_video_status() 640 val = tw_readbyte(solo_dev, chip_num, TW286x_AV_STAT_ADDR, in tw28_get_video_status() 674 u8 chip_num; in tw28_set_ctrl_val() local 677 chip_num = ch / 4; in tw28_set_ctrl_val() 686 if (is_tw286x(solo_dev, chip_num)) { in tw28_set_ctrl_val() 688 TW_CHIP_OFFSET_ADDR(chip_num), in tw28_set_ctrl_val() 689 TW286x_SHARPNESS(chip_num)); in tw28_set_ctrl_val() 693 TW_CHIP_OFFSET_ADDR(chip_num), in tw28_set_ctrl_val() 694 TW286x_SHARPNESS(chip_num), v); in tw28_set_ctrl_val() [all …]
|
/drivers/char/tpm/ |
D | tpm.c | 728 static struct tpm_chip *tpm_chip_find_get(int chip_num) in tpm_chip_find_get() argument 734 if (chip_num != TPM_ANY_NUM && chip_num != pos->dev_num) in tpm_chip_find_get() 781 int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) in tpm_pcr_read() argument 786 chip = tpm_chip_find_get(chip_num); in tpm_pcr_read() 813 int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) in tpm_pcr_extend() argument 819 chip = tpm_chip_find_get(chip_num); in tpm_pcr_extend() 898 int tpm_send(u32 chip_num, void *cmd, size_t buflen) in tpm_send() argument 903 chip = tpm_chip_find_get(chip_num); in tpm_send() 1418 int tpm_get_random(u32 chip_num, u8 *out, size_t max) in tpm_get_random() argument 1426 chip = tpm_chip_find_get(chip_num); in tpm_get_random()
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 705 BNX2FC_NAME, hba->chip_num, BNX2FC_VERSION, in bnx2fc_shost_config() 1674 strncpy(hba->chip_num, "BCM57710", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1677 strncpy(hba->chip_num, "BCM57711", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1682 strncpy(hba->chip_num, "BCM57712", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1687 strncpy(hba->chip_num, "BCM57800", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1692 strncpy(hba->chip_num, "BCM57810", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1699 strncpy(hba->chip_num, "BCM57840", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1712 hba->chip_num[0] = '\0'; in bnx2fc_unbind_pcidev()
|
D | bnx2fc.h | 247 char chip_num[BCM_CHIP_LEN]; member
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 138 u32 chip_num; member
|
D | bnx2x_vfpf.c | 275 bp->common.chip_id |= (bp->acquire_resp.pfdev_info.chip_num & 0xffff); in bnx2x_vfpf_acquire() 941 resp->pfdev_info.chip_num = bp->common.chip_id; in bnx2x_vf_mbx_acquire_resp() 988 resp->pfdev_info.chip_num, in bnx2x_vf_mbx_acquire_resp()
|
/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 2246 u_int chip_num, chip_step, field, reg_fact_size, reg_user_size; in cfi_intelext_otp_walk() local 2259 chip_num = 0; in cfi_intelext_otp_walk() 2268 chip_num = chip_step - 1; in cfi_intelext_otp_walk() 2272 for ( ; chip_num < cfi->numchips; chip_num += chip_step) { in cfi_intelext_otp_walk() 2273 chip = &cfi->chips[chip_num]; in cfi_intelext_otp_walk()
|