/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | thunder_xcv.c | 73 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 …]
|
D | thunder_bgx.c | 114 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/ |
D | arch_gicv3.h | 117 #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)
|
D | io.h | 122 #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/ |
D | io-64-nonatomic-hi-lo.h | 50 #ifndef readq_relaxed 51 #define readq_relaxed hi_lo_readq_relaxed macro
|
D | io-64-nonatomic-lo-hi.h | 50 #ifndef readq_relaxed 51 #define readq_relaxed lo_hi_readq_relaxed macro
|
D | iopoll.h | 145 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/ |
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-v4.19/arch/arm64/kernel/ |
D | acpi_parking_protocol.c | 128 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | machvec.h | 151 # define platform_readq_relaxed ia64_mv.readq_relaxed 195 ia64_mv_readq_relaxed_t *readq_relaxed; member
|
D | io.h | 387 #define readq_relaxed(a) __readq_relaxed((a)) macro 395 #define __raw_readq_relaxed readq_relaxed
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 278 #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/ |
D | tioce_provider.c | 77 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/ |
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-v4.19/arch/parisc/include/asm/ |
D | io.h | 226 #define readq_relaxed(addr) readq(addr) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | io.h | 102 #define readq_relaxed(a) __readq(a) macro
|
/Linux-v4.19/drivers/mmc/host/ |
D | dw_mmc.h | 479 readq_relaxed((dev)->regs + SDMMC_##reg)
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | io_64.h | 143 #define readq_relaxed readq macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | io.h | 155 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | io.h | 473 #define readq_relaxed readq in BUILDIO_MEM() macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | io.h | 510 #define readq_relaxed(addr) __raw_readq(addr) macro
|
/Linux-v4.19/Documentation/driver-api/ |
D | device-io.rst | 59 readb_relaxed(), readw_relaxed(), readl_relaxed(), readq_relaxed(),
|
/Linux-v4.19/drivers/iommu/ |
D | qcom_iommu.c | 123 return readq_relaxed(ctx->base + reg); in iommu_readq()
|
D | arm-smmu.c | 551 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/ |
D | io.h | 668 #define readq_relaxed(addr) readq(addr) macro
|