| /openbmc/qemu/tests/qtest/ |
| H A D | sdhci-test.c | 41 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 D | tpm-crb-test.c | 29 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 D | libqtest-single.h | 263 static inline uint64_t readq(uint64_t addr) in readq() function
|
| /openbmc/u-boot/drivers/core/ |
| H A D | regmap.c | 233 #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 D | fsl_mc_cmd.h | 152 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 D | sdhci.c | 71 sdhci->sdhci.readq = sdhci_mm_readq; in qos_init_sdhci_mm() 130 spci->sdhci.readq = sdhci_pci_readq; in sdhci_pci_create()
|
| H A D | sdhci.h | 42 uint64_t (*readq)(QSDHCI *s, uint32_t reg); member
|
| /openbmc/u-boot/include/linux/ |
| H A D | io.h | 30 return readq(addr); in ioread64()
|
| H A D | iopoll.h | 53 readx_poll_timeout(readq, addr, val, cond, timeout_us)
|
| /openbmc/u-boot/arch/riscv/lib/ |
| H A D | sifive_clint.c | 42 *time = readq((void __iomem *)MTIME_REG(gd->arch.clint)); in riscv_get_time()
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 363 #define readq_relaxed readq in BUILDIO_MEM() 391 #define readq readq in BUILDIO_MEM() macro
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 63 #define readq(addr) (*(volatile u64 *)(uintptr_t)(addr)) macro 67 #define __raw_readq readq
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | qgraph.rst | 414 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 D | renesas_rpc_hf.c | 249 *rdata = be64_to_cpu(readq(rpc_base + RPC_SMRDR0)); in rpc_hf_xfer()
|
| /openbmc/u-boot/arch/sandbox/include/asm/ |
| H A D | io.h | 46 #define readq(addr) ((void)addr, 0) macro
|
| /openbmc/u-boot/drivers/nvme/ |
| H A D | nvme.h | 539 return readq(regs); in nvme_readq()
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | io.h | 122 static inline u64 readq(const volatile void __iomem *addr) in readq() function
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci.h | 1115 return readq(regs); in xhci_readq()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 123 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | tmio-common.c | 26 return readq(priv->regbase + (reg << 1)); in tmio_sd_readq()
|
| H A D | sh_sdhi.c | 44 return readq(host->addr + (reg << host->bus_shift)); in sh_sdhi_readq()
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_leveling.c | 1778 readq(test_addr); in mv_ddr_rl_dqs_burst()
|