| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | ste-u300.dts | 47 /* Slow bridge clocks under PLL13 */ 51 clock-type = <0>; /* Slow */ 58 clock-type = <0>; /* Slow */ 65 clock-type = <0>; /* Slow */ 72 clock-type = <0>; /* Slow */ 79 clock-type = <0>; /* Slow */ 86 clock-type = <0>; /* Slow */
|
| H A D | imx6qdl-var-dart.dtsi | 212 /* Bluetooth Slow Clock */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | ste-u300-syscon-clock.txt | 21 0 0 Slow peripheral bridge clock 48 clock-type = <0>; /* Slow */
|
| H A D | at91-clock.txt | 7 Slow Clock controller: 15 at91 SCKC (Slow Clock Controller)
|
| H A D | imx7ulp-scg-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
|
| H A D | imx7ulp-pcc-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
|
| H A D | imx7ulp-clock.txt | 9 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 437 QuotRemWithBB Slow = createSlowBB(SuccessorBB); in insertFastDivAndRem() local 438 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 441 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-ns2.txt | 10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | intel,pinctrl-thunderbay.yaml | 76 0 - Slow
|
| H A D | intel,pinctrl-keembay.yaml | 79 1 - Slow(~50MHz)
|
| H A D | bitmain,bm1880-pinctrl.txt | 101 <0> - Slow
|
| H A D | actions,s900-pinctrl.txt | 166 <0> - Slow
|
| /freebsd-14.2/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 196 msg_slow="Slow" 197 msg_slow_desc="Slow keyboard repeat rate"
|
| /freebsd-14.2/usr.sbin/bsdconfig/include/ |
| H A D | options.hlp | 9 NFS Slow: User is using a slow PC or Ethernet card
|
| H A D | messages.subr | 253 msg_nfs_slow="NFS Slow"
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cirrus,cs42l42.yaml | 168 2 - Slow (default)
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_hid_usages | 517 0x3F Indicator Slow Blink 521 0x43 Slow Blink On Time 522 0x44 Slow Blink Off Time 694 0xBF Slow Tracking 726 0xF5 Slow
|
| H A D | usb_vendors | 15389 110a Tanic S110-SG1 + ISSC IS1002N [Slow Infra-Red (SIR) & Bluetooth 1.2 (Class 2) Adapter] 24664 03f Indicator Slow Blink 24668 043 Slow Blink On Time 24669 044 Slow Blink Off Time 24836 0bf Slow Tracking 24868 0f5 Slow
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 41 // Slow quarter rate f64 instruction.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | cp110-system-controller.txt | 60 - 1 21 Slow IO (SPI, NOR, BootROM, I2C, UART)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2733 SDValue Slow, Fast; in ExpandLegalINT_TO_FP() local 2740 Slow = DAG.getNode(ISD::STRICT_FADD, dl, { DestVT, MVT::Other }, in ExpandLegalINT_TO_FP() 2742 Chain = Slow.getValue(1); in ExpandLegalINT_TO_FP() 2750 Slow->setFlags(Flags); in ExpandLegalINT_TO_FP() 2753 Slow = DAG.getNode(ISD::FADD, dl, DestVT, SignCvt, SignCvt); in ExpandLegalINT_TO_FP() 2757 return DAG.getSelect(dl, DestVT, SignBitTest, Slow, Fast); in ExpandLegalINT_TO_FP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 479 "Slow unaligned 16-byte memory access">; 483 "Slow unaligned 32-byte memory access">;
|
| H A D | X86ISelLowering.cpp | 19089 SDValue Slow, Chain; in lowerINT_TO_FP_vXi64() local 19092 Slow = DAG.getNode(ISD::STRICT_FADD, DL, {MVT::v4f32, MVT::Other}, in lowerINT_TO_FP_vXi64() 19094 Chain = Slow.getValue(1); in lowerINT_TO_FP_vXi64() 19096 Slow = DAG.getNode(ISD::FADD, DL, MVT::v4f32, SignCvt, SignCvt); in lowerINT_TO_FP_vXi64() 19100 SDValue Cvt = DAG.getSelect(DL, MVT::v4f32, IsNeg, Slow, SignCvt); in lowerINT_TO_FP_vXi64() 32692 SDValue Slow, Chain; in ReplaceNodeResults() local 32696 Slow = DAG.getNode(ISD::STRICT_FADD, dl, {MVT::v4f32, MVT::Other}, in ReplaceNodeResults() 32698 Chain = Slow.getValue(1); in ReplaceNodeResults() 32700 Slow = DAG.getNode(ISD::FADD, dl, MVT::v4f32, SignCvt, SignCvt); in ReplaceNodeResults() 32705 SDValue Cvt = DAG.getSelect(dl, MVT::v4f32, IsNeg, Slow, SignCvt); in ReplaceNodeResults()
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 667 - Disable AP PIN after 10 consecutive failures. Slow down attacks
|