Home
last modified time | relevance | path

Searched +defs:a +defs:link (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/include/jffs2/
H A Dload_kernel.h26 struct list_head link; member
33 struct list_head link; member
45 struct list_head link; member
62 #define led_blink(x, y, z, a) argument
/openbmc/u-boot/drivers/net/
H A Deepro100.c115 volatile u32 link; /* struct RxFD * */ member
150 volatile u32 link; /* void * */ member
175 volatile u32 link; /* struct descriptor * */ member
225 #define bus_to_phys(a) (a) argument
226 #define phys_to_bus(a) (a) argument
228 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
229 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
H A Dnatsemi.c182 u32 link; member
248 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
249 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
H A Dns8382x.c162 u32 link; member
269 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
270 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
/openbmc/qemu/target/hppa/
H A Dtranslate.c710 static void install_link(DisasContext *ctx, unsigned link, bool with_sr0) in install_link()
1257 static bool do_add_reg(DisasContext *ctx, arg_rrr_cf_d_sh *a, in do_add_reg()
1276 static bool do_add_imm(DisasContext *ctx, arg_rri_cf *a, in do_add_imm()
1354 static bool do_sub_reg(DisasContext *ctx, arg_rrr_cf_d *a, in do_sub_reg()
1368 static bool do_sub_imm(DisasContext *ctx, arg_rri_cf *a, bool is_tsv) in do_sub_imm()
1422 static bool do_log_reg(DisasContext *ctx, arg_rrr_cf_d *a, in do_log_reg()
1704 static bool trans_fldw(DisasContext *ctx, arg_ldst *a) in trans_fldw()
1729 static bool trans_fldd(DisasContext *ctx, arg_ldst *a) in trans_fldd()
1758 static bool trans_fstw(DisasContext *ctx, arg_ldst *a) in trans_fstw()
1778 static bool trans_fstd(DisasContext *ctx, arg_ldst *a) in trans_fstd()
[all …]
/openbmc/u-boot/include/
H A Dtee.h79 struct list_head link; member
106 u64 a; member
H A Defi.h101 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
292 u32 link; member
H A Dmmc.h28 #define MAKE_SDMMC_VERSION(a, b, c) \ argument
30 #define MAKE_SD_VERSION(a, b, c) \ argument
32 #define MAKE_MMC_VERSION(a, b, c) \ argument
572 struct list_head link; member
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c21 struct list_head link; member
56 static int efi_mem_cmp(void *priv, struct list_head *a, struct list_head *b) in efi_mem_cmp()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp79 static bool validIntfIP(Addr a) noexcept in validIntfIP()
782 auto& link = config.map["Link"].emplace_back(); in writeConfigurationFile() local
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c1922 struct fru_picmgext_amc_link_desc_record link[COMPARE_CANDIDATE]; in ipmi_ek_compare_link_descriptor() local
3619 struct fru_picmgext_activation_record *a = in ipmi_ek_display_amc_activation_record() local
/openbmc/qemu/target/m68k/
H A Dtranslate.c2828 DISAS_INSN(link) in DISAS_INSN() argument
6130 floatx80 a = { .high = high, .low = low }; in floatx80_to_double() local