Searched defs:fd_outb (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/arch/sparc/include/asm/ |
D | floppy_32.h | 57 void (*fd_outb)(unsigned char value, int port); member 63 #define fd_outb(value, base, reg) sun_fdops.fd_outb(value, reg) macro
|
D | floppy_64.h | 51 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/ |
D | floppy.h | 12 #define fd_outb(val, base, reg) \ macro
|
/linux-6.6.21/arch/mips/include/asm/mach-jazz/ |
D | floppy.h | 29 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/ |
D | floppy.h | 33 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/ |
D | floppy.h | 15 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | floppy.h | 75 static __inline__ void fd_outb(unsigned char value, int base, int reg) in fd_outb() function
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | floppy.h | 17 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | floppy.h | 35 #define fd_outb(value, base, reg) outb_p(value, (base) + (reg)) macro
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | floppy.h | 33 #define fd_outb(value, base, reg) writeb(value, (base) + (reg)) macro
|