/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2711.dtsi | 44 /* Emulate a contiguous 30-bit address range for DMA */ 580 * The wrapper around the PCIe block has a bug
|
/openbmc/linux/drivers/scsi/ |
H A D | qlogicpti.c | 60 #define PACKB(a, b) (((a)<<4)|(b)) argument
|
/openbmc/linux/net/sched/ |
H A D | sch_qfq.c | 720 static inline int qfq_gt(u64 a, u64 b) in qfq_gt() argument 722 return (s64)(a - b) > 0; in qfq_gt()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qrb5165-rb5.dts | 49 type = "a"; 289 qcom,pmic-id = "a";
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptfc.c | 265 mptfc_FcDevPage0_cmp_func(const void *a, const void *b) in mptfc_FcDevPage0_cmp_func() argument 267 FCDevicePage0_t **aa = (FCDevicePage0_t **)a; in mptfc_FcDevPage0_cmp_func()
|
H A D | mptbase.c | 2300 u8 *a; in mpt_do_ioc_recovery() local 2583 a = (u8*)&ioc->lan_cnfg_page1.HardwareAddressLow; in mpt_do_ioc_recovery() 2585 "LanAddr = %pMR\n", ioc->name, a)); in mpt_do_ioc_recovery() 6766 u8 *a = (u8*)&ioc->lan_cnfg_page1.HardwareAddressLow; in mpt_iocinfo_proc_show() local 6767 seq_printf(m, " LanAddr = %pMR\n", a); in mpt_iocinfo_proc_show() 6830 u8 *a = (u8*)&ioc->lan_cnfg_page1.HardwareAddressLow; in mpt_print_ioc_summary() local 6831 y += sprintf(buffer+len+y, ", LanAddr=%pMR", a); in mpt_print_ioc_summary() 6864 u8 *a = (u8*)&ioc->lan_cnfg_page1.HardwareAddressLow; in seq_mpt_print_ioc_summary() local 6865 seq_printf(m, ", LanAddr=%pMR", a); in seq_mpt_print_ioc_summary()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_crtc.c | 656 static int pstate_cmp(const void *a, const void *b) in pstate_cmp() argument 658 struct plane_state *pa = (struct plane_state *)a; in pstate_cmp()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt2712e.dtsi | 266 compatible = "mediatek,mt2712-pctl-a-syscfg", "syscon"; 731 compatible = "mediatek,mt2712-gmac", "snps,dwmac-4.20a";
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_inband_sdr.robot | 46 # If not then (say 25 - 19h ), 1a 00 19 00 .... 296 # If not then (say 25 - 19h ), 1a 00 19 00 ....
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_dumps.robot | 320 # Initiate a BMC dump that returns without completion. 476 # dump_id An integer value that identifies a particular dump (e.g. 1, 3).
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack.c | 629 int a = aa_map_resource(i); in unpack_rlimits() local 632 rules->rlimits.limits[a].rlim_max = tmp2; in unpack_rlimits()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 061.out | 279 qemu-img: Can't resize a v2 image which has snapshots 547 qemu-img: Cannot downgrade an image with a data file
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 736 #define IACSET(x, a, b, c) \ in tcp_chr_telnet_init() argument 738 x[n++] = a; \ in tcp_chr_telnet_init()
|
/openbmc/qemu/target/m68k/ |
H A D | helper.c | 563 #define DUMP_CACHEFLAGS(a) \ argument 564 switch (a & M68K_DESC_CACHEMODE) { \
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-verdin.dtsi | 64 type = "a"; 613 atmel_mxt_ts: touch@4a {
|
/openbmc/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 145 #define to_cpc_desc(a) container_of(a, struct cpc_desc, kobj) argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | arizona.c | 2711 s16 a = be16_to_cpu(_a); in arizona_eq_filter_unstable() local 2715 return abs(a) >= 4096; in arizona_eq_filter_unstable() 2720 return (abs((a << 16) / (4096 - b)) >= 4096 << 4); in arizona_eq_filter_unstable()
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 1861 unsigned a, b; local 1876 a = ns83820_mii_read_reg(dev, 1, 0x1d); 1881 dprintk("version: 0x%04x 0x%04x\n", a, b);
|
/openbmc/linux/sound/sparc/ |
H A D | dbri.c | 111 #define dprintk(a, x...) if (dbri_debug & a) printk(KERN_DEBUG x) argument 114 #define dprintk(a, x...) do { } while (0) argument
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_expander.c | 706 u8 a, b; in sas_get_report_phy_sata() local 707 a = resp[j + 0]; in sas_get_report_phy_sata() 712 resp[j + 3] = a; in sas_get_report_phy_sata()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_policy.c | 51 #define INVALID_PCR(a) (((a) < 0) || \ argument 52 (a) >= (sizeof_field(struct integrity_iint_cache, measured_pcrs) * 8))
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2927 TCGArgConstraint *a = def->args_ct; in sort_constraints() local 2930 a[start + i].sort_index = start + i; in sort_constraints() 2937 int p1 = get_constraint_priority(def, a[start + i].sort_index); in sort_constraints() 2938 int p2 = get_constraint_priority(def, a[start + j].sort_index); in sort_constraints() 2940 int tmp = a[start + i].sort_index; in sort_constraints() 2941 a[start + i].sort_index = a[start + j].sort_index; in sort_constraints() 2942 a[start + j].sort_index = tmp; in sort_constraints()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 123 s8 a; in bristol_tuner_attach() local 127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; in bristol_tuner_attach() 746 s8 a; in stk7700p_tuner_attach() local 751 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a; in stk7700p_tuner_attach()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra124-apalis.dts | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 21 * obtaining a copy of this software and associated documentation 1658 sgtl5000: codec@a {
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_main.c | 1738 u16 *a = (u16 *)dst; in hns_dsaf_mc_mask_bit_clear() local 1741 a[0] &= b[0]; in hns_dsaf_mc_mask_bit_clear() 1742 a[1] &= b[1]; in hns_dsaf_mc_mask_bit_clear() 1743 a[2] &= b[2]; in hns_dsaf_mc_mask_bit_clear()
|