Searched refs:H4 (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/arm/crypto/ |
A D | poly1305-armv4.pl | 816 vadd.i32 $H4#hi,$H4#lo,$D4#lo @ add hash value and move to #hi 916 vadd.i32 $H4#lo,$H4#lo,$D4#lo 1057 vadd.i32 $H4#hi,$H4#lo,$D4#lo 1071 vadd.i32 $H4#lo,$H4#lo,$D4#lo 1072 vmull.u32 $D4,$H4#hi,$R0 1074 vmlal.u32 $D0,$H4#hi,$S1 1087 vmlal.u32 $D1,$H4#hi,$S2 1098 vmlal.u32 $D2,$H4#hi,$S3 1100 vmlal.u32 $D3,$H4#hi,$S4 1120 vmlal.u32 $D4,$H4#lo,$R0 [all …]
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | poly1305-x86_64-cryptogams.pl | 1176 vpand $MASK,$H4,$H4 1413 vpsllq \$2,$H4,$H4 1910 vpaddq $H4,$T4,$H4 2005 vpand $MASK,$H4,$H4 2060 vpaddq $H4,$T4,$H4 2129 vpaddq $T4,$H4,$H4 2138 vpaddq $T4,$H4,$H4 2155 vpand $MASK,$H4,$H4 2480 vpaddq $H4,$T4,$H4 2683 vpaddq $D4,$H4,$H4 [all …]
|
/linux-6.3-rc2/arch/arm64/crypto/ |
A D | poly1305-armv8.pl | 266 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28)); 439 fmov ${H4},x14 469 fmov ${H4},x14 674 add $IN01_4,$IN01_4,$H4 714 xtn $H4,$ACC4 717 bic $H4,#0xfc,lsl#24 735 add $H4,$H4,$T1.2s // h3 -> h4 753 add $IN23_4,$IN01_4,$H4 816 add $IN01_4,$IN01_4,$H4
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | nokia-bluetooth.txt | 5 vendors and modified device API. Those devices speak a protocol named H4+ 6 (also known as h4p) by Nokia, which is similar to the H4 protocol from the 7 Bluetooth standard. In addition to the H4 protocol it specifies two more
|
/linux-6.3-rc2/drivers/bluetooth/ |
A D | Kconfig | 125 bool "UART (H4) protocol support" 128 UART (H4) is serial protocol for communication between Bluetooth 132 Say Y here to compile support for HCI UART (H4) protocol. 135 tristate "UART Nokia H4+ protocol support" 143 Nokia H4+ is serial protocol for communication between Bluetooth 147 Say Y here to compile support for Nokia's H4+ protocol. 247 over serial port interface(H4) between controller and host.
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | omap2420-h4.dts | 10 model = "TI OMAP2420 H4 board";
|
/linux-6.3-rc2/drivers/pinctrl/aspeed/ |
A D | pinctrl-aspeed-g5.c | 1405 #define H4 191 macro 1406 SIG_EXPR_LIST_DECL_SINGLE(H4, GPIOX7, GPIOX7, SIG_DESC_SET(SCUA4, 7)); 1407 SIG_EXPR_LIST_DECL_SINGLE(H4, ADC15, ADC15); 1408 PIN_DECL_(H4, SIG_EXPR_LIST_PTR(H4, GPIOX7), SIG_EXPR_LIST_PTR(H4, ADC15)); 1409 FUNC_GROUP_DECL(ADC15, H4); 2040 ASPEED_PINCTRL_PIN(H4), 2595 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, H4, H4, SCUA8, 19), 2596 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, H4, H4, SCUA8, 19),
|
A D | pinctrl-aspeed-g4.c | 1080 #define H4 132 macro 1081 SIG_EXPR_LIST_DECL_SINGLE(H4, SCL14, I2C14, I2C14_DESC); 1082 PIN_DECL_1(H4, GPIOQ4, SCL14); 1088 FUNC_GROUP_DECL(I2C14, H4, H3); 2036 ASPEED_PINCTRL_PIN(H4),
|
/linux-6.3-rc2/drivers/iio/pressure/ |
A D | bmp280-core.c | 83 s16 H4; member 375 calib->H4 = sign_extend32(((be16_to_cpu(data->be16) >> 4) & 0xff0) | in bme280_read_calib() 408 var = ((((adc_humidity << 14) - (calib->H4 << 20) - (calib->H5 * var)) in bmp280_compensate_humidity()
|
Completed in 21 milliseconds