/openbmc/linux/crypto/ |
H A D | rmd160.c | 41 #define F5(x, y, z) (x ^ (y | ~z)) macro 140 ROUND(bb, cc, dd, ee, aa, F5, K5, in[4], 9); in rmd160_transform() 141 ROUND(aa, bb, cc, dd, ee, F5, K5, in[0], 15); in rmd160_transform() 142 ROUND(ee, aa, bb, cc, dd, F5, K5, in[5], 5); in rmd160_transform() 143 ROUND(dd, ee, aa, bb, cc, F5, K5, in[9], 11); in rmd160_transform() 144 ROUND(cc, dd, ee, aa, bb, F5, K5, in[7], 6); in rmd160_transform() 145 ROUND(bb, cc, dd, ee, aa, F5, K5, in[12], 8); in rmd160_transform() 146 ROUND(aa, bb, cc, dd, ee, F5, K5, in[2], 13); in rmd160_transform() 147 ROUND(ee, aa, bb, cc, dd, F5, K5, in[10], 12); in rmd160_transform() 148 ROUND(dd, ee, aa, bb, cc, F5, K5, in[14], 5); in rmd160_transform() [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-format.h.inc | 13 F5(RIE_f, R(1, 8), R(2,12), I(3,16,8), I(4,24,8), I(5,32,8)) 60 F5(VRI_d, V(1,8), V(2,12), V(3,16), I(4,24,8), M(5,32)) 61 F5(VRI_e, V(1,8), V(2,12), I(3,16,12), M(5,28), M(4,32)) 62 F5(VRI_f, V(1,8), V(2,12), V(3,16), M(5,24), I(4,28,8)) 63 F5(VRI_g, V(1,8), V(2,12), I(4,16,8), M(5,24), I(3,28,8)) 66 F5(VRR_a, V(1,8), V(2,12), M(5,24), M(4,28), M(3,32)) 67 F5(VRR_b, V(1,8), V(2,12), V(3,16), M(5,24), M(4,32))
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a73a4.c | 235 #define F5(a) a##_MARK macro 273 F1(SCIFA0_RTS), F5(SIM0_DET), F7(CSCIF0_RTS), /* Port32 */ enumerator 274 F1(SCIFA0_CTS), F5(SIM1_DET), F7(CSCIF0_CTS), enumerator 275 F1(SCIFA0_SCK), F5(SIM0_PWRON), F7(CSCIF0_SCK), enumerator 286 F1(HSI_RX_WAKE), F2(SCIFB2_CTS_66), F3(MSIOF3_SYNC), F5(GenIO4), enumerator 288 F1(HSI_RX_READY), F2(SCIFB1_TXD_67), F5(GIO_OUT3_67), F7(CHSCIF1_HTX), enumerator 289 F1(HSI_RX_FLAG), F2(SCIFB2_TXD_68), F3(MSIOF3_TXD), F5(GIO_OUT4_68), enumerator 290 F1(HSI_RX_DATA), F2(SCIFB2_RXD_69), F3(MSIOF3_RXD), F5(GIO_OUT5_69), enumerator 291 F1(HSI_TX_FLAG), F2(SCIFB1_RTS_70), F5(GIO_OUT1_70), F6(HSIC_TSTCLK0), enumerator 293 F1(HSI_TX_DATA), F2(SCIFB1_CTS_71), F5(GIO_OUT2_71), F6(HSIC_TSTCLK1), enumerator [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | vt100plus.js | 16 var F5 = 116; variable 97 case F5:
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | serial-u16550.rst | 18 sends the nonstandard MIDI command sequence F5 NN, where NN is the substream 21 substream. The driver provides no way to send F5 00 (no selection) or to not 22 send the F5 NN command sequence at all; perhaps it ought to. 90 serial port. Similar to Roland Soundcanvas mode, F5 NN is used to select the
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | lg-laptop.rst | 16 - FN-F5 (Touchpad toggle) - Generates F21 82 On the F5 key. Controlled by led device names tpad_led.
|
/openbmc/linux/drivers/s390/char/ |
H A D | defkeymap.map | 159 shift control keycode 117 = F5 169 string F5 = "\033[[E"
|
/openbmc/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 140 keycode 63 = F5 F15 Console_17 141 control keycode 63 = F5 267 string F5 = "\033[[E"
|
/openbmc/linux/arch/m68k/hp300/ |
H A D | hp300map.map | 101 keycode 81 = F5 161 string F5 = "\033[[E"
|
/openbmc/u-boot/doc/device-tree-bindings/input/ |
H A D | cros-ec-keyb.txt | 48 /* F5 6 - \ */
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | entry.h | 46 .spillsp f4,SW(F4)+16+(off); .spillsp f5,SW(F5)+16+(off); \
|
/openbmc/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g5.c | 1321 #define F5 177 macro 1322 SIG_EXPR_LIST_DECL_SINGLE(F5, GPIOW1, GPIOW1, SIG_DESC_SET(SCUA0, 25)); 1323 SIG_EXPR_LIST_DECL_SINGLE(F5, ADC1, ADC1); 1324 PIN_DECL_(F5, SIG_EXPR_LIST_PTR(F5, GPIOW1), SIG_EXPR_LIST_PTR(F5, ADC1)); 1325 FUNC_GROUP_DECL(ADC1, F5); 2022 ASPEED_PINCTRL_PIN(F5), 2567 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, F5, F5, SCUA8, 5), 2568 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, F5, F5, SCUA8, 5),
|
H A D | pinctrl-aspeed-g6.c | 1416 #define F5 225 macro 1417 SIG_EXPR_LIST_DECL_SESG(F5, RGMII2TXD3, RGMII2, SIG_DESC_SET(SCU400, 17), 1419 PIN_DECL_1(F5, GPIO18C1, RGMII2TXD3); 1461 FUNC_GROUP_DECL(RGMII2, D4, C2, C1, D3, E4, F5, D2, E3, D1, F4, E2, E1); 1838 ASPEED_PINCTRL_PIN(F5),
|
H A D | pinctrl-aspeed-g4.c | 1072 #define F5 131 macro 1073 SIG_EXPR_LIST_DECL_SINGLE(F5, SDA4, I2C4, I2C4_DESC); 1074 PIN_DECL_1(F5, GPIOQ3, SDA4); 1076 FUNC_GROUP_DECL(I2C4, B1, F5); 2025 ASPEED_PINCTRL_PIN(F5),
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | sv | 93 F5 0x3f localstate
|
H A D | sl | 93 F5 0x3f localstate
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-tyan-s8036.dts | 429 /*F5*/ "BMC_SYS_FAULT_LED_L",
|
H A D | aspeed-bmc-tyan-s7106.dts | 482 /*F5*/ "",
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-prtvt7.dts | 120 label = "GPIO Key F5";
|
H A D | imx6dl-prtmvt.dts | 86 label = "GPIO Key F5";
|
/openbmc/qemu/pc-bios/ |
H A D | qemu.rsrc | 7 $"E6EE 80F5 8AF6 08F5 F4F0 EAD9 B97C 3B0F" /* ÊÓÄıäˆ.ıÙÍŸπ|;. */ 57 $"DBFD 9AFE 02F5 8E1F 8400 0095 83FE 02EE" /* €˝ö˛.ıé.Ñ..ïɲ.Ó */ 341 $"5349 08F4 0001 1550 8252 0151 11F5 0001" /* SI.Ù...PÇR.Q.ı.. */ 354 $"0608 2763 A5D0 E6EE 80F5 8AF6 08F5 F4F0" /* ..'c•–ÊÓÄıäˆ.ıÙ */ 894 $"EE52 0000 81F5 EBEC ECEC EDED EDEE EEEF" /* ÓR..ÅıÎÏÏÏÌÌÌÓÓÔ */
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go.dtsi | 97 label = "F5";
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-odroid-go-ultra.dts | 158 label = "F5";
|
/openbmc/linux/Documentation/input/devices/ |
H A D | alps.rst | 60 specific command, either EC for v3 devices or F5 for v4 devices. Then the
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | gspca-cardlist.rst | 80 stv06xx 046D:08F5 QuickCamCommunicate
|