Home
last modified time | relevance | path

Searched refs:readb_relaxed (Results 1 – 37 of 37) sorted by relevance

/linux-4.1.27/arch/arm/mach-sa1100/
Dneponset.c86 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/
Ddigicolor-usart.c89 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/
Dio.h7 #define readb_relaxed(addr) readb(addr) macro
/linux-4.1.27/include/linux/
Diopoll.h121 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/
Dio.h42 #define readb_relaxed readb macro
/linux-4.1.27/arch/arm/kernel/
Dsmp_scu.c91 val = readb_relaxed(scu_base + SCU_CPU_STATUS + cpu) & ~0x03; in scu_power_mode()
/linux-4.1.27/arch/nios2/include/asm/
Dio.h20 #define readb_relaxed(addr) readb(addr) macro
/linux-4.1.27/arch/arm64/include/asm/
Dio.h120 #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/
Dphy-miphy28lp.c496 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()
Dphy-miphy365x.c211 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/
Dio.h101 #define readb_relaxed readb macro
/linux-4.1.27/arch/ia64/include/asm/
Dmachvec.h148 # define platform_readb_relaxed ia64_mv.readb_relaxed
192 ia64_mv_readb_relaxed_t *readb_relaxed; member
Dio.h380 #define readb_relaxed(a) __readb_relaxed((a)) macro
388 #define __raw_readb_relaxed readb_relaxed
/linux-4.1.27/drivers/mtd/nand/
Datmel_nand_ecc.h121 readb_relaxed((addr) + ATMEL_PMECC_ECCx + ((sector) * 0x40) + (n))
Dfsmc_nand.c665 buf[i] = readb_relaxed(chip->IO_ADDR_R); in fsmc_read_buf()
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/
Dio.h57 #define readb_relaxed(addr) readb(addr) macro
/linux-4.1.27/drivers/i2c/busses/
Di2c-digicolor.c124 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/
Dio.h155 #define readb_relaxed readb macro
/linux-4.1.27/arch/sh/include/asm/
Dio.h38 #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/
Dio.h296 #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/
Dio.h179 #define readb_relaxed __raw_readb macro
/linux-4.1.27/arch/x86/include/asm/
Dio.h70 #define readb_relaxed(a) __readb(a) macro
/linux-4.1.27/arch/cris/include/asm/
Dio.h87 #define readb_relaxed(addr) readb(addr) macro
/linux-4.1.27/include/asm-generic/
Dio.h182 #ifndef readb_relaxed
183 #define readb_relaxed readb macro
/linux-4.1.27/arch/parisc/include/asm/
Dio.h220 #define readb_relaxed(addr) readb(addr) macro
/linux-4.1.27/arch/mn10300/include/asm/
Dio.h47 #define readb_relaxed readb macro
/linux-4.1.27/drivers/mfd/
Domap-usb-tll.c139 return readb_relaxed(base + reg); in usbtll_readb()
/linux-4.1.27/arch/sparc/include/asm/
Dio_64.h104 #define readb_relaxed readb macro
/linux-4.1.27/arch/avr32/include/asm/
Dio.h160 #define readb_relaxed readb in BUILDIO_MEM() macro
/linux-4.1.27/arch/frv/include/asm/
Dio.h215 #define readb_relaxed readb macro
/linux-4.1.27/arch/mips/include/asm/
Dio.h452 #define readb_relaxed readb in BUILDIO_MEM() macro
/linux-4.1.27/arch/tile/include/asm/
Dio.h240 #define readb_relaxed readb macro
/linux-4.1.27/arch/alpha/include/asm/
Dio.h503 #define readb_relaxed(addr) __raw_readb(addr) macro
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
Dio.h73 #define readb_relaxed(p) __indirect_readb(p) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dio.h620 #define readb_relaxed(addr) readb(addr) macro
/linux-4.1.27/arch/arm/mach-omap2/
Dmux.c73 return readb_relaxed(partition->base + reg); in omap_mux_read()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_def.h112 #define RD_REG_BYTE_RELAXED(addr) readb_relaxed(addr)