Home
last modified time | relevance | path

Searched defs:outb (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/include/asm/shared/
H A Dio.h30 #define outb __outb macro
/linux/arch/x86/boot/
H A Dio.h38 #define outb pio_ops.f_outb macro
/linux/arch/sh/include/asm/
H A Dio_noioport.h23 static inline void outb(unsigned char x, unsigned long port) in outb() function
/linux/arch/parisc/include/asm/
H A Dpci.h114 void (*outb) (struct pci_hba_data *hba, u16 port, u8 data); member
/linux/arch/sparc/include/asm/
H A Dio_64.h214 #define outb outb macro
215 static inline void outb(u8 b, unsigned long addr) in outb() function
/linux/arch/alpha/include/asm/
H A Dio.h237 #define outb outb macro
374 extern inline void outb(u8 b, unsigned long port) in outb() function
/linux/drivers/infiniband/hw/mlx5/
H A Dcmd.c180 int mlx5_cmd_mad_ifc(struct mlx5_ib_dev *dev, const void *inb, void *outb, in mlx5_cmd_mad_ifc()
H A Dqp.c323 u32 *outb; in mlx5_ib_qp_err_syndrome() local
4973 u32 *outb; in query_qp_attr() local
/linux/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/arch/alpha/kernel/
H A Dio.c101 void outb(u8 b, unsigned long port) in outb() function
/linux/sound/isa/msnd/
H A Dmsnd.h183 # define outb outb_p macro
/linux/drivers/mtd/nand/raw/
H A Dnandsim.c1866 u_char outb = 0x00; in ns_nand_read_byte() local