/linux-3.4.99/arch/arm/mach-sa1100/ |
D | neponset.c | 85 v = readb_relaxed(base + NCR_0); in neponset_ncr_frob() 101 mdm_ctl0 = readb_relaxed(base + MDM_CTL_0); in neponset_set_mctrl() 136 mdm_ctl1 = readb_relaxed(base + MDM_CTL_1); in neponset_get_mctrl() 183 irr = readb_relaxed(d->base + IRR); in neponset_irq_handler() 296 if (readb_relaxed(d->base + WHOAMI) != 0x11) { in neponset_probe() 298 readb_relaxed(d->base + WHOAMI)); in neponset_probe() 393 d->ncr0 = readb_relaxed(d->base + NCR_0); in neponset_suspend() 394 d->mdm_ctl_0 = readb_relaxed(d->base + MDM_CTL_0); in neponset_suspend()
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | machvec.h | 150 # define platform_readb_relaxed ia64_mv.readb_relaxed 194 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-3.4.99/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 57 #define readb_relaxed(addr) readb(addr) macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | io.h | 154 #define readb_relaxed readb macro
|
/linux-3.4.99/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-3.4.99/arch/arm/include/asm/ |
D | io.h | 226 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) macro 238 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; })
|
/linux-3.4.99/arch/cris/include/asm/ |
D | io.h | 87 #define readb_relaxed(addr) readb(addr) macro
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | io_no.h | 42 #define readb_relaxed(addr) readb(addr) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | io.h | 69 #define readb_relaxed(a) __readb(a) macro
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | io.h | 220 #define readb_relaxed(addr) readb(addr) macro
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | io.h | 46 #define readb_relaxed readb macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | io.h | 151 #define readb_relaxed readb macro
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | io.h | 90 #define readb_relaxed(addr) readb(addr) macro
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | io.h | 160 #define readb_relaxed readb in BUILDIO_MEM() macro
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | io_32.h | 92 #define readb_relaxed(__addr) readb(__addr) macro
|
D | io_64.h | 210 #define readb_relaxed(__addr) _readb(__addr) macro
|
/linux-3.4.99/arch/frv/include/asm/ |
D | io.h | 215 #define readb_relaxed readb macro
|
/linux-3.4.99/arch/mips/include/asm/ |
D | io.h | 450 #define readb_relaxed readb in BUILDIO_MEM() macro
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | io.h | 498 #define readb_relaxed(addr) __raw_readb(addr) macro
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | io.h | 556 #define readb_relaxed(addr) readb(addr) macro
|
/linux-3.4.99/drivers/scsi/qla2xxx/ |
D | qla_def.h | 110 #define RD_REG_BYTE_RELAXED(addr) readb_relaxed(addr)
|