Searched refs:part_num (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_nvm.h10 s32 igb_read_part_num(struct e1000_hw *hw, u32 *part_num);
11 s32 igb_read_part_string(struct e1000_hw *hw, u8 *part_num,
H A De1000_nvm.c480 * @part_num: pointer to device part number
484 * the value in part_num.
486 s32 igb_read_part_string(struct e1000_hw *hw, u8 *part_num, u32 part_num_size) argument
494 if (part_num == NULL) {
526 part_num[0] = (nvm_data >> 12) & 0xF;
527 part_num[1] = (nvm_data >> 8) & 0xF;
528 part_num[2] = (nvm_data >> 4) & 0xF;
529 part_num[3] = nvm_data & 0xF;
530 part_num[4] = (pointer >> 12) & 0xF;
531 part_num[
[all...]
/linux-master/arch/mips/include/asm/xtalk/
H A Dxwidget.h260 xwidget_part_num_t part_num; member in struct:xwidget_hwid_s
272 (((hwid1)->part_num == (hwid2)->part_num) && \
/linux-master/arch/arm/mach-tegra/
H A Dsleep.h81 .macro check_cpu_part_num part_num, tmp1, tmp2
84 mov32 \tmp2, \part_num
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c165 memcpy(buf, cdev->hwfns[0].hw_info.part_num, sizeof(cdev->hwfns[0].hw_info.part_num));
166 buf[sizeof(cdev->hwfns[0].hw_info.part_num)] = 0;
H A Dqed.h315 u32 part_num[4]; member in struct:qed_hw_info
H A Dqed_dev.c4406 p_hwfn->hw_info.part_num[i] = qed_rd(p_hwfn, p_ptt, addr + i * 4);
/linux-master/drivers/rtc/
H A Drtc-nct3018y.c46 int part_num; member in struct:nct3018y
195 if (nct3018y->part_num == NCT3018Y_REG_PART_NCT3018Y && !(flags & NCT3018Y_BIT_TWO)) {
239 if (nct3018y->part_num == NCT3018Y_REG_PART_NCT3018Y)
516 nct3018y->part_num = i2c_smbus_read_byte_data(client, NCT3018Y_REG_PART);
517 if (nct3018y->part_num < 0) {
519 return nct3018y->part_num;
520 } else if (nct3018y->part_num == NCT3018Y_REG_PART_NCT3018Y) {
/linux-master/drivers/scsi/esas2r/
H A Desas2r_disc.c659 dc->part_num = 0;
697 esas2r_trace("part_num: %d", dc->part_num);
699 if (dc->part_num >= VDA_MAX_PARTITIONS) {
722 partinfo->part_no = dc->part_num;
758 dc->part_num = partinfo->part_no;
764 dc->part_num++;
H A Desas2r.h735 u8 part_num; member in struct:esas2r_disc_context
/linux-master/drivers/net/ieee802154/
H A Datusb.c810 u8 man_id_0, man_id_1, part_num, version_num; local
826 0, RG_PART_NUM, &part_num, 1, 1000, GFP_KERNEL);
858 switch (part_num) {
892 part_num, version_num);
/linux-master/drivers/cpufreq/
H A Dcppc_cpufreq.c356 unsigned long part_num = read_cpuid_part_number(); local
360 switch (part_num) {
/linux-master/block/partitions/
H A Dldm.c577 int part_num = 1; local
597 put_partition (pp, part_num, ldb->ph.logical_disk_start +
599 part_num++;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h126 u8 part_num[16]; /* 0x104 */ member in struct:shared_hw_cfg
H A Dbnx2x_main.c11114 val = SHMEM_RD(bp, dev_info.shared_hw_config.part_num);
11115 val2 = SHMEM_RD(bp, dev_info.shared_hw_config.part_num[4]);
11116 val3 = SHMEM_RD(bp, dev_info.shared_hw_config.part_num[8]);
11117 val4 = SHMEM_RD(bp, dev_info.shared_hw_config.part_num[12]);

Completed in 268 milliseconds