Home
last modified time | relevance | path

Searched refs:bwl (Results 1 – 8 of 8) sorted by relevance

/arch/avr32/include/asm/
Dio.h79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument
81 pfx##write##bwl(type val, volatile void __iomem *addr) \
86 __addr = (void *)__swizzle_addr_##bwl((unsigned long)(addr)); \
87 __val = pfx##ioswab##bwl(__addr, val); \
94 static inline type pfx##read##bwl(const volatile void __iomem *addr) \
99 __addr = (void *)__swizzle_addr_##bwl((unsigned long)(addr)); \
104 return pfx##ioswab##bwl(__addr, __val); \
107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
108 static inline void pfx##out##bwl##p(type val, unsigned long port) \
113 __addr = __io(__swizzle_addr_##bwl(port)); \
[all …]
/arch/x86/include/asm/
Dio.h268 #define BUILDIO(bwl, bw, type) \ argument
269 static inline void out##bwl(unsigned type value, int port) \
271 asm volatile("out" #bwl " %" #bw "0, %w1" \
275 static inline unsigned type in##bwl(int port) \
278 asm volatile("in" #bwl " %w1, %" #bw "0" \
283 static inline void out##bwl##_p(unsigned type value, int port) \
285 out##bwl(value, port); \
289 static inline unsigned type in##bwl##_p(int port) \
291 unsigned type value = in##bwl(port); \
296 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
[all …]
/arch/m68k/include/asm/
Duaccess_no.h91 #define __put_user_asm(err,x,ptr,bwl) \ argument
92 __asm__ ("move" #bwl " %0,%1" \
125 #define __get_user_asm(err,x,ptr,bwl,reg) \ argument
126 __asm__ ("move" #bwl " %1,%0" \
Duaccess_mm.h60 #define __put_user_asm(res, x, ptr, bwl, reg, err) \ argument
62 "1: "MOVES"."#bwl" %2,%1\n" \
131 #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({ \ argument
134 "1: "MOVES"."#bwl" %2,%1\n" \
/arch/frv/include/asm/
Duaccess.h160 #define __put_user_asm(err,x,ptr,bwl,con) \ argument
162 asm(" st"bwl"%I0 %1,%M0 \n" \
249 #define __get_user_asm(err,x,ptr,bwl,con) \ argument
250 asm(" ld"bwl"%I1 %M1,%0 \n" \
/arch/blackfin/kernel/
Dbfin_dma.c601 #define MAKE_DMA_IO(io, bwl, isize, dmasize, cnst) \ argument
602 void dma_##io##s##bwl(unsigned long addr, cnst void *buf, unsigned DMA_MMR_SIZE_TYPE len) \
606 EXPORT_SYMBOL(dma_##io##s##bwl)
/arch/arm/mach-ixp4xx/
DKconfig211 into the kernel and we can use the standard read[bwl]/write[bwl]
/arch/blackfin/
DKconfig939 bool "ins[bwl] low overhead, higher interrupt latency"