Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/scripts/dtc/
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()
/third_party/musl/arch/i386/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/third_party/musl/arch/x86_64/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/third_party/musl/arch/x32/bits/
Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/
Dio.h59 #define inb(port) readb((u8 *)((port))) macro
/third_party/musl/src/locale/
Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *res… in iconv()
/third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/
Dio.h46 #define inb(addr) readb(addr) macro
/third_party/gettext/gnulib-local/lib/libxml/
Dencoding.c385 const unsigned char* inb, int *inlenb) in UTF8ToUTF8()
524 const unsigned char* inb, int *inlenb) in UTF16LEToUTF8()
762 const unsigned char* inb, int *inlenb) in UTF16BEToUTF8()
/third_party/libxml2/
Dencoding.c356 const unsigned char* inb, int *inlenb) in UTF8ToUTF8()
500 const unsigned char* inb, int *inlenb) in UTF16LEToUTF8()
743 const unsigned char* inb, int *inlenb) in UTF16BEToUTF8()
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/
Dio.h73 #define inb(addr) readb(addr) macro
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dio.h53 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dio.h190 #define inb(port) _inb((uintptr_t)(port)) macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dio.h50 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dio.h88 #define inb(p) ({ unsigned int __v = __raw_readb(p); __v; }) macro
/third_party/ffmpeg/libavcodec/
Ddecode.c834 char *inb, *outb; in recode_subtitle() local
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dio.h130 #define inb(port) _inb((uintptr_t)(port)) macro
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dio.h247 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
/third_party/uboot/u-boot-2020.01/include/
Dusbdevice.h50 #define inb(p) (*(volatile u8*)(p)) macro
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Dio.h234 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dio.h266 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro