/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 3202 u16 a, b; in cxgb4_mgmt_fill_vf_station_mac_addr() local 3215 a = (hw_addr[0] << 8) | hw_addr[1]; in cxgb4_mgmt_fill_vf_station_mac_addr() 3217 a ^= b; in cxgb4_mgmt_fill_vf_station_mac_addr() 3218 a |= 0x0200; /* locally assigned Ethernet MAC address */ in cxgb4_mgmt_fill_vf_station_mac_addr() 3219 a &= ~0x0100; /* not a multicast Ethernet MAC address */ in cxgb4_mgmt_fill_vf_station_mac_addr() 3220 macaddr[0] = a >> 8; in cxgb4_mgmt_fill_vf_station_mac_addr() 3221 macaddr[1] = a & 0xff; in cxgb4_mgmt_fill_vf_station_mac_addr()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 639 function areQueriesEquivalent(a, b) { argument 640 return Input.normalizeQuery(a) === Input.normalizeQuery(b);
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | Kconfig | 12 This enables the 'errata' command which displays a list of errata 1526 Select a temporary TLB entry to be used during boot to work
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-hcd.c | 197 { return ohci_readl(&hc->regs->roothub.a); } in roothub_a() 1887 &ohci->regs->roothub.a); in hc_start()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.14.rst | 50 - bitbake: bitbake-getvar: Add a quiet command line argument 58 - contributor-guide/style-guide: Add a note about task idempotence
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | cthw20k1.c | 1784 #define CTLBITS(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) argument
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 1312 int a; in test_map_large() member 1345 key.a = 1; in test_map_large()
|
H A D | test_sockmap.c | 42 static void running_handler(int a); 2229 void running_handler(int a) in running_handler() argument
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 82 #define IBMVETH_GET_STAT(a, off) *((u64 *)(((unsigned long)(a)) + off)) argument
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4212-tab3.dtsi | 29 * in a special way by downstream (every second page is skipped), 506 wm1811: audio-codec@1a {
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 293 static void emit_alu3(u32 opcode, u32 a, u32 b, u32 c, struct jit_ctx *ctx) in emit_alu3() argument 295 emit(opcode | RS1(a) | RS2(b) | RD(c), ctx); in emit_alu3()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | samsung-dsim.c | 30 #define NEQV(a, b) (!(a) ^ !(b)) argument
|
H A D | tc358767.c | 316 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc() argument 318 return container_of(a, struct tc_data, aux); in aux_to_tc()
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | sysfs.c | 1308 #define idxd_wq_attr_invisible(name, cap_field, a, idxd) \ argument 1309 ((a) == &dev_attr_wq_##name.attr && !(idxd)->hw.wq_cap.cap_field)
|
/openbmc/qemu/hw/net/ |
H A D | pcnet.c | 1714 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->conf.macaddr.a); in pcnet_common_init() 1722 memcpy(s->prom, s->conf.macaddr.a, 6); in pcnet_common_init()
|
/openbmc/linux/fs/gfs2/ |
H A D | quota.c | 670 static int sort_qd(const void *a, const void *b) in sort_qd() argument 672 const struct gfs2_quota_data *qd_a = *(const struct gfs2_quota_data **)a; in sort_qd()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 358 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() argument 360 struct kvm_fmt *kvm_fmt_a = container_of(a, struct kvm_fmt, fmt); in fmt_equal()
|
/openbmc/linux/fs/iomap/ |
H A D | buffered-io.c | 1604 iomap_ioend_compare(void *priv, const struct list_head *a, in iomap_ioend_compare() argument 1607 struct iomap_ioend *ia = container_of(a, struct iomap_ioend, io_list); in iomap_ioend_compare()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gpu.c | 1136 static inline bool fence_after(u32 a, u32 b) in fence_after() argument 1138 return (s32)(a - b) > 0; in fence_after()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 1043 static int uint64_cmp(const void *a, const void *b) in uint64_cmp() argument 1045 uint64_t val1 = *(const uint64_t *)a; in uint64_cmp()
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.c | 114 _g_strv_equal0 (gchar **a, gchar **b) in _g_strv_equal0() argument 118 if (a == NULL && b == NULL) in _g_strv_equal0() 123 if (a == NULL || b == NULL) in _g_strv_equal0() 127 for (n = 0; a[n] != NULL; n++) in _g_strv_equal0() 128 if (g_strcmp0 (a[n], b[n]) != 0) in _g_strv_equal0() 136 _g_variant_equal0 (GVariant *a, GVariant *b) in _g_variant_equal0() argument 139 if (a == NULL && b == NULL) in _g_variant_equal0() 144 if (a == NULL || b == NULL) in _g_variant_equal0() 146 ret = g_variant_equal (a, b); in _g_variant_equal0() 156 switch (G_VALUE_TYPE (a)) in _g_value_equal() [all …]
|
/openbmc/linux/net/sctp/ |
H A D | socket.c | 619 chunk = sctp_make_asconf_update_ip(asoc, &laddr->a, addrs, in sctp_send_asconf_add_ip() 882 if (sctp_cmp_addr_exact(&saddr->a, laddr)) in sctp_send_asconf_del_ip() 915 addr = &addrw->a; in sctp_asconf_mgmt() 6205 (AF_INET6 == addr->a.sa.sa_family)) in sctp_copy_laddrs() 6209 (AF_INET == addr->a.sa.sa_family)) in sctp_copy_laddrs() 6211 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_copy_laddrs() 6287 if (sctp_is_any(sk, &addr->a)) { in sctp_getsockopt_local_addrs() 6304 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_getsockopt_local_addrs()
|
/openbmc/ipmitool/contrib/ |
H A D | oem_ibm_sel_map | 1 …assis Number","R","R","0x00","CPU shutdown - Potential cause "triple fault" a software address pro… 30 …(MSB)","Vendor ID (LSB)","R","R","R","0x00","A 33Mhz device is installed on a 66Mhz bus, PCI devic… 57 …(LSB)","Vendor ID (MSB)","R","R","R","0x01","A 33Mhz device is installed on a 66Mhz bus, PCI devic… 123 …s Register (MSB)","DevFun Number","0x00","PERR: PERR Received by Calgary on a PCIX Split Completio…
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 43 #define bus_to_phys(devno, a) dm_pci_mem_to_phys(devno, a) argument 46 #define bus_to_phys(devno, a) pci_mem_to_phys(devno, a) argument
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 3696 #define PLANE_KEYMAX_ALPHA(a) REG_FIELD_PREP(PLANE_KEYMAX_ALPHA_MASK, (a)) argument 4181 #define _ID(id, a, b) _PICK_EVEN(id, a, b) argument 6445 #define _MMIO_PLANE_GAMC(plane, i, a, b) _MMIO(_PIPE(plane, a, b) + (i) * 4) argument
|