/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.h | 398 pstats->mac_stx[0].t##_hi = new->s##_hi; \ 406 DIFF_64(diff.hi, new->s##_hi, old->s##_hi, \ 421 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \ 482 ADD_64(estats->s##_hi, qstats->s##_hi, \ 499 ADD_64(fstats->s##_hi, qstats->s##_hi, \ 501 SUB_64(fstats->s##_hi, qstats_old->s##_hi, \ 503 estats->s##_hi = fstats->s##_hi; \ 505 qstats_old->s##_hi = qstats->s##_hi; \ 521 SUB_64(estats->s##_hi, estats_old->t##_hi, \ 523 ADD_64(estats->s##_hi, estats->t##_hi, \ [all …]
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 19 #define compat_arg_u64(name) u32 name##_lo, u32 name##_hi 20 #define compat_arg_u64_dual(name) u32, name##_lo, u32, name##_hi 22 #define compat_arg_u64(name) u32 name##_hi, u32 name##_lo 23 #define compat_arg_u64_dual(name) u32, name##_hi, u32, name##_lo 26 ((u64)name##_hi << 32))
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | sys32.c | 68 #define arg_u32p(name) u32, name##_hi, u32, name##_lo 70 #define arg_u32p(name) u32, name##_lo, u32, name##_hi 73 #define arg_u64(name) (((u64)name##_hi << 32) | name##_lo)
|
/openbmc/linux/samples/seccomp/ |
H A D | bpf-helper.h | 89 #define ENDIAN(_lo, _hi) _lo, _hi argument 92 #define ENDIAN(_lo, _hi) _hi, _lo argument
|
/openbmc/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i.h | 138 dst->field##_hi = __hba->stats.field##_hi; \ 147 __hba->stats.field##_hi++; \
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | cb_pcimdas.c | 59 #define PCIMDAS_MUX(_lo, _hi) ((_lo) | ((_hi) << 4)) argument
|
/openbmc/linux/drivers/scsi/ |
H A D | atari_scsi.c | 92 tt_scsi_dma.elt##_hi = v & 0xff; \ 96 (((((((unsigned long)tt_scsi_dma.elt##_hi << 8) | \
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_regs.h | 231 u32 _hi = (_tmp >> 28) & GENMASK(3, 0); \ 232 (_lo | _hi); \
|
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hisi_pcie_pmu.c | 87 #define HISI_PCIE_PMU_FILTER_ATTR(_name, _config, _hi, _lo) \ argument 90 return FIELD_GET(GENMASK(_hi, _lo), event->attr._config); \
|
/openbmc/linux/fs/ext4/ |
H A D | sysfs.c | 369 __print_tstamp(buf, (es)->tstamp, (es)->tstamp ## _hi)
|
H A D | ext4.h | 3269 ? (ext4_fsblk_t)le32_to_cpu(es->name##_hi) << 32 : 0) | \
|
H A D | super.c | 432 __ext4_update_tstamp(&(es)->tstamp, &(es)->tstamp ## _hi, \ 435 __ext4_get_tstamp(&(es)->tstamp, &(es)->tstamp ## _hi)
|
/openbmc/linux/drivers/net/ethernet/ni/ |
H A D | nixge.c | 136 (bd)->field##_hi = upper_32_bits((addr)); \ 154 (dma_addr_t)((((u64)(bd)->field##_hi) << 32) | ((bd)->field##_lo))
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 263 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi 265 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo 267 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo)
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 6790 (((u64) (ctr##_hi) << 32) + (u64) (ctr##_lo))
|