Home
last modified time | relevance | path

Searched defs:fd_outb (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/
H A Dfloppy.h33 static inline void fd_outb(unsigned char value, unsigned int base, unsigned int reg) in fd_outb() function
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h29 static inline void fd_outb(unsigned char value, unsigned int base, unsigned int reg) in fd_outb() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dfloppy.h12 #define fd_outb(val, base, reg) \ macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-generic/
H A Dfloppy.h33 static inline void fd_outb(unsigned char value, unsigned int base, unsigned int reg) in fd_outb() function
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h29 static inline void fd_outb(unsigned char value, unsigned int base, unsigned int reg) in fd_outb() function
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dfloppy.h12 #define fd_outb(val, base, reg) \ macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dfloppy.h15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dfloppy.h15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dfloppy.h75 static __inline__ void fd_outb(unsigned char value, int base, int reg) in fd_outb() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dfloppy.h17 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dfloppy.h75 static __inline__ void fd_outb(unsigned char value, int base, int reg) in fd_outb() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dfloppy.h17 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dfloppy.h35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dfloppy_32.h57 void (*fd_outb)(unsigned char value, int port); member
63 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, reg) macro
H A Dfloppy_64.h51 void (*fd_outb) (unsigned char value, unsigned long base, member
67 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, base, reg) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dfloppy.h33 #define fd_outb(value, base, reg) writeb(value, (base) + (reg)) macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dfloppy.h33 #define fd_outb(value, base, reg) writeb(value, (base) + (reg)) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dfloppy_32.h57 void (*fd_outb)(unsigned char value, int port); member
63 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, reg) macro
H A Dfloppy_64.h51 void (*fd_outb) (unsigned char value, unsigned long base, member
67 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, base, reg) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dfloppy.h35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro

Completed in 10 milliseconds