Home
last modified time | relevance | path

Searched refs:readq_relaxed (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_xcv.c70 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
75 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
84 cfg = readq_relaxed(xcv->reg_base + XCV_DLL_CTL); in xcv_init_hw()
92 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
95 readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
100 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
104 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
127 cfg = readq_relaxed(xcv->reg_base + XCV_CTL); in xcv_setup_link()
133 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_setup_link()
138 cfg = readq_relaxed(xc in xcv_setup_link()
[all...]
/linux/drivers/iommu/riscv/
H A Diommu.h73 readq_relaxed((iommu)->reg + (addr))
82 readx_poll_timeout(readq_relaxed, (iommu)->reg + (addr), val, cond, \
/linux/include/linux/
H A Dio-64-nonatomic-lo-hi.h50 #ifndef readq_relaxed
51 #define readq_relaxed lo_hi_readq_relaxed macro
H A Dio-64-nonatomic-hi-lo.h50 #ifndef readq_relaxed
51 #define readq_relaxed hi_lo_readq_relaxed macro
H A Diopoll.h200 readx_poll_timeout(readq_relaxed, addr, val, cond, delay_us, timeout_us)
203 readx_poll_timeout_atomic(readq_relaxed, addr, val, cond, delay_us, timeout_us)
/linux/drivers/perf/
H A Dmarvell_cn10k_ddr_pmu.c540 val = readq_relaxed(pmu->base + reg); in cn10k_ddr_perf_counter_enable()
578 return readq_relaxed(pmu->base + in cn10k_ddr_perf_read_counter()
582 return readq_relaxed(pmu->base + in cn10k_ddr_perf_read_counter()
585 val = readq_relaxed(pmu->base + in cn10k_ddr_perf_read_counter()
742 val = readq_relaxed(pmu->base + p_data->cnt_freerun_en); in ddr_pmu_enable_read_freerun()
756 val = readq_relaxed(pmu->base + p_data->cnt_freerun_en); in ddr_pmu_enable_write_freerun()
796 val = readq_relaxed(pmu->base + p_data->cnt_freerun_ctrl); in ddr_pmu_ody_enable_read_freerun()
811 val = readq_relaxed(pmu->base + p_data->cnt_freerun_ctrl); in ddr_pmu_ody_enable_write_freerun()
H A Darm-cmn.c1455 reg = readq_relaxed(dtm->base + offset); in arm_cmn_read_dtm()
1466 u64 val = readq_relaxed(pmccntr); in arm_cmn_read_cc()
2214 u64 reg = readq_relaxed(cmn->base + offset + CMN_NODE_INFO); in arm_cmn_init_node_info()
2263 reg = readq_relaxed(cfg_region + CMN_CFGM_PERIPH_ID_01); in arm_cmn_discover()
2283 reg = readq_relaxed(cfg_region + CMN_CFGM_INFO_GLOBAL); in arm_cmn_discover()
2292 reg = readq_relaxed(cfg_region + CMN_CFGM_INFO_GLOBAL_1); in arm_cmn_discover()
2296 reg = readq_relaxed(cfg_region + CMN_CHILD_INFO); in arm_cmn_discover()
2306 reg = readq_relaxed(cfg_region + i * 8); in arm_cmn_discover()
2309 reg = readq_relaxed(xp_region + CMN_CHILD_INFO); in arm_cmn_discover()
2338 reg = readq_relaxed(cfg_regio in arm_cmn_discover()
[all...]
H A Dmarvell_pem_pmu.c231 return readq_relaxed(pmu->base + eventid_to_offset(eventid)); in pem_perf_read_counter()
/linux/drivers/bus/fsl-mc/
H A Dmc-sys.c132 resp->header = cpu_to_le64(readq_relaxed(&portal->header)); in mc_read_response()
145 cpu_to_le64(readq_relaxed(&portal->params[i])); in mc_read_response()
/linux/arch/riscv/include/asm/
H A Dtimex.h20 return readq_relaxed(clint_time_val); in get_cycles()
H A Dmmio.h124 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
/linux/arch/alpha/include/asm/
H A Dio.h558 extern u64 readq_relaxed(const volatile void __iomem *addr);
562 #define readq_relaxed readq_relaxed macro
585 extern inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h239 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) macro
244 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(__v); __v; })
/linux/arch/arm64/kernel/
H A Dacpi_parking_protocol.c118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
/linux/drivers/soc/apple/
H A Dmailbox.c190 msg.msg0 = readq_relaxed(mbox->regs + mbox->hw->i2a_recv0); in apple_mbox_poll_locked()
193 readq_relaxed(mbox->regs + mbox->hw->i2a_recv1)); in apple_mbox_poll_locked()
/linux/rust/helpers/
H A Dio.c83 return readq_relaxed(addr); in rust_helper_readq_relaxed()
/linux/arch/sh/include/asm/
H A Dio.h41 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) macro
51 #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; })
/linux/include/asm-generic/
H A Dio.h342 #if defined(readq) && !defined(readq_relaxed)
343 #define readq_relaxed readq_relaxed macro
344 static inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
/linux/rust/kernel/
H A Dio.rs243 readq_relaxed -> u64
/linux/drivers/clocksource/
H A Dtimer-clint.c73 #define clint_get_cycles() readq_relaxed(clint_timer_val)
/linux/arch/alpha/kernel/
H A Dio.c263 u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
272 EXPORT_SYMBOL(readq_relaxed);
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c210 val = readq_relaxed(tbu->base + DEBUG_SID_HALT_REG); in qcom_tbu_trigger_atos()
244 val = readq_relaxed(tbu->base + DEBUG_PAR_REG); in qcom_tbu_trigger_atos()
/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dgic_v3_its.c20 return readq_relaxed(GITS_BASE_GVA + offset); in its_read_u64()
/linux/drivers/cpufreq/
H A Dapple-soc-cpufreq.c157 u64 reg = readq_relaxed(priv->reg_base + APPLE_DVFS_CMD); in apple_soc_cpufreq_get_rate()
/linux/arch/mips/include/asm/
H A Dio.h348 #define readq_relaxed __relaxed_readq macro

12