Home
last modified time | relevance | path

Searched refs:readq (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dsdhci-test.c41 capab = s->readq(s, SDHC_CAPAB); in check_capab_capareg()
50 capab0 = s->readq(s, SDHC_CAPAB); in check_capab_readonly()
54 capab1 = s->readq(s, SDHC_CAPAB); in check_capab_readonly()
66 capab = s->readq(s, SDHC_CAPAB); in check_capab_baseclock()
75 capab = s->readq(s, SDHC_CAPAB); in check_capab_sdma()
86 capab = s->readq(s, SDHC_CAPAB); in check_capab_v3()
H A Dtpm-crb-test.c29 uint64_t caddr = readq(TPM_CRB_ADDR_BASE + A_CRB_CTRL_CMD_LADDR); in tpm_crb_test()
31 uint64_t raddr = readq(TPM_CRB_ADDR_BASE + A_CRB_CTRL_RSP_ADDR); in tpm_crb_test()
H A Dlibqtest-single.h263 static inline uint64_t readq(uint64_t addr) in readq() function
/openbmc/u-boot/drivers/core/
H A Dregmap.c233 #if defined(in_le64) && defined(in_be64) && defined(readq)
242 return readq(addr); in __read_64()
245 return readq(addr); in __read_64()
279 #if defined(in_le64) && defined(in_be64) && defined(readq) in regmap_raw_read_range()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h152 resp->header = readq(&portal->header); in mc_read_response()
159 resp->params[i] = readq(&portal->params[i]); in mc_read_response()
/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci.c71 sdhci->sdhci.readq = sdhci_mm_readq; in qos_init_sdhci_mm()
130 spci->sdhci.readq = sdhci_pci_readq; in sdhci_pci_create()
H A Dsdhci.h42 uint64_t (*readq)(QSDHCI *s, uint32_t reg); member
/openbmc/u-boot/include/linux/
H A Dio.h30 return readq(addr); in ioread64()
H A Diopoll.h53 readx_poll_timeout(readq, addr, val, cond, timeout_us)
/openbmc/u-boot/arch/riscv/lib/
H A Dsifive_clint.c42 *time = readq((void __iomem *)MTIME_REG(gd->arch.clint)); in riscv_get_time()
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h363 #define readq_relaxed readq in BUILDIO_MEM()
391 #define readq readq in BUILDIO_MEM() macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h63 #define readq(addr) (*(volatile u64 *)(uintptr_t)(addr)) macro
67 #define __raw_readq readq
/openbmc/qemu/docs/devel/testing/
H A Dqgraph.rst414 uint64_t (*readq)(QSDHCI *s, uint32_t reg);
453 sdhci->sdhci.readq = sdhci_mm_readq;
484 spci->sdhci.readq = sdhci_pci_readq;
558 capab = s->readq(s, SDHC_CAPAB);
/openbmc/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c249 *rdata = be64_to_cpu(readq(rpc_base + RPC_SMRDR0)); in rpc_hf_xfer()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h46 #define readq(addr) ((void)addr, 0) macro
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h539 return readq(regs); in nvme_readq()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h122 static inline u64 readq(const volatile void __iomem *addr) in readq() function
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1115 return readq(regs); in xhci_readq()
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h123 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro
/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.c26 return readq(priv->regbase + (reg << 1)); in tmio_sd_readq()
H A Dsh_sdhi.c44 return readq(host->addr + (reg << host->bus_shift)); in sh_sdhi_readq()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_leveling.c1778 readq(test_addr); in mv_ddr_rl_dqs_burst()