/linux-4.4.14/drivers/gpio/ |
D | gpio-zx.c | 61 gpiodir = readw_relaxed(chip->base + ZX_GPIO_DIR); in zx_direction_input() 80 gpiodir = readw_relaxed(chip->base + ZX_GPIO_DIR); in zx_direction_output() 97 return !!(readw_relaxed(chip->base + ZX_GPIO_DI) & BIT(offset)); in zx_get_value() 124 gpioiev = readw_relaxed(chip->base + ZX_GPIO_IV); in zx_irq_type() 125 gpiois = readw_relaxed(chip->base + ZX_GPIO_IVE); in zx_irq_type() 126 gpioi_epos = readw_relaxed(chip->base + ZX_GPIO_IEP); in zx_irq_type() 127 gpioi_eneg = readw_relaxed(chip->base + ZX_GPIO_IEN); in zx_irq_type() 170 pending = readw_relaxed(chip->base + ZX_GPIO_MIS); in zx_irq_handler() 189 gpioie = readw_relaxed(chip->base + ZX_GPIO_IM) | mask; in zx_irq_mask() 191 gpioie = readw_relaxed(chip->base + ZX_GPIO_IE) & ~mask; in zx_irq_mask() [all …]
|
D | gpio-omap.c | 1038 rev = readw_relaxed(bank->base + bank->regs->revision); in omap_gpio_show_rev()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | debug-leds.c | 88 reg = readw_relaxed(&fpga->leds); in dbg_led_set() 101 reg = readw_relaxed(&fpga->leds); in dbg_led_get() 141 fpga_led_state = readw_relaxed(&fpga->leds); in fpga_suspend_noirq()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-clps711x.c | 81 irqstat = readw_relaxed(clps711x_intc->intmr[0]) & in clps711x_irqh() 82 readw_relaxed(clps711x_intc->intsr[0]); in clps711x_irqh() 87 irqstat = readw_relaxed(clps711x_intc->intmr[1]) & in clps711x_irqh() 88 readw_relaxed(clps711x_intc->intsr[1]); in clps711x_irqh()
|
D | irq-vf610-mscm-ir.c | 59 data->saved_irsprc[i] = readw_relaxed(data->mscm_ir_base + MSCM_IRSPRC(i)); in vf610_mscm_ir_save() 96 irsprc = readw_relaxed(chip_data->mscm_ir_base + MSCM_IRSPRC(hwirq)); in vf610_mscm_ir_enable()
|
/linux-4.4.14/drivers/clocksource/ |
D | mmio.c | 35 return (cycle_t)readw_relaxed(to_mmio_clksrc(c)->reg); in clocksource_mmio_readw_up() 40 return ~(cycle_t)readw_relaxed(to_mmio_clksrc(c)->reg) & c->mask; in clocksource_mmio_readw_down()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | board-flash.c | 162 if (!(readw_relaxed(fpga_map_addr + REG_FPGA_REV))) in get_gpmc0_type() 168 cs = readw_relaxed(fpga_map_addr + REG_FPGA_DIP_SWITCH_INPUT2) & 0xf; in get_gpmc0_type()
|
D | mux.c | 75 return readw_relaxed(partition->base + reg); in omap_mux_read()
|
D | omap_hwmod.c | 3120 return readw_relaxed(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | io.h | 8 #define readw_relaxed(addr) readw(addr) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | io.h | 133 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) 150 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ macro
|
/linux-4.4.14/include/linux/ |
D | iopoll.h | 127 readx_poll_timeout(readw_relaxed, addr, val, cond, delay_us, timeout_us) 130 readx_poll_timeout_atomic(readw_relaxed, addr, val, cond, delay_us, timeout_us)
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | io.h | 43 #define readw_relaxed readw macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | io.h | 21 #define readw_relaxed(addr) readw(addr) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | io.h | 121 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) macro 136 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; })
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | machvec.h | 149 # define platform_readw_relaxed ia64_mv.readw_relaxed 193 ia64_mv_readw_relaxed_t *readw_relaxed; member
|
D | io.h | 381 #define readw_relaxed(a) __readw_relaxed((a)) macro 389 #define __raw_readw_relaxed readw_relaxed
|
/linux-4.4.14/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 58 #define readw_relaxed(addr) readw(addr) macro
|
/linux-4.4.14/drivers/mtd/nand/ |
D | atmel_nand.c | 574 si[i] = readw_relaxed(alpha_to + i * j) ^ si[i]; in pmecc_substitute() 584 tmp = readw_relaxed(index_of + si[j]); in pmecc_substitute() 586 si[i] = readw_relaxed(alpha_to + tmp); in pmecc_substitute() 710 a = readw_relaxed(index_of + dmu[i]); in pmecc_get_sigma() 711 b = readw_relaxed(index_of + dmu[ro]); in pmecc_get_sigma() 712 c = readw_relaxed(index_of + smu[ro * num + k]); in pmecc_get_sigma() 714 a = readw_relaxed(alpha_to + tmp % cw_len); in pmecc_get_sigma() 736 a = readw_relaxed(index_of + in pmecc_get_sigma() 739 c = readw_relaxed(index_of + b); in pmecc_get_sigma() 742 dmu[i + 1] = readw_relaxed(alpha_to + tmp) ^ in pmecc_get_sigma()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io.h | 39 #define readw_relaxed(c) ({ u16 __v = ioswabw(__raw_readw(c)); __v; }) macro 49 #define readw(a) ({ u16 r_ = readw_relaxed(a); rmb(); r_; })
|
/linux-4.4.14/arch/arm/include/asm/ |
D | io.h | 290 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ macro 300 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; })
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | io.h | 158 #define readw_relaxed readw macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | io.h | 180 #define readw_relaxed __raw_readw macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | io.h | 90 #define readw_relaxed(addr) readw(addr) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | io.h | 73 #define readw_relaxed(a) __readw(a) macro
|
/linux-4.4.14/include/asm-generic/ |
D | io.h | 186 #ifndef readw_relaxed 187 #define readw_relaxed readw macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | io.h | 223 #define readw_relaxed(addr) readw(addr) macro
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc.h | 199 readw_relaxed((dev)->regs + SDMMC_##reg)
|
D | sdhci-st.c | 416 host_version = readw_relaxed((host->ioaddr + SDHCI_HOST_VERSION)); in sdhci_st_probe()
|
D | sdhci-msm.c | 528 host_version = readw_relaxed((host->ioaddr + SDHCI_HOST_VERSION)); in sdhci_msm_probe()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-designware-core.c | 173 value = readw_relaxed(dev->base + offset) | in dw_readl() 174 (readw_relaxed(dev->base + offset + 2) << 16); in dw_readl()
|
D | i2c-omap.c | 282 return readw_relaxed(omap->base + in omap_i2c_read_reg() 1354 rev = readw_relaxed(omap->base + 0x04); in omap_i2c_probe()
|
D | i2c-davinci.c | 158 return readw_relaxed(i2c_dev->base + reg); in davinci_i2c_read_reg()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | io.h | 48 #define readw_relaxed readw macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 161 #define readw_relaxed readw in BUILDIO_MEM() macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | io_64.h | 116 #define readw_relaxed readw macro
|
/linux-4.4.14/drivers/dma/ |
D | omap-dma.c | 209 val = readw_relaxed(addr); in omap_dma_read() 212 val = readw_relaxed(addr); in omap_dma_read() 213 val |= readw_relaxed(addr + 2) << 16; in omap_dma_read()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | io.h | 218 #define readw_relaxed readw macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | io.h | 242 #define readw_relaxed readw macro
|
/linux-4.4.14/drivers/spi/ |
D | spi-st-ssc4.c | 367 var = readw_relaxed(spi_st->base + SSC_CTL); in spi_st_probe()
|
D | spi-atmel.c | 249 readw_relaxed((port)->regs + SPI_##reg)
|
/linux-4.4.14/arch/mips/include/asm/ |
D | io.h | 454 #define readw_relaxed readw in BUILDIO_MEM() macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | io.h | 506 #define readw_relaxed(addr) __raw_readw(addr) macro
|
/linux-4.4.14/drivers/acpi/ |
D | cppc_acpi.c | 105 if (readw_relaxed(&generic_comm_base->status) & PCC_CMD_COMPLETE) { in send_pcc_cmd()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 74 #define readw_relaxed(p) __indirect_readw(p) macro
|
/linux-4.4.14/drivers/scsi/ |
D | qla1280.h | 60 #define RD_REG_WORD(addr) readw_relaxed(addr)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | io.h | 621 #define readw_relaxed(addr) readw(addr) macro
|
/linux-4.4.14/sound/soc/omap/ |
D | mcbsp.c | 51 return !from_cache ? readw_relaxed(addr) : in omap_mcbsp_read()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-mvebu.c | 290 *val = readw_relaxed(conf_data + (where & 2)); in mvebu_pcie_hw_rd_conf()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_def.h | 113 #define RD_REG_WORD_RELAXED(addr) readw_relaxed(addr)
|