Searched refs:bwl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io.h | 274 #define BUILDIO(bwl, bw, type) \ argument 275 static inline void out##bwl(unsigned type value, int port) \ 277 asm volatile("out" #bwl " %" #bw "0, %w1" \ 281 static inline unsigned type in##bwl(int port) \ 284 asm volatile("in" #bwl " %w1, %" #bw "0" \ 289 static inline void out##bwl##_p(unsigned type value, int port) \ 291 out##bwl(value, port); \ 295 static inline unsigned type in##bwl##_p(int port) \ 297 unsigned type value = in##bwl(port); \ 302 static inline void outs##bwl(int port, const void *addr, unsigned long count) \ [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | logic_pio.c | 235 #define BUILD_LOGIC_IO(bwl, type) \ argument 236 type logic_in##bwl(unsigned long addr) \ 241 ret = _in##bwl(addr); \ 254 void logic_out##bwl(type value, unsigned long addr) \ 257 _out##bwl(value, addr); \ 269 void logic_ins##bwl(unsigned long addr, void *buffer, \ 273 reads##bwl(PCI_IOBASE + addr, buffer, count); \ 286 void logic_outs##bwl(unsigned long addr, const void *buffer, \ 290 writes##bwl(PCI_IOBASE + addr, buffer, count); \
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | uaccess.h | 41 #define __put_user_asm(res, x, ptr, bwl, reg, err) \ argument 43 "1: "MOVES"."#bwl" %2,%1\n" \ 112 #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({ \ argument 115 "1: "MOVES"."#bwl" %2,%1\n" \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg.inc | 95 …bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}…
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | ixp4xx.rst | 80 into the kernel and we can use the standard read[bwl]/write[bwl]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | Kconfig | 220 into the kernel and we can use the standard read[bwl]/write[bwl]
|