Home
last modified time | relevance | path

Searched refs:a (Results 19901 – 19925 of 22310) sorted by relevance

1...<<791792793794795796797798799800>>...893

/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py293 # We special-case None here to avoid a double-failure for CPUs without a _PSS
226 detail(unique_domain, 'domain = {:#x} (Expected a unique value for each processor)')
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c33 #define NUM_ELEMENTS(a) (sizeof(a) / sizeof((a)[0])) argument
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c50 static inline bool is_same_qid(v9fs_qid a, v9fs_qid b) in is_same_qid() argument
53 return a[0] == b[0] && memcmp(&a[5], &b[5], 8) == 0; in is_same_qid()
/openbmc/linux/drivers/media/dvb-frontends/
H A DKconfig646 MaxLinear MxL692 is a combo tuner-demodulator that
763 This module drives a number of tuners based on PLL chips with a
772 This device is only used inside a SiP called together with a
781 This device is only used inside a SiP called together with a
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-acer-a500-picasso.dts31 * The decompressor and also some bootloaders rely on a
441 wm8903: audio-codec@1a {
1195 /* PMIC has a built-in 32KHz oscillator which is used by PMC */
1205 * oscillator is used as a reference clock-source by the
1448 * but it's a much more complex solution. The "skin"
1449 * zone is a simpler solution which prevents A500 from
1450 * getting too hot from a user's tactile perspective.
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra7-l4.dtsi229 target-module@5e000 { /* 0x4a05e000, ap 11 1a.0 */
639 target-module@59000 { /* 0x4a159000, ap 125 6a.0 */
655 target-module@5d000 { /* 0x4a15d000, ap 45 3a.0 */
703 target-module@69000 { /* 0x4a169000, ap 103 4a.0 */
735 target-module@73000 { /* 0x4a173000, ap 63 2a.0 */
927 target-module@1a000 { /* 0x4a21a000, ap 127 7a.0 */
943 target-module@1e000 { /* 0x4a21e000, ap 95 0a.0 */
1735 target-module@72000 { /* 0x48072000, ap 32 2a.0 */
1767 target-module@78000 { /* 0x48078000, ap 39 0a.0 */
1796 target-module@7a000 { /* 0x4807a000, ap 81 3a.0 */
[all …]
/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c221 int a, b; in fsl_easrc_normalize_rates() local
228 a = ctx_priv->in_params.sample_rate; in fsl_easrc_normalize_rates()
231 a = gcd(a, b); in fsl_easrc_normalize_rates()
234 ctx_priv->in_params.norm_rate = ctx_priv->in_params.sample_rate / a; in fsl_easrc_normalize_rates()
235 ctx_priv->out_params.norm_rate = ctx_priv->out_params.sample_rate / a; in fsl_easrc_normalize_rates()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c172 u_char a, b; in PRINT_PKT() local
173 a = *buf++; in PRINT_PKT()
175 pr_cont("%02x%02x ", a, b); in PRINT_PKT()
181 u_char a, b; in PRINT_PKT() local
182 a = *buf++; in PRINT_PKT()
184 pr_cont("%02x%02x ", a, b); in PRINT_PKT()
/openbmc/linux/drivers/tty/
H A Dnozomi.c1111 unsigned int a; in interrupt_handler() local
1223 for (a = 0; a < NOZOMI_MAX_PORTS; a++) in interrupt_handler()
1224 if (test_and_clear_bit(a, &dc->flip)) in interrupt_handler()
1225 tty_flip_buffer_push(&dc->port[a].port); in interrupt_handler()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2738 struct device_attribute *a = &b->attr; in mce_init_banks() local
2742 sysfs_attr_init(&a->attr); in mce_init_banks()
2743 a->attr.name = b->attrname; in mce_init_banks()
2746 a->attr.mode = 0644; in mce_init_banks()
2747 a->show = show_bank; in mce_init_banks()
2748 a->store = set_bank; in mce_init_banks()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass29 return any(a.annotationType == "OTHER" and
30a.annotator == "Tool: %s - %s" % (d.getVar("SPDX_TOOL_NAME"), d.getVar("SPDX_TOOL_VERSION")) and
31 a.comment == "isNative" for a in recipe.annotations)
558 # NOTE: depending on do_unpack is a hack that is necessary to get it's dependencies for archive the…
840 # "OTHER" isn't ideal here, but I can't find a relationship that makes sense
/openbmc/qemu/hw/net/
H A Deepro100.c594 memcpy(eeprom_contents, s->conf.macaddr.a, 6); in nic_selective_reset()
880 pci_dma_read(&s->dev, s->cb_address + 8, &s->conf.macaddr.a[0], 6); in action_command()
881 TRACE(OTHER, logout("macaddr: %s\n", nic_dump(&s->conf.macaddr.a[0], 6))); in action_command()
1661 } else if (memcmp(buf, s->conf.macaddr.a, 6) == 0) { /* !!! */ in nic_receive()
1874 logout("macaddr: %s\n", nic_dump(&s->conf.macaddr.a[0], 6)); in e100_nic_realize()
1883 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->conf.macaddr.a); in e100_nic_realize()
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c232 m_addr_t a; in ___m_alloc() local
254 a = (m_addr_t) h[j].next; in ___m_alloc()
255 if (a) { in ___m_alloc()
260 h[j].next = (m_link_s *) (a+s); in ___m_alloc()
267 return (void *) a; in ___m_alloc()
275 m_addr_t a, b; in ___m_free() local
290 a = (m_addr_t) ptr; in ___m_free()
295 mp->freep(mp, a); in ___m_free()
299 b = a ^ s; in ___m_free()
306 h[i].next = (m_link_s *) a; in ___m_free()
[all …]
/openbmc/linux/tools/perf/
H A DMakefile.perf303 LIBAPI = $(LIBAPI_OUTPUT)/libapi.a
315 LIBBPF = $(LIBBPF_OUTPUT)/libbpf.a
326 LIBSUBCMD = $(LIBSUBCMD_OUTPUT)/libsubcmd.a
336 LIBSYMBOL = $(LIBSYMBOL_OUTPUT)/libsymbol.a
346 LIBPERF = $(LIBPERF_OUTPUT)/libperf.a
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c135 #error not a supported configuration in xpc_get_gru_mq_irq_uv()
156 #error not a supported configuration in xpc_release_gru_mq_irq_uv()
184 #error not a supported configuration in xpc_gru_mq_watchlist_alloc_uv()
204 #error not a supported configuration in xpc_gru_mq_watchlist_free_uv()
809 #error not a supported configuration in xpc_get_partition_rsvd_page_pa_uv()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1059 static int cobalt_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in cobalt_g_parm() argument
1064 if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in cobalt_g_parm()
1068 a->parm.capture.timeperframe.numerator = fps.numerator; in cobalt_g_parm()
1069 a->parm.capture.timeperframe.denominator = fps.denominator; in cobalt_g_parm()
1070 a->parm.capture.readbuffers = 3; in cobalt_g_parm()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Drockchip.yaml106 - const: edgeble,neural-compute-module-6a-io # Edgeble Neural Compute Module 6A IO Board
107 - const: edgeble,neural-compute-module-6a # Edgeble Neural Compute Module 6A SoM
659 - pine64,quartz64-a
668 - pine64,soquartz-model-a
746 - const: radxa,rock-5a
/openbmc/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp.dtsi560 compatible = "xlnx,zynqmp-ddrc-2.40a";
768 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
783 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c1462 fixed20_12 a, b; in amdgpu_display_crtc_scaling_mode_fixup() local
1464 a.full = dfixed_const(src_v); in amdgpu_display_crtc_scaling_mode_fixup()
1466 amdgpu_crtc->vsc.full = dfixed_div(a, b); in amdgpu_display_crtc_scaling_mode_fixup()
1467 a.full = dfixed_const(src_h); in amdgpu_display_crtc_scaling_mode_fixup()
1469 amdgpu_crtc->hsc.full = dfixed_div(a, b); in amdgpu_display_crtc_scaling_mode_fixup()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8313erdb.dts298 * a REVA3 or later board, if you apply one of the
301 * to a different board.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0001-Default-eigen_packet_wrapper-constructor.patch57 diff --git a/Eigen/src/Core/GenericPacketMath.h b/Eigen/src/Core/GenericPacketMath.h
59 --- a/Eigen/src/Core/GenericPacketMath.h
/openbmc/linux/tools/testing/selftests/net/
H A Dbareudp.sh311 read a
312 if [ "$a" = "q" ]; then
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch31 diff --git a/raddb/certs/Makefile b/raddb/certs/Makefile
33 --- a/raddb/certs/Makefile
/openbmc/linux/arch/s390/boot/
H A Dhead.S223 # This is a list of s390 kernel entry points. At address 0x1000f the number of
299 # the save area and does disabled wait with a faulty address.
/openbmc/linux/fs/exfat/
H A Dexfat_fs.h518 unsigned short exfat_toupper(struct super_block *sb, unsigned short a);
519 int exfat_uniname_ncmp(struct super_block *sb, unsigned short *a,

1...<<791792793794795796797798799800>>...893