Home
last modified time | relevance | path

Searched defs:fd_outb (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/arch/sparc/include/asm/
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
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
/linux-6.6.21/arch/arm/include/asm/
Dfloppy.h12 #define fd_outb(val, base, reg) \ macro
/linux-6.6.21/arch/mips/include/asm/mach-jazz/
Dfloppy.h29 static inline void fd_outb(unsigned char value, unsigned int base, unsigned int reg) in fd_outb() function
/linux-6.6.21/arch/mips/include/asm/mach-generic/
Dfloppy.h33 static inline void fd_outb(unsigned char value, unsigned int base, unsigned int reg) in fd_outb() function
/linux-6.6.21/arch/alpha/include/asm/
Dfloppy.h15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/linux-6.6.21/arch/m68k/include/asm/
Dfloppy.h75 static __inline__ void fd_outb(unsigned char value, int base, int reg) in fd_outb() function
/linux-6.6.21/arch/powerpc/include/asm/
Dfloppy.h17 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/linux-6.6.21/arch/x86/include/asm/
Dfloppy.h35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
/linux-6.6.21/arch/parisc/include/asm/
Dfloppy.h33 #define fd_outb(value, base, reg) writeb(value, (base) + (reg)) macro