Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dthunder_xcv.c73 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
78 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
87 cfg = readq_relaxed(xcv->reg_base + XCV_DLL_CTL); in xcv_init_hw()
95 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
98 readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
103 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
107 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
130 cfg = readq_relaxed(xcv->reg_base + XCV_CTL); in xcv_setup_link()
136 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_setup_link()
141 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_setup_link()
[all …]
Dthunder_bgx.c114 return readq_relaxed(addr); in bgx_reg_read()
128 writeq_relaxed(val | readq_relaxed(addr), addr); in bgx_reg_modify()
/Linux-v4.19/arch/arm64/include/asm/
Darch_gicv3.h117 #define gic_read_typer(c) readq_relaxed(c)
119 #define gic_read_lpir(c) readq_relaxed(c)
124 #define gits_read_baser(c) readq_relaxed(c)
127 #define gits_read_cbaser(c) readq_relaxed(c)
132 #define gicr_read_propbaser(c) readq_relaxed(c)
136 #define gicr_read_pendbaser(c) readq_relaxed(c)
141 #define gits_read_vpendbaser(c) readq_relaxed(c)
Dio.h122 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) macro
137 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(); __v; })
/Linux-v4.19/include/linux/
Dio-64-nonatomic-hi-lo.h50 #ifndef readq_relaxed
51 #define readq_relaxed hi_lo_readq_relaxed macro
Dio-64-nonatomic-lo-hi.h50 #ifndef readq_relaxed
51 #define readq_relaxed lo_hi_readq_relaxed macro
Diopoll.h145 readx_poll_timeout(readq_relaxed, addr, val, cond, delay_us, timeout_us)
148 readx_poll_timeout_atomic(readq_relaxed, addr, val, cond, delay_us, timeout_us)
/Linux-v4.19/drivers/bus/fsl-mc/
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-v4.19/arch/arm64/kernel/
Dacpi_parking_protocol.c128 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
/Linux-v4.19/arch/ia64/include/asm/
Dmachvec.h151 # define platform_readq_relaxed ia64_mv.readq_relaxed
195 ia64_mv_readq_relaxed_t *readq_relaxed; member
Dio.h387 #define readq_relaxed(a) __readq_relaxed((a)) macro
395 #define __raw_readq_relaxed readq_relaxed
/Linux-v4.19/include/asm-generic/
Dio.h278 #if defined(readq) && !defined(readq_relaxed)
279 #define readq_relaxed readq_relaxed macro
280 static inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
/Linux-v4.19/arch/ia64/sn/pci/
Dtioce_provider.c77 readq_relaxed((void __iomem *)(mmr_base + mmr_war_offset)); in tioce_mmr_war_pre()
95 readq_relaxed((void __iomem *)(mmr_base + 0x38)); in tioce_mmr_war_post()
96 readq_relaxed((void __iomem *)(mmr_base + 0xb050)); in tioce_mmr_war_post()
103 *(varp) = readq_relaxed(mmrp); \
/Linux-v4.19/arch/sh/include/asm/
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_; })
/Linux-v4.19/arch/parisc/include/asm/
Dio.h226 #define readq_relaxed(addr) readq(addr) macro
/Linux-v4.19/arch/x86/include/asm/
Dio.h102 #define readq_relaxed(a) __readq(a) macro
/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.h479 readq_relaxed((dev)->regs + SDMMC_##reg)
/Linux-v4.19/arch/sparc/include/asm/
Dio_64.h143 #define readq_relaxed readq macro
/Linux-v4.19/arch/riscv/include/asm/
Dio.h155 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
/Linux-v4.19/arch/mips/include/asm/
Dio.h473 #define readq_relaxed readq in BUILDIO_MEM() macro
/Linux-v4.19/arch/alpha/include/asm/
Dio.h510 #define readq_relaxed(addr) __raw_readq(addr) macro
/Linux-v4.19/Documentation/driver-api/
Ddevice-io.rst59 readb_relaxed(), readw_relaxed(), readl_relaxed(), readq_relaxed(),
/Linux-v4.19/drivers/iommu/
Dqcom_iommu.c123 return readq_relaxed(ctx->base + reg); in iommu_readq()
Darm-smmu.c551 iova = readq_relaxed(cb_base + ARM_SMMU_CB_FAR); in arm_smmu_context_fault()
1295 phys = readq_relaxed(cb_base + ARM_SMMU_CB_PAR); in arm_smmu_iova_to_phys_hard()
/Linux-v4.19/arch/powerpc/include/asm/
Dio.h668 #define readq_relaxed(addr) readq(addr) macro

12