Searched refs:hi_val (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | df_v3_6.c | 98 uint32_t hi_addr, uint32_t *hi_val) in df_v3_6_perfmon_rreg() argument 109 *hi_val = RREG32(data); in df_v3_6_perfmon_rreg() 120 uint32_t lo_val, uint32_t hi_addr, uint32_t hi_val) in df_v3_6_perfmon_wreg() argument 131 WREG32(data, hi_val); in df_v3_6_perfmon_wreg() 138 uint32_t hi_addr, uint32_t hi_val) in df_v3_6_perfmon_arm_with_status() argument 150 WREG32(data, hi_val); in df_v3_6_perfmon_arm_with_status() 158 if (!(lo_val == lo_val_rb && hi_val == hi_val_rb)) in df_v3_6_perfmon_arm_with_status() 173 uint32_t hi_addr, uint32_t hi_val) in df_v3_6_perfmon_arm_with_retry() argument 180 hi_addr, hi_val)) in df_v3_6_perfmon_arm_with_retry() 408 uint32_t *hi_val, in df_v3_6_pmc_get_ctrl_settings() argument [all …]
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_main.c | 451 long hi_val; in nfp_get_fw_policy_value() local 460 err = kstrtol(hwinfo, 0, &hi_val); in nfp_get_fw_policy_value() 461 if (err || hi_val < 0 || hi_val > max_val) { in nfp_get_fw_policy_value() 465 err = kstrtol(default_val, 0, &hi_val); in nfp_get_fw_policy_value() 468 *value = hi_val; in nfp_get_fw_policy_value()
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 131 u32 hi_val = 0; in cpsw_ale_get_field() local 138 hi_val = ale_entry[idx2] << ((idx2 * 32) - start); in cpsw_ale_get_field() 142 return (hi_val + (ale_entry[idx] >> start)) & BITMASK(bits); in cpsw_ale_get_field()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 4882 u32 lo_val, hi_val; in ice_read_phy_tstamp_sbq_e810() local 4892 err = ice_read_phy_reg_e810(hw, hi_addr, &hi_val); in ice_read_phy_tstamp_sbq_e810() 4900 *hi = (u8)hi_val; in ice_read_phy_tstamp_sbq_e810()
|