/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/linux/scripts/dtc/ |
H A D | flattree.c | 570 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() 577 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk() 587 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word() 598 static void flat_realign(struct inbuf *inb, int align) in flat_realign() 607 static char *flat_read_string(struct inbuf *inb) in flat_read_string() 628 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data() 645 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable() 685 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 170 #define inb inb macro 177 #define inb eisa_in8 macro 184 static inline char inb(unsigned long addr) in inb() function 201 #define inb inb macro
|
H A D | pci.h | 111 u8 (*inb) (struct pci_hba_data *hba, u16 port); member
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 302 static void gen_add(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_add() 310 static void gen_addc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_addc() 320 static void gen_addkc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_addkc() 353 static void gen_bsrl(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_bsrl() 360 static void gen_bsll(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_bsll() 425 static void gen_cmpu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_cmpu() 475 static void gen_idivu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_idivu() 494 static void gen_mulh(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulh() 500 static void gen_mulhu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulhu() 543 static void gen_rsubc(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_rsubc() [all …]
|
/openbmc/linux/arch/x86/include/asm/shared/ |
H A D | io.h | 27 #define inb __inb macro
|
/openbmc/linux/arch/x86/boot/ |
H A D | io.h | 37 #define inb pio_ops.f_inb macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 127 #define inb inb macro 128 static inline unsigned int inb(unsigned long port) in inb() function
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | optrom.h | 53 static inline uint8_t inb(uint16_t port) in inb() function
|
/openbmc/linux/include/linux/ |
H A D | logic_pio.h | 58 #define inb logic_inb macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io_noioport.h | 5 static inline u8 inb(unsigned long addr) in inb() function
|
H A D | io.h | 248 #define inb(addr) inb(addr) macro
|
/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/linux/drivers/infiniband/hw/mlx5/ |
H A D | cmd.c | 180 int mlx5_cmd_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb, in mlx5_cmd_mad_ifc()
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 59 #define inb(port) readb((u8 *)((port))) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 196 #define inb inb macro 197 static inline u8 inb(unsigned long addr) in inb() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 245 #define inb inb macro 365 extern inline u8 inb(unsigned long port) in inb() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 314 #define inb isa_inb macro 345 #define inb(port) ((port) < 1024 ? isa_rom_inb(port) : in_8(port)) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 46 #define inb(addr) readb(addr) macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 208 static inline u8 inb(unsigned long port) in inb() function
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | io.c | 86 u8 inb(unsigned long port) in inb() function
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | io.h | 73 #define inb(addr) readb(addr) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 241 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; }) macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | io.h | 190 #define inb(port) _inb((uintptr_t)(port)) macro
|