/openbmc/linux/arch/x86/crypto/ |
H A D | des3_ede-asm_64.S | 70 #define do_permutation(a, b, offset, mask) \ argument 71 movl a, RT0d; \ 77 xorl RT0d, a; 159 #define dummy2(a, b) /*_*/ argument
|
/openbmc/linux/drivers/iio/accel/ |
H A D | sca3000.c | 25 #define SCA3000_WRITE_REG(a) (((a) << 2) | 0x02) argument 26 #define SCA3000_READ_REG(a) ((a) << 2) argument
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_fru_device.robot | 157 # Get the FRU list and return as a dictionary with serial number as key. 198 # Get each device and split field as key and value and append to a dictionary. 210 # Assign serial number as key for main dictionary and a each device detail as value. 301 ${ipmi_date}= Convert Date ${ipmi_response} date_format=%a %b %d %H:%M:%S %Y
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 14 The following redfish schemas and fields are targeted for OpenBMC. This is a 20 If using a previously unused schema, you will need to add it to the included 254 - Members (This is dependent on a entity manager association from Chassis to 263 - Status (this is dependent on a entity manager association from Chassis to
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun8i-a83t.dtsi | 8 * licensing only applies to this file, and not this project as a 11 * a) This file is free software; you can redistribute it and/or 24 * obtaining a copy of this software and associated documentation 153 /* TODO: PRCM block has a mux for this. */ 659 * and need a higher signal drive strength
|
H A D | zynqmp.dtsi | 488 compatible = "xlnx,zynqmp-ddrc-2.40a"; 705 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a"; 720 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
|
/openbmc/u-boot/scripts/ |
H A D | spelling.txt | 95 alot||a lot 103 an union||a union 104 an user||a user 105 an userspace||a userspace 106 an one||a one
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | nvidia,tegra20-pcie.txt | 48 Please refer to the standard PCI bus binding document for a more detailed 52 Please refer to the standard PCI bus binding document for a more detailed 154 - phys: Must contain an phandle to a PHY for each entry in phy-names. 259 if a device on the PCI bus provides a non-probeable bus such as I2C or SPI,
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-core.c | 109 u8 cc, a; in saa7164_ts_verifier() local 126 a = ((port->last_v_cc + 1) & 0x0f); in saa7164_ts_verifier() 127 if (a != cc) { in saa7164_ts_verifier() 136 a = ((port->last_a_cc + 1) & 0x0f); in saa7164_ts_verifier() 137 if (a != cc) { in saa7164_ts_verifier()
|
H A D | saa7164-api.c | 236 struct tmComResEncAudioBitRate a; in saa7164_api_get_encoder() local 275 EU_AUDIO_BIT_RATE_CONTROL, sizeof(a), &a); in saa7164_api_get_encoder() 299 a.ucAudioBitRateMode); in saa7164_api_get_encoder() 301 a.dwAudioBitRate); in saa7164_api_get_encoder() 303 a.dwAudioBitRatePeak); in saa7164_api_get_encoder()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | core.c | 269 const u16 *a, *b; in brcmf_skb_is_iapp() local 281 a = (const u16 *)eth_data; in brcmf_skb_is_iapp() 284 return !((a[0] ^ b[0]) | (a[1] ^ b[1]) | (a[2] ^ b[2])); in brcmf_skb_is_iapp()
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 37 1, 0, ECX, 18, dca, Prefetching data from a memory mapped device supported 43 …1, 0, ECX, 24, tsc_deadline_timer, LAPIC supports one-shot operation using a TSC deadline … 100 4, 0, EBX, 11:0, cache_linesize, Size of a cache line in bytes 236 …0xB, 0, EAX, 4:0, id_shift, Number of bits to shift right on x2APIC ID to get a unique topo… 350 0x80000001, 0, EAX, 3:0, stepping, Processor stepping (revision) for a specific model
|
/openbmc/linux/scripts/ |
H A D | asn1_compiler.c | 721 const struct type *const *a = _a, *const *b = _b; in type_index_compare() local 723 if ((*a)->name->size != (*b)->name->size) in type_index_compare() 724 return (*a)->name->size - (*b)->name->size; in type_index_compare() 726 return memcmp((*a)->name->content, (*b)->name->content, in type_index_compare() 727 (*a)->name->size); in type_index_compare()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 326 memcpy(mac->a, nd->macaddr.a, sizeof(mac->a)); in sparc32_dma_init() 329 qdev_prop_set_macaddr(DEVICE(lance), "mac", mac->a); in sparc32_dma_init() 1053 nvram_init(nvram, hostid.a, machine->kernel_cmdline, in sun4m_hw_init()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.h | 1258 #define C(a, b) TRACE_ITER_##a##_BIT argument 1271 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | sonixj.c | 1700 int a, b; in expo_adjust() local 1703 a = 19 + expo * 25 / 256; in expo_adjust() 1704 i2c_w1(gspca_dev, 0x68, a); in expo_adjust() 1705 a -= 12; in expo_adjust() 1706 b = a * a * 4; /* heuristic */ in expo_adjust()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 954 #define divide(a, b) ({ \ argument 955 typeof(a) __a = a; \ 960 #define modulo(a, b) ({ \ argument 961 typeof(a) __a = a; \
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | nettest.c | 49 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 52 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
/openbmc/linux/drivers/media/platform/marvell/ |
H A D | mcam-core.c | 1468 struct v4l2_streamparm *a) in mcam_vidioc_g_parm() argument 1473 ret = v4l2_g_parm_cap(video_devdata(filp), cam->sensor, a); in mcam_vidioc_g_parm() 1474 a->parm.capture.readbuffers = n_dma_bufs; in mcam_vidioc_g_parm() 1479 struct v4l2_streamparm *a) in mcam_vidioc_s_parm() argument 1484 ret = v4l2_s_parm_cap(video_devdata(filp), cam->sensor, a); in mcam_vidioc_s_parm() 1485 a->parm.capture.readbuffers = n_dma_bufs; in mcam_vidioc_s_parm()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun9i-a80.dtsi | 8 * licensing only applies to this file, and not this project as a 11 * a) This file is free software; you can redistribute it and/or 24 * obtaining a copy of this software and associated documentation 165 * as a fixed clock. Also it is not entirely clear if the 179 * AC100 codec/RTC chip. This serves as a placeholder for 986 * and need a higher signal drive strength
|
/openbmc/linux/drivers/edac/ |
H A D | pnd2_edac.c | 426 struct b_cr_asym_mem_region0_mchbar *a = asym; in apl_mk_region() local 429 U64_LSHIFT(a->slice0_asym_base, APL_ASYMSHIFT), in apl_mk_region() 430 U64_LSHIFT(a->slice0_asym_limit, APL_ASYMSHIFT) + in apl_mk_region() 436 struct b_cr_asym_mem_region_denverton *a = asym; in dnv_mk_region() local 439 U64_LSHIFT(a->slice_asym_base, DNV_ASYMSHIFT), in dnv_mk_region() 440 U64_LSHIFT(a->slice_asym_limit, DNV_ASYMSHIFT) + in dnv_mk_region()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | udlfb.c | 1429 struct device_attribute *a, char *buf) { in metrics_bytes_rendered_show() argument 1437 struct device_attribute *a, char *buf) { in metrics_bytes_identical_show() argument 1445 struct device_attribute *a, char *buf) { in metrics_bytes_sent_show() argument 1453 struct device_attribute *a, char *buf) { in metrics_cpu_kcycles_used_show() argument 1462 struct kobject *kobj, struct bin_attribute *a, in edid_show() argument 1484 struct kobject *kobj, struct bin_attribute *a, in edid_store() argument
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 223 u32 k, a, ah, al; in r600_calculate_at() local 231 a = (1000 * (100 * h + t1)) / (10000 + (t1 / 100)); in r600_calculate_at() 232 a = (a + 5) / 10; in r600_calculate_at() 233 ah = ((a * t) + 5000) / 10000; in r600_calculate_at() 234 al = a - ah; in r600_calculate_at()
|
/openbmc/linux/tools/testing/fault-injection/ |
H A D | failcmd.sh | 40 Display a usage message and exit
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fuse-io.rst | 41 it's generally not suitable for network filesystems. If a partial page is
|