Home
last modified time | relevance | path

Searched refs:readq_relaxed (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/include/linux/
Diopoll.h139 readx_poll_timeout(readq_relaxed, addr, val, cond, delay_us, timeout_us)
142 readx_poll_timeout_atomic(readq_relaxed, addr, val, cond, delay_us, timeout_us)
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c831 typer = readq_relaxed(its->base + GITS_TYPER); in its_alloc_tables()
836 u64 val = readq_relaxed(its->base + GITS_BASER + i * 8); in its_alloc_tables()
912 tmp = readq_relaxed(its->base + GITS_BASER + i * 8); in its_alloc_tables()
1027 tmp = readq_relaxed(rbase + GICR_PROPBASER); in its_cpu_init_lpis()
1051 tmp = readq_relaxed(rbase + GICR_PENDBASER); in its_cpu_init_lpis()
1088 if (readq_relaxed(its->base + GITS_TYPER) & GITS_TYPER_PTA) { in its_cpu_init_collection()
1098 target = readq_relaxed(gic_data_rdist_rd_base() + GICR_TYPER); in its_cpu_init_collection()
1498 tmp = readq_relaxed(its->base + GITS_CBASER); in its_probe()
/linux-4.4.14/arch/arm64/include/asm/
Dio.h123 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) macro
138 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(); __v; })
Darch_gicv3.h167 #define gic_read_typer(c) readq_relaxed(c)
/linux-4.4.14/arch/ia64/include/asm/
Dmachvec.h151 # define platform_readq_relaxed ia64_mv.readq_relaxed
195 ia64_mv_readq_relaxed_t *readq_relaxed; member
Dio.h383 #define readq_relaxed(a) __readq_relaxed((a)) macro
391 #define __raw_readq_relaxed readq_relaxed
/linux-4.4.14/arch/ia64/sn/pci/
Dtioce_provider.c77 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-4.4.14/arch/sh/include/asm/
Dio.h41 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) macro
51 #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; })
/linux-4.4.14/arch/x86/include/asm/
Dio.h93 #define readq_relaxed(a) readq(a) macro
/linux-4.4.14/include/asm-generic/
Dio.h194 #ifndef readq_relaxed
195 #define readq_relaxed readq macro
/linux-4.4.14/arch/parisc/include/asm/
Dio.h225 #define readq_relaxed(addr) readq(addr) macro
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.h206 readq_relaxed((dev)->regs + SDMMC_##reg)
/linux-4.4.14/drivers/net/phy/
Dmdio-octeon.c131 #define oct_mdio_readq(addr) readq_relaxed((void *)addr)
/linux-4.4.14/arch/sparc/include/asm/
Dio_64.h142 #define readq_relaxed readq macro
/linux-4.4.14/arch/tile/include/asm/
Dio.h244 #define readq_relaxed readq macro
/linux-4.4.14/arch/mips/include/asm/
Dio.h456 #define readq_relaxed readq in BUILDIO_MEM() macro
/linux-4.4.14/arch/alpha/include/asm/
Dio.h508 #define readq_relaxed(addr) __raw_readq(addr) macro
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c87 return readq_relaxed(addr); in bgx_reg_read()
101 writeq_relaxed(val | readq_relaxed(addr), addr); in bgx_reg_modify()
Dnicvf_main.c98 return readq_relaxed(nic->reg_base + offset); in nicvf_reg_read()
113 return readq_relaxed(addr + (qidx << NIC_Q_NUM_SHIFT)); in nicvf_queue_reg_read()
Dnic_main.c91 return readq_relaxed(nic->reg_base + offset); in nic_reg_read()
/linux-4.4.14/arch/powerpc/include/asm/
Dio.h623 #define readq_relaxed(addr) readq(addr) macro