/linux-4.1.27/arch/arm/mach-sa1100/ |
D | neponset.c | 86 v = readb_relaxed(base + NCR_0); in neponset_ncr_frob() 103 mdm_ctl0 = readb_relaxed(base + MDM_CTL_0); in neponset_set_mctrl() 138 mdm_ctl1 = readb_relaxed(base + MDM_CTL_1); in neponset_get_mctrl() 185 irr = readb_relaxed(d->base + IRR); in neponset_irq_handler() 303 if (readb_relaxed(d->base + WHOAMI) != 0x11) { in neponset_probe() 305 readb_relaxed(d->base + WHOAMI)); in neponset_probe() 400 d->ncr0 = readb_relaxed(d->base + NCR_0); in neponset_suspend() 401 d->mdm_ctl_0 = readb_relaxed(d->base + MDM_CTL_0); in neponset_suspend()
|
/linux-4.1.27/drivers/tty/serial/ |
D | digicolor-usart.c | 89 return !!(readb_relaxed(port->membase + UA_STATUS_FIFO) & in digicolor_uart_tx_full() 95 return !!(readb_relaxed(port->membase + UA_STATUS_FIFO) & in digicolor_uart_rx_empty() 101 u8 int_enable = readb_relaxed(port->membase + UA_INT_ENABLE); in digicolor_uart_stop_tx() 109 u8 int_enable = readb_relaxed(port->membase + UA_INT_ENABLE); in digicolor_uart_start_tx() 117 u8 int_enable = readb_relaxed(port->membase + UA_INT_ENABLE); in digicolor_uart_stop_rx() 149 ch = readb_relaxed(port->membase + UA_EMI_REC); in digicolor_uart_rx() 150 status = readb_relaxed(port->membase + UA_STATUS); in digicolor_uart_rx() 226 u8 int_status = readb_relaxed(port->membase + UA_INT_STATUS); in digicolor_uart_int() 241 u8 status = readb_relaxed(port->membase + UA_STATUS); in digicolor_uart_tx_empty() 416 status = readb_relaxed(port->membase + UA_STATUS); in digicolor_uart_console_write()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | io.h | 7 #define readb_relaxed(addr) readb(addr) macro
|
/linux-4.1.27/include/linux/ |
D | iopoll.h | 121 readx_poll_timeout(readb_relaxed, addr, val, cond, delay_us, timeout_us) 124 readx_poll_timeout_atomic(readb_relaxed, addr, val, cond, delay_us, timeout_us)
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | io.h | 42 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp_scu.c | 91 val = readb_relaxed(scu_base + SCU_CPU_STATUS + cpu) & ~0x03; in scu_power_mode()
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | io.h | 20 #define readb_relaxed(addr) readb(addr) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | io.h | 120 #define readb_relaxed(c) ({ u8 __v = __raw_readb(c); __v; }) macro 135 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; })
|
/linux-4.1.27/drivers/phy/ |
D | phy-miphy28lp.c | 496 val = readb_relaxed(miphy_phy->base + MIPHY_COMP_FSM_6); in miphy28lp_wait_compensation() 574 val = readb_relaxed(base + MIPHY_BOUNDARY_2); in miphy_sata_tune_ssc() 578 val = readb_relaxed(base + MIPHY_BOUNDARY_SEL); in miphy_sata_tune_ssc() 612 val = readb_relaxed(base + MIPHY_BOUNDARY_2); in miphy_pcie_tune_ssc() 616 val = readb_relaxed(base + MIPHY_BOUNDARY_SEL); in miphy_pcie_tune_ssc() 678 val = readb_relaxed(miphy_phy->base + MIPHY_CONTROL); in miphy28lp_configure_sata() 824 val = readb_relaxed(miphy_phy->base + MIPHY_STATUS_1); in miphy_is_ready()
|
D | phy-miphy365x.c | 211 regval = readb_relaxed(miphy_phy->base + STATUS_REG); in miphy365x_hfc_not_rdy() 230 regval = readb_relaxed(miphy_phy->base + STATUS_REG); in miphy365x_rdy() 273 while ((readb_relaxed(miphy_phy->base + COMP_CTRL1_REG) & mask) != mask) in miphy365x_set_comp()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | io.h | 101 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | machvec.h | 148 # define platform_readb_relaxed ia64_mv.readb_relaxed 192 ia64_mv_readb_relaxed_t *readb_relaxed; member
|
D | io.h | 380 #define readb_relaxed(a) __readb_relaxed((a)) macro 388 #define __raw_readb_relaxed readb_relaxed
|
/linux-4.1.27/drivers/mtd/nand/ |
D | atmel_nand_ecc.h | 121 readb_relaxed((addr) + ATMEL_PMECC_ECCx + ((sector) * 0x40) + (n))
|
D | fsmc_nand.c | 665 buf[i] = readb_relaxed(chip->IO_ADDR_R); in fsmc_read_buf()
|
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 57 #define readb_relaxed(addr) readb(addr) macro
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-digicolor.c | 124 return readb_relaxed(i2c->regs + II_DATA); in dc_i2c_read_byte() 142 u8 cmd = readb_relaxed(i2c->regs + II_COMMAND); in dc_i2c_cmd_status()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | io.h | 155 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io.h | 38 #define readb_relaxed(c) ({ u8 __v = ioswabb(__raw_readb(c)); __v; }) macro 48 #define readb(a) ({ u8 r_ = readb_relaxed(a); rmb(); r_; })
|
/linux-4.1.27/arch/arm/include/asm/ |
D | io.h | 296 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) macro 306 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; })
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | io.h | 179 #define readb_relaxed __raw_readb macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | io.h | 70 #define readb_relaxed(a) __readb(a) macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | io.h | 87 #define readb_relaxed(addr) readb(addr) macro
|
/linux-4.1.27/include/asm-generic/ |
D | io.h | 182 #ifndef readb_relaxed 183 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | io.h | 220 #define readb_relaxed(addr) readb(addr) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | io.h | 47 #define readb_relaxed readb macro
|
/linux-4.1.27/drivers/mfd/ |
D | omap-usb-tll.c | 139 return readb_relaxed(base + reg); in usbtll_readb()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | io_64.h | 104 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 160 #define readb_relaxed readb in BUILDIO_MEM() macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | io.h | 215 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | io.h | 452 #define readb_relaxed readb in BUILDIO_MEM() macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | io.h | 240 #define readb_relaxed readb macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | io.h | 503 #define readb_relaxed(addr) __raw_readb(addr) macro
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 73 #define readb_relaxed(p) __indirect_readb(p) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | io.h | 620 #define readb_relaxed(addr) readb(addr) macro
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | mux.c | 73 return readb_relaxed(partition->base + reg); in omap_mux_read()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_def.h | 112 #define RD_REG_BYTE_RELAXED(addr) readb_relaxed(addr)
|