Home
last modified time | relevance | path

Searched defs:inb (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_inout.s48 .globl inb symbol
59 inb: label
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()
591 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
601 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word()
612 static void flat_realign(struct inbuf *inb, int align) in flat_realign()
621 static char *flat_read_string(struct inbuf *inb) in flat_read_string()
642 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data()
659 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable()
699 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c569 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()
576 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
586 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word()
597 static void flat_realign(struct inbuf *inb, int align) in flat_realign()
606 static char *flat_read_string(struct inbuf *inb) in flat_read_string()
627 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data()
644 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable()
684 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dio.h38 #define inb(p) __inb16(p) macro
41 #define inb(p) __inb8(p) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h249 inb(unsigned long port) in inb() function
312 inb(unsigned short port) in inb() function
372 inb(unsigned long port) in inb() function
552 inb(unsigned PORT_SIZE port) in inb() function
738 inb(unsigned short port) in inb() function
881 inb(unsigned PORT_SIZE port) in inb() function
921 inb(unsigned PORT_SIZE port) in inb() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h139 #define inb inb macro
140 static inline unsigned int inb(unsigned long port) in inb() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dlogic_pio.h58 #define inb logic_inb macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h251 #define inb eisa_in8 macro
258 static inline char inb(unsigned long addr) in inb() function
H A Dpci.h111 u8 (*inb) (struct pci_hba_data *hba, u16 port); member
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h28 #define inb(p) readb(S3C24XX_VA_ISA_BYTE + (p)) macro
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dpci_io.c115 int inb(unsigned int addr) in inb() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio_noioport.h5 static inline u8 inb(unsigned long addr) in inb() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h195 #define inb inb macro
196 static inline u8 inb(unsigned long addr) in inb() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h55 #define inb(c) ({ u8 __v; __io_pbr(); __v = readb_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dio.h60 #define inb(port) readb((u8 *)((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.h338 #define inb inb macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h296 #define inb inb macro
297 static inline u8 inb(u32 addr) in inb() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h316 #define inb isa_inb macro
347 #define inb(port) ((port) < 1024 ? isa_rom_inb(port) : in_8(port)) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h206 static inline u8 inb(unsigned long port) in inb() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dio.h41 #define inb(addr) readb (addr) macro
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dio.c69 u8 inb(unsigned long port) in inb() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dio.h75 #define inb(addr) readb(addr) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h258 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; }) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dio.h340 extern inline u8 inb(unsigned long port) in inb() function

123