/openbmc/u-boot/fs/zfs/ |
H A D | zfs_sha256.c | 77 SHA256Transform(uint32_t *H, const uint8_t *cp) in SHA256Transform() argument 88 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA256Transform() 89 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform() 98 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA256Transform() 99 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform() 106 uint32_t H[8] = { 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, in zio_checksum_SHA256() local 113 SHA256Transform(H, (uint8_t *)buf + i); in zio_checksum_SHA256() 125 SHA256Transform(H, pad + i); in zio_checksum_SHA256() 127 zcp->zc_word[0] = cpu_to_zfs64((uint64_t)H[0] << 32 | H[1], in zio_checksum_SHA256() 129 zcp->zc_word[1] = cpu_to_zfs64((uint64_t)H[2] << 32 | H[3], in zio_checksum_SHA256() [all …]
|
/openbmc/u-boot/lib/ |
H A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local 112 H = ctx->state[7]; in sha256_process() 114 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process() 115 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process() 116 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process() 117 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process() 118 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process() 119 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process() 120 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process() 121 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process() [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | ghashp10-ppc.pl | 57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 60 my ($t4,$t5,$t6) = ($Hl,$H,$Hh); 74 lvx_u $H,0,r4 # load H 80 le?vperm $H,$H,$H,5 92 vspltb $t1,$H,0 # most significant byte 93 vsl $H,$H,$t0 # H<<=1 96 vxor $H,$H,$t1 # twisted H 98 vsldoi $H,$H,$H,8 # twist even more ... 100 vsldoi $Hl,$zero,$H,8 # ... and split 101 vsldoi $Hh,$H,$zero,8 [all …]
|
H A D | aes-gcm-p10.S | 14 # X1 * H^4 + X2 * H^3 + x3 * H^2 + X4 * H = 18 # (X4.h * H.h + X4.l * H.l + X4 * H) 21 # H Poly = v2 23 # ( H.l, H, H.h) 24 # ( H^2.l, H^2, H^2.h) 25 # ( H^3.l, H^3, H^3.h) 26 # ( H^4.l, H^4, H^4.h) 247 vpmsumd 24, 13, 15 # H4.L * X.H + H4.H * X.L 248 vpmsumd 25, 10, 16 # H3.L * X1.H + H3.H * X1.L 256 # sum hash and reduction with H Poly [all …]
|
/openbmc/docs/ |
H A D | REST-cheatsheet.md | 27 …$ curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d "{\"… 47 …$ export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"use… 48 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/... 61 $ export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"user… 62 $ curl -k -H "X-Auth-Token: $token" https://$bmc/xyz/openbmc_project/... 68 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/list 69 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/enumerate 75 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/ 76 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/ 82 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -d '{"data": "xyz.openbmc_… [all …]
|
H A D | REDFISH-cheatsheet.md | 25 curl --insecure -H "Content-Type: application/json" -X POST -D headers.txt https://${bmc}/redfish/v… 39 export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"userna… 40 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/... 50 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Chassis 51 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Managers 52 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Systems 60 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/SessionService/Sessions 70 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 76 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 82 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… [all …]
|
H A D | IPMITOOL-cheatsheet.md | 11 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power status 17 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power on 23 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power off 29 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power reset 35 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power cycle 41 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power soft 47 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power diag 55 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user list 61 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user summary 67 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user set name <userid> <us… [all …]
|
H A D | host-management.md | 15 $ export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"user… 16 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/... 44 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/enumerate 48 …$ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/system/chassis/mo… 80 …$ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/temperature/ocp_zone 109 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/enumerate 113 … $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/temperature/outlet 136 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/logging/entry 153 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/logging/entry/1 175 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data" : []}'… [all …]
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 72 lvx_u $H,0,r4 # load H 78 le?vperm $H,$H,$H,5 90 vspltb $t1,$H,0 # most significant byte 91 vsl $H,$H,$t0 # H<<=1 94 vxor $H,$H,$t1 # twisted H 96 vsldoi $H,$H,$H,8 # twist even more ... 98 vsldoi $Hl,$zero,$H,8 # ... and split 99 vsldoi $Hh,$H,$zero,8 103 stvx_u $H, r9,r3 [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_ldst_internal.h | 42 #define DO_LD_HOST(NAME, H, TYPEE, TYPEM, HOST) \ argument 44 { TYPEM val = HOST(host); *(TYPEE *)(vd + H(reg_off)) = val; } 46 #define DO_ST_HOST(NAME, H, TYPEE, TYPEM, HOST) \ argument 48 { TYPEM val = *(TYPEE *)(vd + H(reg_off)); HOST(host, val); } 50 #define DO_LD_TLB(NAME, H, TYPEE, TYPEM, TLB) \ argument 55 *(TYPEE *)(vd + H(reg_off)) = val; \ 58 #define DO_ST_TLB(NAME, H, TYPEE, TYPEM, TLB) \ argument 62 TYPEM val = *(TYPEE *)(vd + H(reg_off)); \ 66 #define DO_LD_PRIM_1(NAME, H, TE, TM) \ argument 67 DO_LD_HOST(NAME, H, TE, TM, ldub_p) \ [all …]
|
H A D | mve_helper.c | 166 d[H##ESIZE(e)] = (mask & (1 << b)) ? \ 182 cpu_##STTYPE##_data_ra(env, addr, d[H##ESIZE(e)], GETPC()); \ 232 addr = ADDRFN(base, m[H##ESIZE(e)]); \ 233 d[H##ESIZE(e)] = (mask & 1) ? \ 236 m[H##ESIZE(e)] = addr; \ 257 addr = ADDRFN(base, m[H##ESIZE(e)]); \ 259 cpu_##STTYPE##_data_ra(env, addr, d[H##ESIZE(e)], GETPC()); \ 262 m[H##ESIZE(e)] = addr; \ 795 mergemask(&d[H##ESIZE(e)], FN(m[H##ESIZE(e)]), mask); \ 881 mergemask(&d[H##ESIZE(e)], \ in DO_1OP_IMM() [all …]
|
/openbmc/linux/Documentation/staging/ |
H A D | lzo.rst | 142 Always followed by exactly one byte : H H H H H H H H 143 distance = (H << 2) + D + 1 152 Always followed by exactly one byte : H H H H H H H H 153 distance = (H << 2) + D + 2049 155 0 0 0 1 H L L L (16..31) 159 distance = 16384 + (H << 14) + D 168 zeros if distance = 0xbfff, i.e. H = 1 and the D bits are all 1. 183 Always followed by exactly one byte : H H H H H H H H 184 distance = (H << 3) + D + 1 190 Always followed by exactly one byte : H H H H H H H H [all …]
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.modes | 29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz 32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz 53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz 74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz 95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz 116 # D: 52.406 MHz, H: 61.800 kHz, V: 120.00 Hz 137 # D: 26.880 MHz, H: 30.000 kHz, V: 60.24 Hz 158 # D: 29.500 MHz, H: 29.738 kHz, V: 60.00 Hz 179 # D: 32.668 MHz, H: 35.820 kHz, V: 60.00 Hz 200 # D: 40.00 MHz, H: 37.879 kHz, V: 60.32 Hz [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | 0002-spl-host-console-handle.patch | 18 L L L H 2 1s server slot2 select 20 L L H L 3 1s server slot3 select 22 L L H H 4 1s server slot4 select 24 L H L L 5 BMC Debug port select 26 L H L H 6 1s server slot1 select 28 L H H L 7 1s server slot2 select 30 L H H H 8 1s server slot3 select 32 H L L L 9 1s server slot4 select 34 H L L H 10 BMC Debug port select
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 51 open(my $H, "> $header") or die "can't open $header"; 81 for my $fh ($H, $LH) { 93 print $H <<EOF 100 print $H "#include <linux/bits.h>\n\n" if defined $kernel; 102 print $H <<EOF 107 print $H "#define CCS_FL_16BIT " . bit_def("CCS_FL_BASE") . "\n"; 108 print $H "#define CCS_FL_32BIT " . bit_def("CCS_FL_BASE + 1") . "\n"; 109 print $H "#define CCS_FL_FLOAT_IREAL " . bit_def("CCS_FL_BASE + 2") . "\n"; 110 print $H "#define CCS_FL_IREAL " . bit_def("CCS_FL_BASE + 3") . "\n"; 112 print $H <<EOF [all …]
|
/openbmc/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun6i-a31.c | 827 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 0), PINCTRL_SUN6I_A31, 831 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 1), PINCTRL_SUN6I_A31, 835 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 2), PINCTRL_SUN6I_A31, 839 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 3), PINCTRL_SUN6I_A31, 843 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 4), PINCTRL_SUN6I_A31, 847 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 5), PINCTRL_SUN6I_A31, 851 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 6), PINCTRL_SUN6I_A31, 855 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 7), PINCTRL_SUN6I_A31, 859 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 8), PINCTRL_SUN6I_A31, 863 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), [all …]
|
H A D | pinctrl-sun50i-a100.c | 533 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 539 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 545 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 551 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 558 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 565 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 573 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 580 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 7), 588 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 596 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), [all …]
|
H A D | pinctrl-sun9i-a80.c | 618 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 622 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 626 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 630 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 634 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 638 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 642 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 648 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 653 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), 658 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 10), [all …]
|
H A D | pinctrl-sun4i-a10.c | 815 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 0), 824 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 1), 833 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 2), 842 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 3), 851 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 4), 860 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 5), 869 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 6), 881 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 7), 893 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 8), 908 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9), [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15-pinctrl.dtsi | 93 pinmux = <STM32_PINMUX('H', 8, AF13)>,/* DCMI_HSYNC */ 96 <STM32_PINMUX('H', 9, AF13)>,/* DCMI_D0 */ 97 <STM32_PINMUX('H', 10, AF13)>,/* DCMI_D1 */ 98 <STM32_PINMUX('H', 11, AF13)>,/* DCMI_D2 */ 99 <STM32_PINMUX('H', 12, AF13)>,/* DCMI_D3 */ 100 <STM32_PINMUX('H', 14, AF13)>,/* DCMI_D4 */ 105 <STM32_PINMUX('H', 7, AF13)>,/* DCMI_D9 */ 107 <STM32_PINMUX('H', 15, AF13)>;/* DCMI_D11 */ 114 pinmux = <STM32_PINMUX('H', 8, ANALOG)>,/* DCMI_HSYNC */ 117 <STM32_PINMUX('H', 9, ANALOG)>,/* DCMI_D0 */ [all …]
|
H A D | stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dts | 94 <STM32_PINMUX('H', 12, AF14)>, /* LTDC_R6 */ 95 <STM32_PINMUX('H', 11, AF14)>, /* LTDC_R5 */ 104 <STM32_PINMUX('H', 2, AF14)>, /* LTDC_R0 */ 105 <STM32_PINMUX('H', 3, AF14)>, /* LTDC_R1 */ 106 <STM32_PINMUX('H', 8, AF14)>, /* LTDC_R2 */ 107 <STM32_PINMUX('H', 9, AF14)>, /* LTDC_R3 */ 108 <STM32_PINMUX('H', 10, AF14)>, /* LTDC_R4 */ 109 <STM32_PINMUX('H', 13, AF14)>, /* LTDC_G2 */ 110 <STM32_PINMUX('H', 14, AF14)>, /* LTDC_G3 */ 111 <STM32_PINMUX('H', 15, AF14)>, /* LTDC_G4 */
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-pwm | 4 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 13 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 22 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 29 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 37 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 44 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 53 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 60 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 67 Contact: H Hartley Sweeten <hsweeten@visionengravers.com> 75 Contact: H Hartley Sweeten <hsweeten@visionengravers.com>
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish-x86_64-asm_64.S | 71 movzx b ## H, %edi;\ 74 movzx a ## H, %edi;\ 81 movzx b ## H, %edi;\ 84 movzx a ## H, %edi;\ 109 movzx b ## H, %edi;\ 112 movzx a ## H, %edi;\ 120 movzx b ## H, %edi;\ 122 movzx a ## H, %edi;\ 144 movzx a ## H, %edi;\ 147 movzx b ## H, %edi;\ [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 73 * the V/U/H/W types to P/N/P/Q if there is no prefix, as well as changing 112 * vpermd/vpermps 4 4H 0 (§) 113 * vpermq/vpermpd 4 4H-1 1 (§) 127 * (§) 4H and 4H-1 do not mention VEX.W requirements, which are 395 X86_OP_ENTRY3(PSRLW_i, H,x, U,x, I,b, vex7 mmx avx2_256 p_00_66), 397 X86_OP_ENTRY3(PSRAW_i, H,x, U,x, I,b, vex7 mmx avx2_256 p_00_66), 399 X86_OP_ENTRY3(PSLLW_i, H,x, U,x, I,b, vex7 mmx avx2_256 p_00_66), 412 X86_OP_ENTRY3(PSRLD_i, H,x, U,x, I,b, vex7 mmx avx2_256 p_00_66), 414 X86_OP_ENTRY3(PSRAD_i, H,x, U,x, I,b, vex7 mmx avx2_256 p_00_66), 416 X86_OP_ENTRY3(PSLLD_i, H,x, U,x, I,b, vex7 mmx avx2_256 p_00_66), [all …]
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | Kconfig | 3 tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" 13 This driver supports the Bluecherry H.264 and MPEG-4 hardware 17 * Bluecherry BC-H16480A (PCIe, 16 port, H.264) 18 * Bluecherry BC-H04120A (PCIe, 4 port, H.264) 19 * Bluecherry BC-H04120A-MPCI (Mini-PCI, 4 port, H.264)
|