/openbmc/linux/drivers/tty/serial/ |
H A D | stm32-usart.h | 41 /* USART_SR (F4) / USART_ISR (F7) */ 44 #define USART_SR_NE BIT(2) /* F7 (NF for F4) */ 51 #define USART_SR_CTS BIT(10) /* F7 */ 52 #define USART_SR_RTOF BIT(11) /* F7 */ 53 #define USART_SR_EOBF BIT(12) /* F7 */ 54 #define USART_SR_ABRE BIT(14) /* F7 */ 55 #define USART_SR_ABRF BIT(15) /* F7 */ 56 #define USART_SR_BUSY BIT(16) /* F7 */ 57 #define USART_SR_CMF BIT(17) /* F7 */ 58 #define USART_SR_SBKF BIT(18) /* F7 */ [all …]
|
/openbmc/linux/arch/ia64/lib/ |
H A D | idiv64.S | 53 (p6) fmpy.s1 f7 = f8, f11 // q0 = a*y0 56 (p6) fma.s1 f10 = f7, f6, f7 // q1 = q0*e0 + q0 57 (p6) fmpy.s1 f7 = f6, f6 // e1 = e0*e0 62 (p6) fma.s1 f10 = f10, f7, f10 // q2 = q1*e1 + q1 65 (p6) fma.s1 f6 = f6, f7, f6 // y2 = y1*e1 + y1 66 (p6) fnma.s1 f7 = f9, f10, f8 // r = -b*q2 + a 72 (p6) fma.s1 f11 = f7, f6, f10 // q3 = r*y2 + q2
|
H A D | idiv32.S | 60 setf.exp f7 = r2 // f7 = 2^-34 70 (p6) fma.s1 f6 = f6, f6, f7 // e1 = e0*e0 + 2^-34 73 setf.sig f7 = in0 80 xma.l f6 = f6, f9, f7 // r = q*(-b) + a
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | reg_helper.h | 105 f5, v5, f6, v6, f7, v7) \ argument 113 FN(reg, f7), v7) 116 f5, v5, f6, v6, f7, v7, f8, v8) \ argument 124 FN(reg, f7), v7,\ 128 v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument 136 FN(reg, f7), v7, \ 141 v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \ argument 149 FN(reg, f7), v7, \ 195 #define REG_GET_7(reg_name, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument 203 FN(reg_name, f7), v7) [all …]
|
/openbmc/bios-bmc-smm-error-logger/test/ |
H A D | external_storer_file_test.cpp | 80 "@odata.type": "#LogService.v1_1_0.LogService","Id":"6F7-C1A7C" in TEST_F() 91 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F() 103 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F() 104 "@odata.type": "#LogService.v1_1_0.LogService","Id":"6F7-C1A7C" in TEST_F() 108 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C"; in TEST_F() 110 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C/Entries"; in TEST_F() 137 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F() 138 "@odata.type": "#LogService.v1_1_0.LogService","Id":"6F7-C1A7C" in TEST_F() 142 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C"; in TEST_F() 144 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C/Entries"; in TEST_F()
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_dfp0_arith.S | 33 test_op2 add.d, f6, f7, f8, F64_MAX, F64_MAX, \ 40 test_op2 add.d, f6, f7, f8, F64_1, F64_PINF, \ 65 test_op2 add.d, f5, f6, f7, F64_QNAN(1), F64_SNAN(2), \ 76 test_op2 sub.d, f6, f7, f8, F64_MIN_NORM | 1, F64_MIN_NORM, \ 86 test_op2 mul.d, f6, f7, f8, F64_MAX_2, F64_MAX_2, \ 90 test_op2 mul.d, f6, f7, f8, F64_MIN_NORM, F64_MIN_NORM, \ 94 test_op2 mul.d, f6, f7, f8, F64_PINF, F64_0, \
|
H A D | test_fp0_arith.S | 39 test_op2 add.s, f6, f7, f8, 0x7f7fffff, 0x7f7fffff, \ 46 test_op2 add.s, f6, f7, f8, 0x3fc00000, 0x7f800000, \ 75 test_op2 add.s, f5, f6, f7, 0x7fc00001, 0x7fbfffff, \ 101 test_op2 add.s, f5, f6, f7, 0x7fc00001, 0x7fbfffff, \ 120 test_op2 sub.s, f6, f7, f8, 0x00800001, 0x00800000, \ 130 test_op2 mul.s, f6, f7, f8, 0x7f000000, 0x7f000000, \ 134 test_op2 mul.s, f6, f7, f8, 0x00800001, 0x00800000, \ 138 test_op2 mul.s, f6, f7, f8, 0x7f800000, 0x00000000, \
|
H A D | test_lsc.S | 78 lsx f7, a2, a4 91 rfr a2, f7 214 ldx f7, a2, a4 222 rfrd a2, f7
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a73a4.c | 237 #define F7(a) a##_MARK macro 240 F1(LCDD0), F3(PDM2_CLK_0), F7(DU0_DR0), IRQ(0), /* Port0 */ enumerator 241 F1(LCDD1), F3(PDM2_DATA_1), F7(DU0_DR19), IRQ(1), enumerator 242 F1(LCDD2), F3(PDM3_CLK_2), F7(DU0_DR2), IRQ(2), enumerator 243 F1(LCDD3), F3(PDM3_DATA_3), F7(DU0_DR3), IRQ(3), enumerator 244 F1(LCDD4), F3(PDM4_CLK_4), F7(DU0_DR4), IRQ(4), enumerator 245 F1(LCDD5), F3(PDM4_DATA_5), F7(DU0_DR5), IRQ(5), enumerator 246 F1(LCDD6), F3(PDM0_OUTCLK_6), F7(DU0_DR6), IRQ(6), enumerator 247 F1(LCDD7), F3(PDM0_OUTDATA_7), F7(DU0_DR7), IRQ(7), enumerator 248 F1(LCDD8), F3(PDM1_OUTCLK_8), F7(DU0_DG0), IRQ(8), enumerator [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-az6027-cardlist.rst | 24 - 14f7:0001, 14f7:0002
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | vt100plus.js | 18 var F7 = 118; variable 42 F7 key | <ESC>7 103 case F7:
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func4.c | 45 int f7(struct __sk_buff *skb) in f7() function 54 return f7(skb); in global_func4()
|
H A D | test_global_func3.c | 45 int f7(struct __sk_buff *skb) in f7() function 53 return f7(skb); in f8()
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | UTIL.interface.yaml | 77 - name: F7 80 F7 keyword.
|
H A D | VSBK.interface.yaml | 92 - name: F7 95 F7 keyword.
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | fpregdef.h | 34 #define ft1f $f7 75 #define ft3 $f7
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | kgdb.h | 60 * f0-f7: unused, 3 long words each !! 64 * Even though f0-f7 and fps are not used, they need to be
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | sha256_asm.S | 19 ld [%o0 + 0x1c], %f7 45 st %f7, [%o0 + 0x1c]
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | fpu.S | 35 fsd f7, TASK_THREAD_F7_F0(a0) 78 fld f7, TASK_THREAD_F7_F0(a0)
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | gate.S | 150 stf.spill [base1]=f7,32 171 (p1) br.cond.spnt restore_rbs // yup -> (clobbers r14-r18, f6 & f7) 178 ldf.fill f7=[base1],32 270 setf.sig f7=r17 277 xmpy.h f6=f6,f7
|
/openbmc/linux/arch/mips/kvm/ |
H A D | fpu.S | 34 sdc1 $f7, VCPU_FPR7(a0) 78 ldc1 $f7, VCPU_FPR7(a0)
|
/openbmc/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 148 keycode 65 = F7 F17 Console_19 149 control keycode 65 = F7 269 string F7 = "\033[18~"
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_switch.S | 251 fsw f7, KVM_ARCH_FP_F_F7(a0) 294 fsd f7, KVM_ARCH_FP_D_F7(a0) 337 flw f7, KVM_ARCH_FP_F_F7(a0) 380 fld f7, KVM_ARCH_FP_D_F7(a0)
|
/openbmc/linux/arch/m68k/hp300/ |
H A D | hp300map.map | 105 keycode 83 = F7 163 string F7 = "\033[18~"
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 47 .long R(23, 9c, 9c, bf), R(53, a4, a4, f7) 52 .long R(f5, f7, f7, 02), R(83, cc, cc, 4f) 140 .long R(f7, f6, f6, 01), R(1c, 0e, 0e, 12) 230 .long R(f7, 01, 26, 9f), R(5c, 72, f5, bc) 251 .long R(2e, 39, f7, 5e), R(82, c3, af, f5) 266 .long R(f1, 04, 98, 4a), R(41, ec, da, f7) 282 .long R(53, f7, cd, ea), R(5f, fd, aa, 5b)
|