Home
last modified time | relevance | path

Searched refs:a (Results 21651 – 21675 of 22310) sorted by relevance

1...<<861862863864865866867868869870>>...893

/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711.dtsi44 /* 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 Dqlogicpti.c60 #define PACKB(a, b) (((a)<<4)|(b)) argument
/openbmc/linux/net/sched/
H A Dsch_qfq.c720 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 Dqrb5165-rb5.dts49 type = "a";
289 qcom,pmic-id = "a";
/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c265 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 Dmptbase.c2300 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 Dmdp5_crtc.c656 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 Dmt2712e.dtsi266 compatible = "mediatek,mt2712-pctl-a-syscfg", "syscon";
731 compatible = "mediatek,mt2712-gmac", "snps,dwmac-4.20a";
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_inband_sdr.robot46 # 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 Dtest_bmc_dumps.robot320 # 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 Dpolicy_unpack.c629 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 D061.out279 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 Dchar-socket.c736 #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 Dhelper.c563 #define DUMP_CACHEFLAGS(a) \ argument
564 switch (a & M68K_DESC_CACHEMODE) { \
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-verdin.dtsi64 type = "a";
613 atmel_mxt_ts: touch@4a {
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c145 #define to_cpc_desc(a) container_of(a, struct cpc_desc, kobj) argument
/openbmc/linux/sound/soc/codecs/
H A Darizona.c2711 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 Dns83820.c1861 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 Ddbri.c111 #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 Dsas_expander.c706 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 Dima_policy.c51 #define INVALID_PCR(a) (((a) < 0) || \ argument
52 (a) >= (sizeof_field(struct integrity_iint_cache, measured_pcrs) * 8))
/openbmc/qemu/tcg/
H A Dtcg.c2927 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 Ddib0700_devices.c123 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 Dtegra124-apalis.dts6 * 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 Dhns_dsaf_main.c1738 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()

1...<<861862863864865866867868869870>>...893