Home
last modified time | relevance | path

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

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