/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 584 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()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 290 static void gen_add(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_add() 298 static void gen_addc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_addc() 304 static void gen_addkc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_addkc() 337 static void gen_bsrl(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_bsrl() 344 static void gen_bsll(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_bsll() 409 static void gen_cmpu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_cmpu() 459 static void gen_idivu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_idivu() 478 static void gen_mulh(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulh() 484 static void gen_mulhu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulhu() 490 static void gen_mulhsu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulhsu() [all …]
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | optrom.h | 53 static inline uint8_t inb(uint16_t port) in inb() function
|
/openbmc/u-boot/arch/sandbox/lib/ |
H A D | pci_io.c | 114 int inb(unsigned int addr) in inb() function
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest-single.h | 137 static inline uint8_t inb(uint16_t addr) in inb() function
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 59 #define inb(port) readb((u8 *)((port))) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 46 #define inb(addr) readb(addr) macro
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | io.h | 73 #define inb(addr) readb(addr) macro
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 53 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | io.h | 190 #define inb(port) _inb((uintptr_t)(port)) macro
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 88 #define inb(p) ({ unsigned int __v = __raw_readb(p); __v; }) macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 50 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 247 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
|
/openbmc/u-boot/include/ |
H A D | usbdevice.h | 50 #define inb(p) (*(volatile u8*)(p)) macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 234 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 244 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
|