Home
last modified time | relevance | path

Searched refs:a (Results 7651 – 7675 of 22310) sorted by relevance

1...<<301302303304305306307308309310>>...893

/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c720 if (a) { in do_sqrdmlah_d()
721 t = int128_exts64(a); in do_sqrdmlah_d()
2771 sum0 = a[H4(0 + 0)]; in do_mmla_b()
2773 sum1 = a[H4(0 + 1)]; in do_mmla_b()
2775 sum2 = a[H4(2 + 0)]; in do_mmla_b()
2777 sum3 = a[H4(2 + 1)]; in do_mmla_b()
2891 float32 *d = vd, *a = va; in HELPER() local
2914 float32 *d = vd, *a = va; in HELPER() local
2942 float32 *d = vd, *a = va; in HELPER() local
3019 float32 *d = vd, *a = va; in HELPER() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dqcom,ebi2.txt38 chip selects are understood fully. There is also a "byte device enable"
41 FIXME: The chipselects have SLOW and FAST configuration registers. It's a bit
81 value is actually 1, so a value of 0 will still yield 1 recovery cycle.
84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS
87 the first write to a page or burst memory. Valid values 0 thru 255.
89 first read to a page or burst memory. Valid values 0 thru 255.
96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we
102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a
103 read transfer. For a single read transfer this will be the time from CS
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_snan.S7 | an SNAN) is a non-maskable run-time exception.
101 moveb VER_TMP(%a6),(%a7) |format a busy frame
112 | Exit snan handler by expanding the unimp frame into a busy frame
129 moveb VER_TMP(%a6),(%a7) |format a busy frame
174 beqs wrt_dn |destination is a data register
196 beqs wrt_dn |destination is a data register
218 beqs wrt_dn |destination is a data register
227 | wrt_dn --- write to a data register
252 | Check if it is a src nan or dst nan
/openbmc/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
10 to hide a mixer behind an undocumented vendor register than to just expose it
11 as a widget, I have no idea.
17 identified below have no discernible effect on my machine, a Dell XPS 13 9350::
79 All Realtek HDA codecs have a vendor-defined widget with node ID 20h which
80 provides access to a bank of registers that control various codec functions.
94 laptop, a Dell XPS 13 9350, it's the headphone jack, but comments in Realtek
95 commits indicate that it might be a Line In on some machines) or from the PC
103 does this violate the HDA specification, which says that "[a vendor defined
/openbmc/linux/Documentation/PCI/
H A Dboot-interrupts.rst13 interrupt messages (Assert_INTx/Deassert_INTx). The integrated IO-APIC in a
30 trigger a new interrupt for which the OS likely lacks a handler. When an
33 reaches a specific count with the error "nobody cared". This disabled IRQ
74 The legacy interrupt forwarding mechanism exists today in a number of
87 first identify and make use of a means to disable the routing to the PCH.
88 In such a case a quirk to disable boot interrupt generation can be
109 In the absence of a way to directly disable the routing, another approach
/openbmc/linux/Documentation/crypto/
H A Dapi-intro.rst45 Please note that Block Ciphers is somewhat of a misnomer. It is in fact
91 transforms with a setkey method it too should only be called from
95 scatterlist contains data which is a multiple of the cipher's block
103 When submitting a new algorithm for inclusion, a mandatory requirement
104 is that at least a few test vectors from known sources (preferably
114 on a recognized standard and/or have been subjected to appropriate
121 It's a good idea to avoid using lots of macros and use inlined functions
122 instead, as gcc does a good job with inlining, while excessive use of
/openbmc/linux/arch/arm/crypto/
H A Dsha512-armv4.pl506 my ($a,$b,$c,$d,$e,$f,$g,$h)=@_;
516 vadd.i64 $a,$Maj @ h+=Maj from the past
531 vshr.u64 $t0,$a,#@Sigma0[0]
534 vshr.u64 $t1,$a,#@Sigma0[1]
535 vsli.64 $t0,$a,#`64-@Sigma0[0]`
537 vshr.u64 $t2,$a,#@Sigma0[2]
539 vsli.64 $t1,$a,#`64-@Sigma0[1]`
540 veor $Maj,$a,$b
541 vsli.64 $t2,$a,#`64-@Sigma0[2]`
/openbmc/linux/Documentation/input/
H A Dgameport-programming.rst27 If your hardware supports a gameport address that is not mapped to ISA io
44 When a gameport can be accessed through MMIO, this way is preferred, because
45 it is faster, allowing more reads per second. Registering such a gameport
46 isn't as easy as a basic IO one, but not so much complex::
71 the gameport. To register a cooked gameport::
98 the size of a gaussian filter window that is used to eliminate the noise
110 Unregistering a gameport
160 If the gameport supports cooked mode, this should be set to a value that
201 Open() serves two purposes. First a driver either opens the port in raw or
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqoriq-clock.txt5 multiple phase locked loops (PLL) to create a variety of frequencies
6 which can then be passed to a variety of internal logic, including
21 - compatible: Should contain a chip-specific clock block compatible
22 string and (if applicable) may contain a chassis-version clock
69 core PLLs are based on a different input clock from the
71 - clock-names: Required if a coreclk is present. Valid names are
76 The clockgen node should act as a clock provider, though in older device
79 When the clockgen node is a clock provider, #clock-cells = <2>.
127 - #clock-cells: From common clock binding. The number of cells in a
/openbmc/linux/Documentation/trace/
H A Dfprobe.rst12 Fprobe is a function entry/exit probe mechanism based on ftrace.
22 The fprobe is a wrapper of ftrace (+ kretprobe-like return callback) to
40 The register_fprobe() enables a fprobe by function-name filters.
45 The register_fprobe_ips() enables a fprobe by ftrace-location addresses.
54 And the register_fprobe_syms() enables a fprobe by symbol names.
123 This is a local storage to share the data between entry and exit handlers.
131 Since the recursion safeness of the fprobe (and ftrace) is a bit different
140 This is not a matter if the common callback code has its own recursion
165 - fprobe fails to take ftrace_recursion lock. This usually means that a function
/openbmc/linux/arch/arm/mach-bcm/
H A DKconfig26 core peripherals. Application specific SoCs are created by adding a
77 This is a network SoC line mostly used in home routers and
83 Do not confuse this with the BCM4760 which is a totally
85 network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
196 Say Y if you intend to run the kernel on a Broadcom ARM-based STB
209 Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based
222 Say Y if you intend to run the kernel on a Broadcom Broadband ARM A7
238 Say Y if you intend to run the kernel on a Broadcom Broadband ARM A9
248 Say Y if you intend to run the kernel on a Broadcom Broadband ARM B15
/openbmc/linux/Documentation/networking/
H A Dstatistics.rst10 This document is a guide to Linux network interface statistics.
27 link/ether 48:2a:e3:4c:b1:d1 brd ff:ff:ff:ff:ff:ff
70 $ ethtool --include-statistics -a eth0
126 Each device directory in sysfs contains a `statistics` directory (e.g.
132 reading multiple stats as it internally performs a full dump of
166 Ethtool netlink is a replacement for the older IOCTL interface.
190 Drivers should report all statistics which have a matching member in
203 a recent copy from `.ndo_get_stats64`. Ethtool interrupt coalescing interface
206 Retrieving ethtool statistics is a multi-syscall process, drivers are advised
/openbmc/linux/include/linux/mtd/
H A Dnand.h772 static inline int nanddev_pos_cmp(const struct nand_pos *a, in nanddev_pos_cmp() argument
775 if (a->target != b->target) in nanddev_pos_cmp()
776 return a->target < b->target ? -1 : 1; in nanddev_pos_cmp()
778 if (a->lun != b->lun) in nanddev_pos_cmp()
779 return a->lun < b->lun ? -1 : 1; in nanddev_pos_cmp()
781 if (a->eraseblock != b->eraseblock) in nanddev_pos_cmp()
782 return a->eraseblock < b->eraseblock ? -1 : 1; in nanddev_pos_cmp()
784 if (a->page != b->page) in nanddev_pos_cmp()
785 return a->page < b->page ? -1 : 1; in nanddev_pos_cmp()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst10 libv4l is a collection of libraries which adds a thin abstraction layer
12 make it easy for application writers to support a wide variety of
24 libv4lconvert is a library that converts several different pixelformats
25 found in V4L2 drivers into a few common RGB and YUY formats.
63 (until reboot) by using a persistent shared memory object.
129 operates like the libc ``dup()`` function, duplicating a file handler.
158 This function takes a value of 0 - 65535, and then scales that range to the
164 This function returns a value of 0 - 65535, scaled to from the actual range
/openbmc/linux/drivers/staging/wlan-ng/
H A DKconfig9 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
12 To compile this driver as a module, choose M here: the module
/openbmc/linux/arch/microblaze/include/asm/
H A Ddelay.h83 #define muldiv(a, b, c) (((a)*(b))/(c)) argument
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/
H A Dmakefile-add-ldflags.patch5 diff --git a/utils/Makefile b/utils/Makefile
7 --- a/utils/Makefile
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drlogin.xinetd.inetutils3 # Rlogind is a server for the rlogin program. The server provides remote
18 server_args = @SBINDIR@/in.rlogind -a
/openbmc/u-boot/test/overlay/
H A DKconfig7 This enables the 'ut overlay' command which runs a series of unit
9 If all is well then all tests pass although there will be a few
/openbmc/u-boot/lib/dhry/
H A DKconfig4 Dhrystone is an old benchmark in the public domain that gives a
5 rough idea of CPU performance. This enables a 'dhry' command
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_legacy_dvbv3_api.rst6 Digital TV Frontend legacy API (a. k. a. DVBv3)
/openbmc/qemu/docs/system/arm/
H A Demcraft-sf2.rst5 Emcraft (M2S010). This is a System-on-Module from EmCraft systems,
7 The SoC is based on a Cortex-M4 processor.
/openbmc/openbmc-tools/netboot/
H A DREADME.md1 # Netboot: a remote OpenBMC host via telnet (and hopefully at some stage, ssh)
3 To configure, edit `${HOME}/.config/obmc-scripts/netboot` to configure a
/openbmc/pldm/libpldmresponder/examples/bios/
H A Denum_attrs.json1 // This is a sample JSON configuration file for BIOS enumeration type
8 // This BIOS attribute has a D-Bus property as backend.
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/
H A Dconf-notes.txt5 core-image-minimal: A small image just capable of allowing a device to boot
8 installed, including a ssh server.

1...<<301302303304305306307308309310>>...893