/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | renesas,rst.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/renesas,rst.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car and RZ/G Reset Controller 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Magnus Damm <magnus.damm@gmail.com> 14 The R-Car and RZ/G Reset Controllers provide reset control, and implement the 16 - Latching of the levels on mode pins when PRESET# is negated, 17 - Mode monitoring register, [all …]
|
H A D | canaan,k210-rst.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/canaan,k210-rst.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Damien Le Moal <dlemoal@kernel.org> 19 - dt-bindings/reset/k210-rst.h 23 const: canaan,k210-rst 25 '#reset-cells': 29 - '#reset-cells' 30 - compatible [all …]
|
H A D | altr,rst-mgr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/altr,rst [all...] |
H A D | reset.txt | 10 reset consumer (the module being reset, or a module managing when a sub- 15 specifier - a list of DT cells that represents the reset signal within the 35 #reset-cells: Number of cells in a reset specifier; Typically 0 for nodes 41 rst: reset-controller { 42 #reset-cells = <1>; 51 #reset-cells, then only the phandle portion of the pair will 55 reset-names: List of reset signal name strings sorted in the same order as 56 the resets property. Consumers drivers will use reset-names to 62 resets = <&rst 20>; 63 reset-names = "reset"; [all …]
|
H A D | socfpga-reset.txt | 4 - compatible : "altr,rst-mgr" for (Cyclone5/Arria5/Arria10) 5 "altr,stratix10-rst-mgr","altr,rst-mgr" for Stratix10 ARM64 SoC 6 - reg : Should contain 1 register ranges(address and length) 7 - altr,modrst-offset : Should contain the offset of the first modrst register. 8 - #reset-cells: 1 12 #reset-cells = <1>; 13 compatible = "altr,rst-mgr"; 15 altr,modrst-offset = <0x10>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 1 //===-- PPCInstr64Bit.td - The PowerPC 64-bit Support ------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file describes the PowerPC 64-bit instructions. These patterns are used 10 // both when in ppc64 mode and when in "use 64-bit extensions in 32-bit" mode. 12 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 15 // 64-bit operands. 33 // to accept immediates in the range -65536..65535 for compatibility with 34 // the GNU assembler. The operand is treated as 16-bit otherwise. [all …]
|
H A D | PPCInstrDFP.td | 1 //===-- PPCInstrDFP.td - PowerPC Decimal Floating Point ----*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 19 defm DADD : XForm_28r<59, 2, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB), 20 "dadd", "$RST, $RA, $RB", IIC_FPGeneral, []>; 22 defm DADDQ : XForm_28r<63, 2, (outs fpairrc:$RST), (ins fpairrc:$RA, fpairrc:$RB), 23 "daddq", "$RST, $RA, $RB", IIC_FPGeneral, []>; 26 defm DSUB : XForm_28r<59, 514, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB), 27 "dsub", "$RST, $RA, $RB", IIC_FPGeneral, []>; [all …]
|
H A D | PPCInstrInfo.td | 1 //===-- PPCInstrInfo.td - The PowerPC Instruction Set ------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file describes the subset of the 32-bit PowerPC instruction set, as used 12 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 127 //===----------------------------------------------------------------------===// 187 // Perform FADD in round-to-zero mode. 244 // These nodes represent the 32-bit PPC shifts that operate on 6-bit shift 245 // amounts. These nodes are generated by the multi-precision shift code. [all …]
|
H A D | PPCInstrP10.td | 1 //===-- PPCInstrP10.td - Power10 Instruction Set -----------*- tablegen -*-===// 7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 9 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 21 // <INSTR_FORM> - name of instruction format as per the ISA 22 // (X-Form, VX-Form, etc.) 23 // <OP_TYPE> - operand type 24 // * FRT/RT/VT/XT/BT - target register 25 // (FPR, GPR, VR, VSR, CR-bit respectively) [all …]
|
H A D | PPCInstrHTM.td | 1 //===-- PPCInstrHTM.td - The PowerPC Hardware Transactional Memory -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 16 def HasHTM : Predicate<"Subtarget->hasHTM()">; 19 return getI32Imm (N->getZExtValue(), SDLoc(N)); 40 let RST = 0; 45 (outs), (ins u5imm:$RST, gprc:$RA, gprc:$RB), 46 "tabortwc. $RST, $RA, $RB", IIC_SprMTSPR, []>, 50 (outs), (ins u5imm:$RST, gprc:$RA, u5imm:$RB), [all …]
|
/freebsd/sys/dev/hwreset/ |
H A D | hwreset.c | 1 /*- 52 hwreset_assert(hwreset_t rst) in hwreset_assert() argument 55 return (HWRESET_ASSERT(rst->provider_dev, rst->rst_id, true)); in hwreset_assert() 59 hwreset_deassert(hwreset_t rst) in hwreset_deassert() argument 62 return (HWRESET_ASSERT(rst->provider_dev, rst->rst_id, false)); in hwreset_deassert() 66 hwreset_is_asserted(hwreset_t rst, bool *value) in hwreset_is_asserted() argument 69 return (HWRESET_IS_ASSERTED(rst->provider_dev, rst->rst_id, value)); in hwreset_is_asserted() 73 hwreset_release(hwreset_t rst) in hwreset_release() argument 75 free(rst, M_HWRESET); in hwreset_release() 82 hwreset_t rst; in hwreset_get_by_id() local [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/intel/ |
H A D | socfpga_agilex.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/agilex-clock.h> 13 compatible = "intel,socfpga-agilex"; 14 #address-cells = <2>; 15 #size-cells = <2>; 17 reserved-memory { [all …]
|
H A D | socfpga_agilex5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/clock/intel,agilex5-clkmgr.h> 14 compatible = "intel,socfpga-agilex5"; 15 #address-cells = <2>; 16 #size-cells = <2>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/altera/ |
H A D | socfpga_stratix10.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/clock/stratix10-clock.h> 12 compatible = "altr,socfpga-stratix10"; 13 #address-cells = <2>; 14 #size-cells = <2>; 16 reserved-memory { 17 #address-cells = <2>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
H A D | socfpga_arria10.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/reset/altr,rst-mgr-a1 782 rst: rstmgr@ffd05000 { global() label [all...] |
H A D | socfpga.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 6 #include <dt-bindings/reset/altr,rst-mgr.h> 9 #address-cells = <1>; 10 #size-cells = <1>; 22 #address-cells = <1>; 23 #size-cell 805 rst: rstmgr@ffd05000 { global() label [all...] |
/freebsd/sys/dev/usb/controller/ |
H A D | generic_ehci_fdt.c | 1 /*- 70 hwreset_t rst; member 97 if (!ofw_bus_is_compatible(self, "generic-ehci")) in generic_ehci_fdt_probe() 112 hwreset_t rst; in generic_ehci_fdt_attach() local 119 TAILQ_INIT(&sc->clk_list); in generic_ehci_fdt_attach() 129 clkp->clk = clk; in generic_ehci_fdt_attach() 130 TAILQ_INSERT_TAIL(&sc->clk_list, clkp, next); in generic_ehci_fdt_attach() 133 /* De-assert reset */ in generic_ehci_fdt_attach() 134 TAILQ_INIT(&sc->rst_list); in generic_ehci_fdt_attach() 135 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ehci_fdt_attach() [all …]
|
H A D | generic_ohci.c | 1 /*- 73 hwreset_t rst; member 93 if (!ofw_bus_is_compatible(dev, "generic-ohci")) in generic_ohci_probe() 112 hwreset_t rst; in generic_ohci_attach() local 114 sc->ohci_sc.sc_bus.parent = dev; in generic_ohci_attach() 115 sc->ohci_sc.sc_bus.devices = sc->ohci_sc.sc_devices; in generic_ohci_attach() 116 sc->ohci_sc.sc_bus.devices_max = OHCI_MAX_DEVICES; in generic_ohci_attach() 117 sc->ohci_sc.sc_bus.dma_bits = 32; in generic_ohci_attach() 120 if (usb_bus_mem_alloc_all(&sc->ohci_sc.sc_bus, in generic_ohci_attach() 126 sc->ohci_sc.sc_io_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in generic_ohci_attach() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | ed.init.c | 4 /*- 37 /* ed.init.c -- init routines for the line editor */ 41 int MacroLvl = -1; /* pointer to current macro nesting level; */ 42 /* (-1 == none) */ 47 int Tty_eight_bit = -1; /* does the tty handle eight bits */ 130 if (tty_getty(SHTTY, &extty) == -1) { in ed_set_tty_eight_bit() 141 ed_Setup(int rst) in ed_Setup() argument 154 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L) in ed_Setup() 158 if (vdisable != (unsigned char) _POSIX_VDISABLE && rst != 0) in ed_Setup() 159 for (rst = 0; rst < C_NCC; rst++) { in ed_Setup() [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/qca/ |
H A D | ar9331.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ath79-clk.h> 7 #address-cells = <1>; 8 #size-cells = <1>; 11 #address-cells = <1>; 12 #size-cells = <0>; 22 cpuintc: interrupt-controller { 23 compatible = "qca,ar7100-cpu-intc"; 25 interrupt-controller; 26 #interrupt-cells = <1>; [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | ahb.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2016-2017 Qualcomm Atheros, Inc. All rights reserved. 17 { .compatible = "qcom,ipq4019-wifi", 30 return &ath10k_pci_priv(ar)->ahb[0]; in ath10k_ahb_priv() 37 iowrite32(value, ar_ahb->mem + offset); in ath10k_ahb_write32() 44 return ioread32(ar_ahb->mem + offset); in ath10k_ahb_read32() 51 return ioread32(ar_ahb->gcc_mem + offset); in ath10k_ahb_gcc_read32() 58 iowrite32(value, ar_ahb->tcsr_mem + offset); in ath10k_ahb_tcsr_write32() 65 return ioread32(ar_ahb->tcsr_mem + offset); in ath10k_ahb_tcsr_read32() 75 if (ar->hw_rev == ATH10K_HW_QCA4019) in ath10k_ahb_get_num_banks() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | rst | 2 #------------------------------------------------------------------------------ 3 # $File: rst,v 1.4 2023/07/27 18:26:32 christos Exp $ 4 # rst: ReStructuredText http://docutils.sourceforge.net/rst.html 12 >>>&0 regex/512 \^\\.\\.[A-Za-z] ReStructuredText file 13 !:ext rst
|
/freebsd/contrib/libxo/doc/ |
H A D | Makefile.am | 11 doc docs: xolint-errors.rst html 14 # The contents of xolint.rst is generated based on xolint.pl, since we 15 # really want this to be self-documenting. But readthedocs.org needs this 20 xolint-errors.rst: ${top_srcdir}/xolint/xolint.pl 21 perl ${top_srcdir}/xolint/xolint.pl -D > ${top_srcdir}/doc/xolint-errors.rst 23 SPHINX = python3 -msphinx 25 html sphinx sphinx-html: 26 ${SPHINX} -M html ${srcdir} . -N -E 29 ${SPHINX} -M singlehtml ${srcdir} . -N -E
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ahci-st.txt | 6 - compatible : Must be "st,ahci" 7 - reg : Physical base addresses and length of register sets 8 - interrupts : Interrupt associated with the SATA device 9 - interrupt-names : Associated name must be; "hostc" 10 - clocks : The phandle for the clock 11 - clock-names : Associated name must be; "ahci_clk" 12 - phys : The phandle for the PHY port 13 - phy-names : Associated name must be; "ahci_phy" 16 - resets : The power-down, soft-reset and power-reset lines of SATA IP 17 - reset-names : Associated names must be; "pwr-dwn", "sw-rst" and "pwr-rst" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | ti,pcm3168a.txt | 7 - compatible: "ti,pcm3168a" 9 - clocks : Contains an entry for each entry in clock-names 11 - clock-names : Includes the following entries: 14 - VDD1-supply : Digital power supply regulator 1 (+3.3V) 16 - VDD2-supply : Digital power supply regulator 2 (+3.3V) 18 - VCCAD1-supply : ADC power supply regulator 1 (+5V) 20 - VCCAD2-supply : ADC power supply regulator 2 (+5V) 22 - VCCDA1-supply : DAC power supply regulator 1 (+5V) 24 - VCCDA2-supply : DAC power supply regulator 2 (+5V) 30 - reset-gpios : Optional reset gpio line connected to RST pin of the codec. [all …]
|