Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/shared/
A Dio.h7 #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" \
/linux-6.3-rc2/arch/x86/include/asm/
A Dio.h250 #define BUILDIO(bwl, bw, type) \ argument
251 static inline void out##bwl##_p(type value, u16 port) \
253 out##bwl(value, port); \
257 static inline type in##bwl##_p(u16 port) \
259 type value = in##bwl(port); \
264 static inline void outs##bwl(u16 port, const void *addr, unsigned long count) \
269 out##bwl(*value, port); \
274 asm volatile("rep; outs" #bwl \
280 static inline void ins##bwl(u16 port, void *addr, unsigned long count) \
285 *value = in##bwl(port); \
[all …]
/linux-6.3-rc2/lib/
A Dlogic_pio.c235 #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); \
/linux-6.3-rc2/arch/m68k/include/asm/
A Duaccess.h31 #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" \
/linux-6.3-rc2/Documentation/arm/
A Dixp4xx.rst80 into the kernel and we can use the standard read[bwl]/write[bwl]

Completed in 6 milliseconds