/openbmc/linux/arch/m68k/68000/ |
H A D | ucsimm.c | 22 static _bsc1(unsigned char *, gethwaddr, int, a) in _bsc0() 23 static _bsc1(char *, getbenv, char *, a) in _bsc0()
|
/openbmc/linux/arch/arm/mm/ |
H A D | Kconfig | 107 The ARM922T is a version of the ARM920T, but with smaller 146 This is a variant of the ARM920. It has slightly different 182 ARM940T is a member of the ARM9TDMI family of general- 184 instruction and 4KB data cases, each with a 4-word line 201 ARM946E-S is a member of the ARM9E-S family of high- 222 with an addition of a floating-point unit. 255 embedded trace macrocell, and a floating-point unit. 799 you have a reason not to or are unsure, say N. 814 you have a reason not to or are unsure, say N. 1004 inadvertently configuring a broken kernel. [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 4 # This software is available to you under a choice of one of two 74 ## for example, assume AAD is a u32 vector 248 # Encryption of a single block 962 ## if a = number of total plaintext bytes 963 ## b = floor(a/16) 1200 # encrypt 8 blocks at a time 1553 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap 1554 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap 1910 ## if a = number of total plaintext bytes 1911 ## b = floor(a/16) [all …]
|
/openbmc/qemu/pc-bios/ |
H A D | qemu_vga.ndrv | 5 …apHi`|~xH�ap8�H�`|~xH���x��pH�`|~xH���x��pH`|~xH��apH�… 8 …���xH�`|xH���xH`|xH�8`��H���xH�`|xHd��xHa`|xHP��xH`… 14 …�!��|~x;�D�N(@�8`��HD8b�8�tK����`��T8�8�8Hy`��a8||�|`P8��|… 24 …�.HQ�A�H8!@|�����N� |���!��8a8HQ�A8a@8���8��<HQ�A�a@�D�aH�… 35 …|�N� |��A���!��|x|�#x|�+x|�3x;�8��8�<K��|~y@�8`H�a<8|��<��x8�…
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0012-Fix-GetNextVariableName-NameSize-input.patch | 27 --- a/components/service/uefi/smm_variable/backend/test/variable_store_tests.cpp 109 * Use a different but equally valid null name. 163 --- a/components/service/uefi/smm_variable/backend/uefi_variable_store.c 264 --- a/components/service/uefi/smm_variable/backend/uefi_variable_store.h 285 diff --git a/components/service/uefi/smm_variable/backend/variable_index.c b/components/service/uef… 287 --- a/components/service/uefi/smm_variable/backend/variable_index.c 301 --- a/components/service/uefi/smm_variable/provider/smm_variable_provider.c 403 --- a/components/service/uefi/smm_variable/test/service/smm_variable_attack_tests.cpp 439 + /* Next iteration uses invalid name length, so a null terminator can not fit */ 445 + /* Next iteration uses invalid name length, so a null terminator can not fit */ [all …]
|
/openbmc/linux/arch/s390/tools/ |
H A D | gen_opcode_table.c | 175 static int cmpformat(const void *a, const void *b) in cmpformat() argument 177 return strcmp(((struct insn *)a)->format, ((struct insn *)b)->format); in cmpformat() 199 static int cmp_long_insn(const void *a, const void *b) in cmp_long_insn() argument 201 return strcmp(((struct insn *)a)->name, ((struct insn *)b)->name); in cmp_long_insn() 266 static int cmpopcode(const void *a, const void *b) in cmpopcode() argument 268 return strcmp(((struct insn *)a)->opcode, ((struct insn *)b)->opcode); in cmpopcode()
|
/openbmc/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | au1000_dma.h | 294 static inline void set_dma_fifo_addr(unsigned int dmanr, unsigned int a) in set_dma_fifo_addr() argument 307 __raw_writel(CPHYSADDR(a), chan->io + DMA_PERIPHERAL_ADDR); in set_dma_fifo_addr() 341 static inline void set_dma_addr0(unsigned int dmanr, unsigned int a) in set_dma_addr0() argument 347 __raw_writel(a, chan->io + DMA_BUFFER0_START); in set_dma_addr0() 353 static inline void set_dma_addr1(unsigned int dmanr, unsigned int a) in set_dma_addr1() argument 359 __raw_writel(a, chan->io + DMA_BUFFER1_START); in set_dma_addr1()
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | srio.txt | 11 Optionally, a compatible string of "fsl,srio-vX.Y" where X is Major 39 Port Child Nodes: There should a port child node for each port that exists in 63 For HW (ie, the P4080) that only supports a LIODN for both 64 memory and maintenance transactions then a single LIODN is 68 memory transactions and a unique LIODN for maintenance 69 transactions then a pair of LIODNs are represented in the
|
/openbmc/u-boot/drivers/i2c/ |
H A D | lpc32xx_i2c.c | 126 int a = (addr >> (8 * alen)) & 0xff; in __i2c_read() local 128 a |= LPC32XX_I2C_TX_STOP; in __i2c_read() 130 writel(a, &base->tx); in __i2c_read() 198 int a = (addr >> (8 * alen)) & 0xff; in __i2c_write() local 200 a |= LPC32XX_I2C_TX_STOP; in __i2c_write() 202 writel(a, &base->tx); in __i2c_write()
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 53 $scope.certificates.sort(function(a, b) { argument 54 if (a.Name > b.Name) { 57 if (a.Name < b.Name) { 60 if (a.Issuer.CommonName > b.Issuer.CommonName) { 63 if (a.Issuer.CommonName < b.Issuer.CommonName) { 66 return (Date.parse(a.ValidNotBefore) >
|
/openbmc/u-boot/board/cobra5272/ |
H A D | README | 56 1. as a standalone bootloader residing in flash & relocating itself to RAM on 59 2. as a RAM version which will not load from flash automatically as it needs a 64 since it can be used to make available s. th. like a "bootstrap 86 /* define if monitor is started from a pre-loader */ 125 /*define if monitor is started from a pre-loader */
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm87.rst | 42 Temperatures are measured in degrees Celsius. Each input has a high 48 triggered if the rotation speed has dropped below a programmable limit. Fan 49 readings can be divided by a programmable divider (1, 2, 4 or 8) to give 51 represented, so some rounding is done. With a divider of 2, the lowest 55 volts. An alarm is triggered if the voltage has crossed a programmable 80 to a u8 value to be written to the channel register.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | yuv-formats.rst | 16 color in a way compatible with existing receivers a new signal carrier 23 YUV formats commonly encode images with a lower resolution for the chroma 45 value of two consecutive pixels. It effectively models the chroma of a pixel 51 The other option is to subsample chroma values in a way that place them in 56 The following examples show different combination of chroma siting in a 4x4
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | jack-injection.rst | 17 In this design, an audio jack doesn't equal to a physical audio jack. 18 Sometimes a physical audio jack contains multi functions, and the 19 ALSA driver creates multi ``jack_kctl`` for a ``snd_jack``, here the 20 ``snd_jack`` represents a physical audio jack and the ``jack_kctl`` 21 represents a function, for example a physical jack has two functions:
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-x86-64.txt | 7 While dm-verity in a qemu environment doesn't make practial sense as a 8 deployment - it can be a useful stepping stone for testing and getting to 9 a final physical deployment. 18 contains a dependency on the meta-intel layer for microcode, so you'll need 73 you need to simply write the "direct" image file to a USB stick with dd
|
/openbmc/qemu/target/hexagon/ |
H A D | arch.c | 170 int32_t conv_round(int32_t a, int n) in conv_round() argument 175 val = a; in conv_round() 176 } else if ((a & ((1 << (n - 1)) - 1)) == 0) { /* N-1..0 all zero? */ in conv_round() 178 val = ((fSE32_64(a)) + (int64_t) (((uint32_t) ((1 << n) & a)) >> 1)); in conv_round() 180 val = ((fSE32_64(a)) + (1 << (n - 1))); in conv_round()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | Kconfig | 29 The driver can be compiled as a module and it will be called 42 Firmware image downloading needs a user space tool, prism2_srec. 54 Firmware image downloading needs a user space tool, prism2_srec. 68 The driver can be compiled as a module and will be named 81 The driver can be compiled as a module and will be named 94 The driver can be compiled as a module and will be named
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | Kconfig | 22 In order to use this driver, you will need a microcode (uCode) 32 If you want to compile the driver as a module ( = code which can be 49 In order to use this driver, you will need a microcode (uCode) 59 If you want to compile the driver as a module ( = code which can be 82 To set a value, simply echo an 8-byte hex value to the same file: 98 is a low-impact option that allows getting insight into the
|
/openbmc/linux/lib/zstd/common/ |
H A D | zstd_internal.h | 49 #define MIN(a,b) ((a)<(b) ? (a) : (b)) argument 50 #define MAX(a,b) ((a)>(b) ? (a) : (b)) argument
|
/openbmc/linux/drivers/soc/ti/ |
H A D | Kconfig | 16 Manager support. The Queue Manager is a hardware module that 19 to a particular memory mapped location in the Queue Manager module. 48 TI AM33XX and AM43XX have a Cortex M3, the Wakeup M3, to handle 61 To compile this as a module, choose M here. The module will be 72 to enable straightforward passing of work between a producer 73 and a consumer. There is one RINGACC module per NAVSS on TI AM65x SoCs
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,cci-400.yaml | 13 ARM multi-cluster systems maintain intra-cluster coherency through a cache 18 clusters, through memory mapped interface, with a global control register 24 pattern: "^cci(@[0-9a-f]+)?$" 43 "^slave-if@[0-9a-f]+$": 65 "^pmu@[0-9a-f]+$": 128 * This CCI node corresponds to a CCI component whose control
|
/openbmc/linux/Documentation/devicetree/bindings/display/rockchip/ |
H A D | rockchip,dw-hdmi.yaml | 13 The HDMI transmitter is a Synopsys DesignWare HDMI 1.4 TX controller IP 14 with a companion PHY IP. 75 The HDMI DDC bus can be connected to either a system I2C master or the 77 to a system I2C master this property contains a phandle to that I2C 90 intended to work around a hardware errata that can cause the DDC I2C
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | ptdump.rst | 5 ptdump is a debugfs interface that provides a detailed dump of the 6 kernel page tables. It offers a comprehensive overview of the kernel 8 various regions in a human-readable format. It is useful to dump the 15 memory without requiring a system reboot. To maintain the consistency 38 level PTE or block level PGD, PMD and PUD, and access status of a page
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | vimc.rst | 7 API. It has a capture device and three subdevices: sensor, debayer and scaler. 30 package is a bundle of user-space applications, that comes with ``media-ctl`` and 57 Ancillary lens for a sensor. Supports auto focus control. Linked to 58 a vimc-sensor using an ancillary link. The lens supports FOCUS_ABSOLUTE 76 Transforms images in bayer format into a non-bayer format. 102 Vimc has a module parameter to configure the driver.
|
H A D | pci-cardlist.rst | 19 …00:0a.0 Multimedia controller [0480]: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadca… 34 00:0a.0 0480: 1131:7133 (rev d1) 42 has a vendor/device PCI ID equal to ``1131:7133`` and a PCI subsystem 46 products. So, several media drivers allow passing a ``card=`` parameter, 47 in order to setup a card number that would match the correct settings for
|