Home
last modified time | relevance | path

Searched refs:rd64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_osdep.h226 #define rd64(a, reg) (\ macro
H A Dixl_pf_main.c2401 u64 new_data = rd64(hw, reg); in _ixl_stat_update_helper()
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_zap.c48 #define rd64(ptr, off) (*(uint64_t *)((const char *)(ptr) + (off))) macro
96 return (rd64(blk, 0) == ZBT_MICRO); in mock_zap_is_microzap()
104 return (rd64(blk, 0) == ZBT_HEADER && rd64(blk, 8) == ZAP_MAGIC); in mock_zap_is_fatzap()
/freebsd/sys/dev/ice/
H A Dice_osdep.c209 rd64(struct ice_hw *hw, uint32_t reg) in rd64() function
H A Dice_osdep.h87 uint64_t rd64(struct ice_hw *hw, uint32_t reg);
H A Dice_common.c5906 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40()
/freebsd/sys/dev/irdma/
H A Dosdep.h191 #define rd64(a, reg) irdma_rd64((a)->dev_context, (reg)) macro