Searched refs:bwl (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/include/asm/shared/ |
H A D | io.h | 7 #define BUILDIO(bwl, bw, type) \ argument 8 static __always_inline void __out##bwl(type value, u16 port) \ 10 asm volatile("out" #bwl " %" #bw "0, %w1" \ 14 static __always_inline type __in##bwl(u16 port) \ 17 asm volatile("in" #bwl " %w1, %" #bw "0" \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 245 #define BUILDIO(bwl, bw, type) \ argument 246 static inline void out##bwl##_p(type value, u16 port) \ 248 out##bwl(value, port); \ 252 static inline type in##bwl##_p(u16 port) \ 254 type value = in##bwl(port); \ 259 static inline void outs##bwl(u16 port, const void *addr, unsigned long count) \ 264 out##bwl(*value, port); \ 269 asm volatile("rep; outs" #bwl \ 275 static inline void ins##bwl(u16 port, void *addr, unsigned long count) \ 280 *value = in##bwl(port); \ [all …]
|
/openbmc/linux/lib/ |
H A D | logic_pio.c | 232 #define BUILD_LOGIC_IO(bwl, type) \ argument 233 type logic_in##bwl(unsigned long addr) \ 238 ret = _in##bwl(addr); \ 251 void logic_out##bwl(type value, unsigned long addr) \ 254 _out##bwl(value, addr); \ 266 void logic_ins##bwl(unsigned long addr, void *buffer, \ 270 reads##bwl(PCI_IOBASE + addr, buffer, count); \ 283 void logic_outs##bwl(unsigned long addr, const void *buffer, \ 287 writes##bwl(PCI_IOBASE + addr, buffer, count); \
|
/openbmc/qemu/target/rx/ |
H A D | insns.decode | 347 # MOV.<bwl> #imm, [rd] 349 # MOV.<bwl> #imm, dsp8[rd] 351 # MOV.<bwl> #imm, dsp16[rd] 354 # MOV.<bwl> [ri,rb], rd 356 # MOV.<bwl> rs, [ri,rb] 464 # PUSH.<bwl> rs 469 # PUSH.<bwl> dsp[rs] 485 # RPMA.<bwl> 561 # SSTR.<bwl> 583 # SUNTIL.<bwl> [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | uaccess.h | 31 #define __put_user_asm(inst, res, x, ptr, bwl, reg, err) \ argument 33 "1: "inst"."#bwl" %2,%1\n" \ 105 #define __get_user_asm(inst, res, x, ptr, type, bwl, reg, err) ({ \ argument 108 "1: "inst"."#bwl" %2,%1\n" \
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg.inc | 96 …bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}…
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | ixp4xx.rst | 80 into the kernel and we can use the standard read[bwl]/write[bwl]
|