Home
last modified time | relevance | path

Searched refs:readq_relaxed (Results 1 - 25 of 73) sorted by relevance

123

/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Darch_gicv3.h122 #define gic_read_typer(c) readq_relaxed(c)
124 #define gic_read_lpir(c) readq_relaxed(c)
129 #define gits_read_baser(c) readq_relaxed(c)
132 #define gits_read_cbaser(c) readq_relaxed(c)
137 #define gicr_read_propbaser(c) readq_relaxed(c)
141 #define gicr_read_pendbaser(c) readq_relaxed(c)
144 #define gicr_read_vpropbaser(c) readq_relaxed(c)
147 #define gicr_read_vpendbaser(c) readq_relaxed(c)
H A Dio.h123 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) macro
138 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(__v); __v; })
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Darch_gicv3.h135 #define gic_read_typer(c) readq_relaxed(c)
137 #define gic_read_lpir(c) readq_relaxed(c)
143 #define gits_read_baser(c) readq_relaxed(c)
146 #define gits_read_cbaser(c) readq_relaxed(c)
151 #define gicr_read_propbaser(c) readq_relaxed(c)
155 #define gicr_read_pendbaser(c) readq_relaxed(c)
158 #define gicr_read_vpropbaser(c) readq_relaxed(c)
161 #define gicr_read_vpendbaser(c) readq_relaxed(c)
/kernel/linux/linux-5.10/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.h188 readx_poll_timeout(readq_relaxed, addr, val, cond, delay_us, timeout_us)
191 readx_poll_timeout_atomic(readq_relaxed, addr, val, cond, delay_us, timeout_us)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/perf/
H A Dmarvell_cn10k_ddr_pmu.c367 val = readq_relaxed(pmu->base + reg); in cn10k_ddr_perf_counter_enable()
376 val = readq_relaxed(pmu->base + DDRC_PERF_CNT_FREERUN_EN); in cn10k_ddr_perf_counter_enable()
397 return readq_relaxed(pmu->base + DDRC_PERF_CNT_VALUE_RD_OP); in cn10k_ddr_perf_read_counter()
400 return readq_relaxed(pmu->base + DDRC_PERF_CNT_VALUE_WR_OP); in cn10k_ddr_perf_read_counter()
402 val = readq_relaxed(pmu->base + DDRC_PERF_CNT_VALUE(counter)); in cn10k_ddr_perf_read_counter()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dio.h557 extern u64 readq_relaxed(const volatile void __iomem *addr);
561 #define readq_relaxed readq_relaxed macro
584 extern inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dtimex.h20 return readq_relaxed(clint_time_val); in get_cycles()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dtimex.h20 return readq_relaxed(clint_time_val); in get_cycles()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-nvidia.c64 return readq_relaxed(reg); in nvidia_smmu_read_reg64()
186 iova = readq_relaxed(cb_base + ARM_SMMU_CB_FAR); in nvidia_smmu_context_fault_bank()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dio.h271 #if defined(readq) && !defined(readq_relaxed)
272 #define readq_relaxed readq_relaxed macro
273 static inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dacpi_parking_protocol.c118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dacpi_parking_protocol.c118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dio.h42 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) macro
52 #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; })
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dapple-soc-cpufreq.c112 u64 reg = readq_relaxed(priv->reg_base + APPLE_DVFS_STATUS); in apple_soc_cpufreq_get_rate()
120 u64 reg = readq_relaxed(priv->reg_base + APPLE_DVFS_CMD); in apple_soc_cpufreq_get_rate()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dapple-mailbox.c155 msg->msg0 = readq_relaxed(apple_mbox->regs + apple_mbox->hw->i2a_recv0); in apple_mbox_hw_recv()
158 readq_relaxed(apple_mbox->regs + apple_mbox->hw->i2a_recv1)); in apple_mbox_hw_recv()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-nvidia.c81 return readq_relaxed(reg); in nvidia_smmu_read_reg64()
207 iova = readq_relaxed(cb_base + ARM_SMMU_CB_FAR); in nvidia_smmu_context_fault_bank()

Completed in 13 milliseconds

123