Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/linux/scripts/dtc/
H A Dflattree.c570 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 Dio.h170 #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 Dpci.h111 u8 (*inb) (struct pci_hba_data *hba, u16 port); member
/openbmc/qemu/target/microblaze/
H A Dtranslate.c302 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 Dio.h27 #define inb __inb macro
/openbmc/linux/arch/x86/boot/
H A Dio.h37 #define inb pio_ops.f_inb macro
/openbmc/linux/arch/ia64/include/asm/
H A Dio.h127 #define inb inb macro
128 static inline unsigned int inb(unsigned long port) in inb() function
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom.h53 static inline uint8_t inb(uint16_t port) in inb() function
/openbmc/linux/include/linux/
H A Dlogic_pio.h58 #define inb logic_inb macro
/openbmc/linux/arch/sh/include/asm/
H A Dio_noioport.h5 static inline u8 inb(unsigned long addr) in inb() function
H A Dio.h248 #define inb(addr) inb(addr) macro
/openbmc/u-boot/arch/sandbox/lib/
H A Dpci_io.c114 int inb(unsigned int addr) in inb() function
/openbmc/qemu/tests/qtest/
H A Dlibqtest-single.h137 static inline uint8_t inb(uint16_t addr) in inb() function
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcmd.c180 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 Dio.h59 #define inb(port) readb((u8 *)((port))) macro
/openbmc/linux/arch/sparc/include/asm/
H A Dio_64.h196 #define inb inb macro
197 static inline u8 inb(unsigned long addr) in inb() function
/openbmc/linux/arch/alpha/include/asm/
H A Dio.h245 #define inb inb macro
365 extern inline u8 inb(unsigned long port) in inb() function
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h314 #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 Dio.h46 #define inb(addr) readb(addr) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dio.h208 static inline u8 inb(unsigned long port) in inb() function
/openbmc/linux/arch/alpha/kernel/
H A Dio.c86 u8 inb(unsigned long port) in inb() function
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h73 #define inb(addr) readb(addr) macro
/openbmc/linux/arch/arm/include/asm/
H A Dio.h241 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; }) macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h190 #define inb(port) _inb((uintptr_t)(port)) macro

12