Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dcnt32_to_63.h21 u32 lo, hi; member
23 u32 hi, lo;
96 __x.hi = __m_cnt_hi; \
99 if (unlikely((s32)(__x.hi ^ __x.lo) < 0)) \
100 __m_cnt_hi = __x.hi = (__x.hi ^ 0x80000000) + (__x.hi >> 31); \
Dcs5535.h52 uint32_t lo, hi; in cs5535_pic_unreqz_select_high() local
54 rdmsr(MSR_PIC_ZSEL_HIGH, lo, hi); in cs5535_pic_unreqz_select_high()
57 wrmsr(MSR_PIC_ZSEL_HIGH, lo, hi); in cs5535_pic_unreqz_select_high()
Dkernel.h924 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) argument
959 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) argument
972 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) argument
Dintel-iommu.h459 u64 hi; member
475 u64 hi; member
Dusb.h987 #define USB_DEVICE_VER(vend, prod, lo, hi) \ argument
992 .bcdDevice_hi = (hi)
/include/soc/fsl/
Dbman.h39 __be16 hi; /* High 16-bits of 48-bit address */ member
61 buf->hi = cpu_to_be16(upper_32_bits(addr)); in bm_buffer_set64()
Dqman.h368 __be32 hi; member
422 fqd->context_a.hi = cpu_to_be32(upper_32_bits(addr)); in qm_fqd_context_a_set64()
/include/linux/qed/
Dcommon_hsi.h47 (x).hi = DMA_HI_LE((val)); \
51 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument
52 #define HILO_64(hi, lo) \ argument
53 HILO_GEN(le32_to_cpu(hi), le32_to_cpu(lo), u64)
56 HILO_64(__regpair.hi, __regpair.lo); })
738 __le32 hi; member
/include/linux/mlx5/
Ddevice.h847 u32 hi, lo; in get_cqe_ts() local
849 hi = be32_to_cpu(cqe->timestamp_h); in get_cqe_ts()
852 return (u64)lo | ((u64)hi << 32); in get_cqe_ts()
Dmlx5_ifc.h479 u8 hi[0x18]; member
616 u8 hi[0x20]; member
/include/net/
Dxfrm.h615 __u32 hi; member
619 __be32 hi; member
1003 __u32 hi; member
/include/linux/platform_data/
Dcros_ec_commands.h5498 uint32_t hi; member