Searched refs:readw_relaxed (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/drivers/clocksource/
H A Dmmio.c32 return (u64)readw_relaxed(to_mmio_clksrc(c)->reg);
37 return ~(u64)readw_relaxed(to_mmio_clksrc(c)->reg) & c->mask;
/linux-master/arch/nios2/include/asm/
H A Dio.h21 #define readw_relaxed(addr) readw(addr) macro
/linux-master/arch/arm/mach-imx/
H A Dmxc.h83 #define imx_readw readw_relaxed
/linux-master/arch/csky/include/asm/
H A Dio.h21 #define readw(c) ({ u16 __v = readw_relaxed(c); rmb(); __v; })
/linux-master/drivers/irqchip/
H A Dirq-clps711x.c77 irqstat = readw_relaxed(clps711x_intc->intmr[0]) &
78 readw_relaxed(clps711x_intc->intsr[0]);
83 irqstat = readw_relaxed(clps711x_intc->intmr[1]) &
84 readw_relaxed(clps711x_intc->intsr[1]);
H A Dirq-mst-intc.c50 val = readw_relaxed(cd->base + offset) | mask;
66 val = readw_relaxed(cd->base + offset) & ~mask;
134 cd->saved_polarity_conf[i] = readw_relaxed(addr + i * 4);
H A Dirq-vf610-mscm-ir.c55 data->saved_irsprc[i] = readw_relaxed(data->mscm_ir_base + MSCM_IRSPRC(i));
92 irsprc = readw_relaxed(chip_data->mscm_ir_base + MSCM_IRSPRC(hwirq));
H A Dirq-renesas-rza1.c60 tmp = readw_relaxed(priv->base + IRQRR);
95 tmp = readw_relaxed(priv->base + ICR1);
/linux-master/include/linux/
H A Diopoll.h188 readx_poll_timeout(readw_relaxed, addr, val, cond, delay_us, timeout_us)
191 readx_poll_timeout_atomic(readw_relaxed, addr, val, cond, delay_us, timeout_us)
/linux-master/arch/arc/include/asm/
H A Dio.h200 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; })
223 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ macro
/linux-master/arch/alpha/include/asm/
H A Dio.h554 extern u16 readw_relaxed(const volatile void __iomem *addr);
558 #define readw_relaxed readw_relaxed macro
569 extern inline u16 readw_relaxed(const volatile void __iomem *addr) function
/linux-master/arch/alpha/kernel/
H A Dio.c251 u16 readw_relaxed(const volatile void __iomem *addr) function
270 EXPORT_SYMBOL(readw_relaxed); variable
/linux-master/arch/sh/include/asm/
H A Dio.h40 #define readw_relaxed(c) ({ u16 __v = ioswabw(__raw_readw(c)); __v; }) macro
50 #define readw(a) ({ u16 r_ = readw_relaxed(a); rmb(); r_; })
/linux-master/arch/arm/include/asm/
H A Dio.h275 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ macro
285 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; })
/linux-master/sound/soc/ti/
H A Domap-mcbsp-priv.h301 return !from_cache ? readw_relaxed(addr) :
/linux-master/include/asm-generic/
H A Dio.h315 #ifndef readw_relaxed
316 #define readw_relaxed readw_relaxed macro
317 static inline u16 readw_relaxed(const volatile void __iomem *addr) function
/linux-master/arch/hexagon/include/asm/
H A Dio.h158 #define readw_relaxed __raw_readw macro
/linux-master/arch/x86/include/asm/
H A Dio.h76 #define readw_relaxed(a) __readw(a) macro
/linux-master/arch/riscv/include/asm/
H A Dmmio.h116 #define readw_relaxed(c) ({ u16 __v; __io_rbr(); __v = readw_cpu(c); __io_rar(); __v; }) macro
/linux-master/drivers/watchdog/
H A Drenesas_wdt.c125 u16 val = readw_relaxed(priv->base + RWTCNT);
/linux-master/drivers/spi/
H A Dspi-dw.h219 return readw_relaxed(dws->regs + offset);
/linux-master/drivers/mmc/host/
H A Ddw_mmc.h482 readw_relaxed((dev)->regs + SDMMC_##reg)
H A Dsdhci-st.c413 host_version = readw_relaxed((host->ioaddr + SDHCI_HOST_VERSION));
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c260 return readw_relaxed(ctx->regs + reg);
/linux-master/arch/sparc/include/asm/
H A Dio_64.h118 #define readw_relaxed readw macro

Completed in 222 milliseconds

12