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

/linux-master/arch/x86/include/asm/shared/
H A Dio.h30 #define outb __outb macro
/linux-master/arch/x86/boot/
H A Dio.h10 #undef outb macro
38 #define outb pio_ops.f_outb macro
/linux-master/arch/sh/include/asm/
H A Dio_noioport.h23 static inline void outb(unsigned char x, unsigned long port) function
H A Dio.h251 #define outb(x, addr) outb((x), (addr)) macro
/linux-master/include/linux/
H A Dlogic_pio.h67 #define outb logic_outb macro
/linux-master/arch/parisc/include/asm/
H A Dpci.h114 void (*outb) (struct pci_hba_data *hba, u16 port, u8 data); member in struct:pci_port_ops
H A Dio.h171 #define outb outb macro
178 #define outb eisa_out8 macro
202 #define outb(x, y) ({(void)(x); (void)(y); BUG(); 0;}) macro
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcmd.c180 int mlx5_cmd_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb, argument
H A Dqp.c323 u32 *outb; local
4938 u32 *outb; local
[all...]
/linux-master/arch/hexagon/include/asm/
H A Dio.h219 static inline void outb(u8 data, unsigned long port) function
/linux-master/arch/alpha/kernel/
H A Dio.c101 void outb(u8 b, unsigned long port) function
119 EXPORT_SYMBOL(outb); variable
/linux-master/arch/arm/include/asm/
H A Dio.h235 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); }) macro
/linux-master/arch/alpha/include/asm/
H A Dio.h248 #define outb outb macro
374 extern inline void outb(u8 b, unsigned long port) function
/linux-master/arch/sparc/include/asm/
H A Dio_64.h214 #define outb outb macro
215 static inline void outb(u8 b, unsigned long addr) function
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h316 #define outb isa_outb macro
352 #define outb(val, port) ((port) < 1024 ? isa_rom_outb((val), (port)) : out_8((port), (val))) macro
/linux-master/include/asm-generic/
H A Dio.h624 #define outb _outb macro
/linux-master/sound/isa/msnd/
H A Dmsnd.h181 # undef outb macro
183 # define outb outb_p macro
/linux-master/arch/powerpc/include/asm/
H A Dio.h695 #define outb outb macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1846 struct mlx5_cmd_msg *inb, *outb; local
/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c1866 u_char outb = 0x00; local
[all...]

Completed in 2823 milliseconds