/Linux-v5.4/drivers/net/ethernet/cavium/thunder/ |
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 …]
|
D | thunder_bgx.c | 111 return readq_relaxed(addr); in bgx_reg_read() 125 writeq_relaxed(val | readq_relaxed(addr), addr); in bgx_reg_modify()
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | arch_gicv3.h | 122 #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) 146 #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); __v; })
|
/Linux-v5.4/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 | 136 readx_poll_timeout(readq_relaxed, addr, val, cond, delay_us, timeout_us) 139 readx_poll_timeout_atomic(readq_relaxed, addr, val, cond, delay_us, timeout_us)
|
/Linux-v5.4/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-v5.4/arch/arm64/kernel/ |
D | acpi_parking_protocol.c | 117 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
|
/Linux-v5.4/include/asm-generic/ |
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-v5.4/arch/sh/include/asm/ |
D | io.h | 43 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) macro 53 #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; })
|
/Linux-v5.4/drivers/staging/gasket/ |
D | gasket_core.h | 582 return readq_relaxed(&gasket_dev->bar_data[bar].virt_base[location]); in gasket_dev_read_64()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | io.h | 226 #define readq_relaxed(addr) readq(addr) macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | io.h | 100 #define readq_relaxed(a) __readq(a) macro
|
/Linux-v5.4/drivers/perf/ |
D | arm_smmuv3_pmu.c | 779 ceid_64[0] = readq_relaxed(smmu_pmu->reg_base + SMMU_PMCG_CEID0); in smmu_pmu_probe() 780 ceid_64[1] = readq_relaxed(smmu_pmu->reg_base + SMMU_PMCG_CEID1); in smmu_pmu_probe()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | io_64.h | 143 #define readq_relaxed readq macro
|
/Linux-v5.4/drivers/iommu/ |
D | arm-smmu.h | 365 return readq_relaxed(arm_smmu_page(smmu, page) + offset); in arm_smmu_readq()
|
D | qcom_iommu.c | 113 return readq_relaxed(ctx->base + reg); in iommu_readq()
|
/Linux-v5.4/drivers/mmc/host/ |
D | dw_mmc.h | 475 readq_relaxed((dev)->regs + SDMMC_##reg)
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | io.h | 137 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | io.h | 484 #define readq_relaxed __relaxed_readq in BUILDIO_MEM() macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | io.h | 505 #define readq_relaxed(addr) __raw_readq(addr) macro
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-ti-sci-inta.c | 118 val = readq_relaxed(inta->base + vint_desc->vint_id * 0x1000 + in ti_sci_inta_irq_handler()
|
/Linux-v5.4/Documentation/driver-api/ |
D | device-io.rst | 59 readb_relaxed(), readw_relaxed(), readl_relaxed(), readq_relaxed(),
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | io.h | 635 #define readq_relaxed(addr) readq(addr) macro
|