/linux/drivers/net/ethernet/cavium/thunder/ |
H 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 …]
|
H A 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/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 143 #define gic_read_typer(c) readq_relaxed(c) 145 #define gic_read_lpir(c) readq_relaxed(c) 151 #define gits_read_baser(c) readq_relaxed(c) 154 #define gits_read_cbaser(c) readq_relaxed(c) 159 #define gicr_read_propbaser(c) readq_relaxed(c) 163 #define gicr_read_pendbaser(c) readq_relaxed(c) 166 #define gicr_read_vpropbaser(c) readq_relaxed(c) 169 #define gicr_read_vpendbaser(c) readq_relaxed(c)
|
/linux/include/linux/ |
H A D | io-64-nonatomic-lo-hi.h | 50 #ifndef readq_relaxed 51 #define readq_relaxed lo_hi_readq_relaxed macro
|
H A D | io-64-nonatomic-hi-lo.h | 50 #ifndef readq_relaxed 51 #define readq_relaxed hi_lo_readq_relaxed macro
|
H A D | coresight.h | 539 return readq_relaxed(csa->base + offset); in csdev_access_read64()
|
/linux/drivers/bus/fsl-mc/ |
H 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/alpha/include/asm/ |
H A D | io.h | 551 extern u64 readq_relaxed(const volatile void __iomem *addr); 555 #define readq_relaxed readq_relaxed macro 578 extern inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
|
/linux/arch/riscv/include/asm/ |
H A D | timex.h | 20 return readq_relaxed(clint_time_val); in get_cycles()
|
H A D | mmio.h | 124 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
|
/linux/arch/arm64/kernel/ |
H A D | acpi_parking_protocol.c | 118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
|
/linux/drivers/soc/apple/ |
H A D | mailbox.c | 190 msg.msg0 = readq_relaxed(mbox->regs + mbox->hw->i2a_recv0); in apple_mbox_poll_locked() 193 readq_relaxed(mbox->regs + mbox->hw->i2a_recv1)); in apple_mbox_poll_locked()
|
/linux/drivers/iommu/arm/arm-smmu/ |
H 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()
|
H A D | qcom_iommu.c | 111 return readq_relaxed(ctx->base + reg); in iommu_readq()
|
/linux/arch/sh/include/asm/ |
H 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/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_common.h | 142 return readq_relaxed(reg_base + in otx2_cpt_read64()
|
/linux/arch/alpha/kernel/ |
H A D | io.c | 263 u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function 272 EXPORT_SYMBOL(readq_relaxed);
|
/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | gic_v3_its.c |
|
/linux/drivers/mmc/host/ |
H A D | dw_mmc.h | 490 readq_relaxed((dev)->regs + SDMMC_##reg)
|
/linux/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 899 ceid_64[0] = readq_relaxed(smmu_pmu->reg_base + SMMU_PMCG_CEID0); in smmu_pmu_probe() 900 ceid_64[1] = readq_relaxed(smmu_pmu->reg_base + SMMU_PMCG_CEID1); in smmu_pmu_probe()
|
/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 144 #define readq_relaxed readq macro
|
/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 302 header = cpu_to_le64(readq_relaxed(ioaddr)); in vfio_fsl_mc_send_command()
|
/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 1057 *val = readq_relaxed(vaddr); in cpc_read() 1138 prev_val = readq_relaxed(vaddr); in cpc_write()
|
/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | tegra241-cmdqv.c | 260 u64 map = readq_relaxed(REG_VINTF(vintf, LVCMDQ_ERR_MAP_64(i))); in tegra241_vintf0_handle_error()
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 59 readb_relaxed(), readw_relaxed(), readl_relaxed(), readq_relaxed(), 179 readq_relaxed(), readl_relaxed(), readw_relaxed(), readb_relaxed(),
|