/linux/drivers/net/ethernet/cavium/thunder/ |
A D | thunder_xcv.c | 70 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(xcv->reg_base + XCV_RESET); in xcv_setup_link() [all …]
|
/linux/arch/arm64/include/asm/ |
A D | arch_gicv3.h | 122 #define gic_read_typer(c) readq_relaxed(c) 124 #define gic_read_lpir(c) readq_relaxed(c) 130 #define gits_read_baser(c) readq_relaxed(c) 133 #define gits_read_cbaser(c) readq_relaxed(c) 138 #define gicr_read_propbaser(c) readq_relaxed(c) 142 #define gicr_read_pendbaser(c) readq_relaxed(c) 145 #define gicr_read_vpropbaser(c) readq_relaxed(c) 148 #define gicr_read_vpendbaser(c) readq_relaxed(c)
|
A D | io.h | 123 #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; })
|
/linux/include/linux/ |
A D | io-64-nonatomic-lo-hi.h | 50 #ifndef readq_relaxed 51 #define readq_relaxed lo_hi_readq_relaxed macro
|
A D | io-64-nonatomic-hi-lo.h | 50 #ifndef readq_relaxed 51 #define readq_relaxed hi_lo_readq_relaxed macro
|
A D | iopoll.h | 186 readx_poll_timeout(readq_relaxed, addr, val, cond, delay_us, timeout_us) 189 readx_poll_timeout_atomic(readq_relaxed, addr, val, cond, delay_us, timeout_us)
|
/linux/drivers/bus/fsl-mc/ |
A D | mc-sys.c | 132 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/ |
A D | timex.h | 20 return readq_relaxed(clint_time_val); in get_cycles()
|
A D | mmio.h | 123 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
|
/linux/include/asm-generic/ |
A D | io.h | 271 #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
|
/linux/drivers/perf/ |
A D | arm-cmn.c | 690 u64 reg = readq_relaxed(xp->pmu_base + offset); in arm_cmn_read_dtm() 700 u64 val = readq_relaxed(dtc->base + CMN_DT_PMCCNTR); in arm_cmn_read_cc() 1314 u64 reg = readq_relaxed(cmn->base + offset + CMN_NODE_INFO); in arm_cmn_init_node_info() 1352 reg = readq_relaxed(cfg_region + CMN_CHILD_INFO); in arm_cmn_discover() 1361 reg = readq_relaxed(cfg_region + child_poff + i * 8); in arm_cmn_discover() 1364 reg = readq_relaxed(cmn->base + xp_offset[i] + CMN_CHILD_INFO); in arm_cmn_discover() 1391 reg = readq_relaxed(xp_region + CMN_CHILD_INFO); in arm_cmn_discover() 1396 reg = readq_relaxed(xp_region + child_poff + j * 8); in arm_cmn_discover()
|
A D | arm_smmuv3_pmu.c | 808 ceid_64[0] = readq_relaxed(smmu_pmu->reg_base + SMMU_PMCG_CEID0); in smmu_pmu_probe() 809 ceid_64[1] = readq_relaxed(smmu_pmu->reg_base + SMMU_PMCG_CEID1); in smmu_pmu_probe()
|
/linux/drivers/iommu/arm/arm-smmu/ |
A D | arm-smmu-nvidia.c | 81 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()
|
/linux/drivers/mailbox/ |
A D | apple-mailbox.c | 144 msg->msg0 = readq_relaxed(apple_mbox->regs + apple_mbox->hw->i2a_recv0); in apple_mbox_hw_recv() 147 readq_relaxed(apple_mbox->regs + apple_mbox->hw->i2a_recv1)); in apple_mbox_hw_recv()
|
/linux/arch/sh/include/asm/ |
A D | io.h | 42 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) macro 52 #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; })
|
/linux/arch/arm64/kernel/ |
A D | acpi_parking_protocol.c | 118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cpt_common.h | 119 return readq_relaxed(reg_base + in otx2_cpt_read64()
|
/linux/arch/alpha/kernel/ |
A D | io.c | 246 u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function 255 EXPORT_SYMBOL(readq_relaxed);
|
/linux/arch/alpha/include/asm/ |
A D | io.h | 507 extern u64 readq_relaxed(const volatile void __iomem *addr); 530 extern inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
|
/linux/drivers/clocksource/ |
A D | timer-clint.c | 63 #define clint_get_cycles() readq_relaxed(clint_timer_val)
|
/linux/arch/parisc/include/asm/ |
A D | io.h | 216 #define readq_relaxed(addr) readq(addr) macro
|
/linux/arch/x86/include/asm/ |
A D | io.h | 100 #define readq_relaxed(a) __readq(a) macro
|
/linux/drivers/base/regmap/ |
A D | regmap-mmio.c | 221 return readq_relaxed(ctx->regs + reg); in regmap_mmio_read64le_relaxed()
|
/linux/arch/sparc/include/asm/ |
A D | io_64.h | 143 #define readq_relaxed readq macro
|
/linux/drivers/mmc/host/ |
A D | dw_mmc.h | 482 readq_relaxed((dev)->regs + SDMMC_##reg)
|