Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_inout.s51 .globl outb symbol
94 outb: label
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dio.h39 #define outb(v,p) __outb16(v,p) macro
42 #define outb(v,p) __outb8(v,p) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h231 outb(unsigned long port, unsigned char val) in outb() function
294 outb(unsigned short port, unsigned char val) in outb() function
345 outb(unsigned long port, unsigned char val) in outb() function
531 outb(unsigned PORT_SIZE port, unsigned char val) in outb() function
714 outb(unsigned short port, unsigned char value) in outb() function
863 outb(unsigned PORT_SIZE port, unsigned char val) in outb() function
900 outb(unsigned PORT_SIZE port, unsigned char val) in outb() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h172 #define outb outb macro
173 static inline void outb(unsigned char val, unsigned long port) in outb() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dlogic_pio.h70 #define outb logic_outb macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h254 #define outb eisa_out8 macro
276 #define outb(x, y) BUG() macro
H A Dpci.h114 void (*outb) (struct pci_hba_data *hba, u16 port, u8 data); member
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h32 #define outb(v,p) writeb((v), S3C24XX_VA_ISA_BYTE + (p)) macro
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dpci_io.c135 void outb(unsigned int value, unsigned int addr) in outb() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio_noioport.h23 static inline void outb(unsigned char x, unsigned long port) in outb() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h213 #define outb outb macro
214 static inline void outb(u8 b, unsigned long addr) in outb() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h59 #define outb(v,c) ({ __io_pbw(); writeb_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dio.h61 #define outb(val, port) writeb((val), (u8 *)((unsigned long)(port))) macro
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dcmd.c274 int mlx5_cmd_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb, in mlx5_cmd_mad_ifc()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h348 #define outb outb macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h245 #define outb outb macro
246 static inline void outb(u8 value, u32 addr) in outb() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h318 #define outb isa_outb macro
354 #define outb(val, port) ((port) < 1024 ? isa_rom_outb((val), (port)) : out_8((port), (val))) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h226 static inline void outb(u8 data, unsigned long port) in outb() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dio.h44 #define outb(x, addr) ((void) writeb (x, addr)) macro
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dio.c84 void outb(u8 b, unsigned long port) in outb() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dio.h78 #define outb(val, addr) writeb(val,addr) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h252 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); }) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dio.h350 extern inline void outb(u8 b, unsigned long port) in outb() function
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dboot.h39 static inline void outb(u8 v, u16 port) in outb() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h195 #define outb(val, port) _outb(val, (uintptr_t)(port)) macro

12