| /freebsd/sys/dev/hwreset/ |
| H A D | hwreset.c | 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 85 rst = malloc(sizeof(struct hwreset), M_HWRESET, in hwreset_get_by_id() [all …]
|
| H A D | hwreset.h | 50 hwreset_t *rst); 51 void hwreset_release(hwreset_t rst); 53 int hwreset_assert(hwreset_t rst); 54 int hwreset_deassert(hwreset_t rst); 55 int hwreset_is_asserted(hwreset_t rst, bool *value); 59 hwreset_t *rst); 61 hwreset_t *rst);
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | generic_ehci_fdt.c | 70 hwreset_t rst; member 112 hwreset_t rst; in generic_ehci_fdt_attach() local 135 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ehci_fdt_attach() 136 err = hwreset_deassert(rst); in generic_ehci_fdt_attach() 142 rstp->rst = rst; in generic_ehci_fdt_attach() 180 struct hwrst_list *rst, *rst_tmp; in generic_ehci_fdt_detach() local 205 TAILQ_FOREACH_SAFE(rst, &sc->rst_list, next, rst_tmp) { in generic_ehci_fdt_detach() 206 hwreset_assert(rst->rst); in generic_ehci_fdt_detach() 207 hwreset_release(rst->rst); in generic_ehci_fdt_detach() 208 TAILQ_REMOVE(&sc->rst_list, rst, next); in generic_ehci_fdt_detach() [all …]
|
| H A D | generic_ohci.c | 73 hwreset_t rst; member 112 hwreset_t rst; in generic_ohci_attach() local 178 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ohci_attach() 179 err = hwreset_deassert(rst); in generic_ohci_attach() 185 rstp->rst = rst; in generic_ohci_attach() 231 struct hwrst_list *rst, *rst_tmp; in generic_ohci_detach() local 283 TAILQ_FOREACH_SAFE(rst, &sc->rst_list, next, rst_tmp) { in generic_ohci_detach() 284 hwreset_assert(rst->rst); in generic_ohci_detach() 285 hwreset_release(rst->rst); in generic_ohci_detach() 286 TAILQ_REMOVE(&sc->rst_list, rst, next); in generic_ohci_detach() [all …]
|
| /freebsd/crypto/krb5/src/doc/ |
| H A D | Makefile.in | 18 index.rst \ 26 about.rst \ 27 build_this.rst \ 28 copyright.rst \ 29 mitK5defaults.rst \ 30 mitK5features.rst \ 31 mitK5license.rst \ 32 notice.rst \ 33 resources.rst 61 notice.txt: $(docsrc)/conf.py $(docsrc)/notice.rst $(docsrc)/version.py [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/altera/ |
| H A D | socfpga_stratix10.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 180 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 198 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 216 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 233 resets = <&rst GPIO0_RESET>; 253 resets = <&rst GPIO1_RESET>; 274 resets = <&rst I2C0_RESET>; 285 resets = <&rst I2C1_RESET>; 296 resets = <&rst I2C2_RESET>; 307 resets = <&rst I2C3_RESET>; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/intel/ |
| H A D | socfpga_agilex.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 178 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 196 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 214 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 231 resets = <&rst GPIO0_RESET>; 251 resets = <&rst GPIO1_RESET>; 272 resets = <&rst I2C0_RESET>; 283 resets = <&rst I2C1_RESET>; 294 resets = <&rst I2C2_RESET>; 305 resets = <&rst I2C3_RESET>; [all …]
|
| H A D | socfpga_agilex5.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 156 resets = <&rst I2C0_RESET>; 167 resets = <&rst I2C1_RESET>; 178 resets = <&rst I2C2_RESET>; 189 resets = <&rst I2C3_RESET>; 200 resets = <&rst I2C4_RESET>; 230 resets = <&rst GPIO0_RESET>; 250 resets = <&rst GPIO1_RESET>; 320 rst: rstmgr@10d11000 { label 321 compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr"; [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.init.c | 141 ed_Setup(int rst) in ed_Setup() argument 158 if (vdisable != (unsigned char) _POSIX_VDISABLE && rst != 0) in ed_Setup() 159 for (rst = 0; rst < C_NCC; rst++) { in ed_Setup() 160 if (ttychars[ED_IO][rst] == (unsigned char) _POSIX_VDISABLE) in ed_Setup() 161 ttychars[ED_IO][rst] = vdisable; in ed_Setup() 162 if (ttychars[EX_IO][rst] == (unsigned char) _POSIX_VDISABLE) in ed_Setup() 163 ttychars[EX_IO][rst] = vdisable; in ed_Setup() 233 if (rst) { in ed_Setup() 239 for (rst = 0; rst < C_NCC - 2; rst++) in ed_Setup() 240 if (ttychars[TS_IO][rst] != vdisable && in ed_Setup() [all …]
|
| /freebsd/sys/contrib/device-tree/src/riscv/sophgo/ |
| H A D | cv180x.dtsi | 28 rst: reset-controller@3003000 { label 66 resets = <&rst RST_GPIO0>; 85 resets = <&rst RST_GPIO1>; 104 resets = <&rst RST_GPIO2>; 123 resets = <&rst RST_GPIO3>; 167 resets = <&rst RST_I2C0>; 179 resets = <&rst RST_I2C1>; 191 resets = <&rst RST_I2C2>; 203 resets = <&rst RST_I2C3>; 215 resets = <&rst RST_I2C4>; [all …]
|
| H A D | sg2044.dtsi | 229 resets = <&rst RST_SPIFMC0>; 241 resets = <&rst RST_SPIFMC1>; 276 resets = <&rst RST_UART0>; 291 resets = <&rst RST_UART1>; 306 resets = <&rst RST_UART2>; 321 resets = <&rst RST_UART3>; 336 resets = <&rst RST_ETH0>; 421 resets = <&rst RST_I2C0>; 435 resets = <&rst RST_I2C1>; 449 resets = <&rst RST_I2C2>; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
| H A D | socfpga_arria10.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-a10.h> 78 resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>; 442 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 462 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 482 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 493 resets = <&rst GPIO0_RESET>; 513 resets = <&rst GPIO1_RESET>; 533 resets = <&rst GPIO2_RESET>; 553 resets = <&rst FPGAMGR_RESET>; 564 resets = <&rst I2C0_RESET>; [all …]
|
| H A D | socfpga.dtsi | 6 #include <dt-bindings/reset/altr,rst-mgr.h> 85 resets = <&rst DMA_RESET>; 103 resets = <&rst CAN0_RESET>; 112 resets = <&rst CAN1_RESET>; 529 resets = <&rst LWHPS2FPGA_RESET>; 537 resets = <&rst HPS2FPGA_RESET>; 545 resets = <&rst FPGA2HPS_RESET>; 578 resets = <&rst EMAC0_RESET>; 597 resets = <&rst EMAC1_RESET>; 613 resets = <&rst GPIO0_RESE 805 rst: rstmgr@ffd05000 { global() label [all...] |
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | rst | 3 # $File: rst,v 1.4 2023/07/27 18:26:32 christos Exp $ 4 # rst: ReStructuredText http://docutils.sourceforge.net/rst.html 13 !:ext rst
|
| /freebsd/sys/contrib/device-tree/Bindings/reset/ |
| 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 13 compatible = "altr,rst-mgr";
|
| H A D | reset.txt | 41 rst: reset-controller { 62 resets = <&rst 20>; 69 resets = <&rst 10> <&rst 11> <&rst 12> <&rst 11>;
|
| /freebsd/sys/contrib/device-tree/src/mips/qca/ |
| H A D | ar9331.dtsi | 111 rst: reset-controller@1806001c { label 124 resets = <&rst 9>, <&rst 22>; 139 resets = <&rst 13>, <&rst 23>; 164 resets = <&rst 8>; 268 resets = <&rst 5>; 303 resets = <&rst 4>, <&rst 3>;
|
| /freebsd/contrib/libxo/doc/ |
| H A D | Makefile.am | 11 doc docs: xolint-errors.rst html 20 xolint-errors.rst: ${top_srcdir}/xolint/xolint.pl 21 perl ${top_srcdir}/xolint/xolint.pl -D > ${top_srcdir}/doc/xolint-errors.rst
|
| /freebsd/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ahci-st.txt | 17 - reset-names : Associated names must be; "pwr-dwn", "sw-rst" and "pwr-rst" 32 reset-names = "pwr-dwn", "sw-rst", "pwr-rst";
|
| /freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | ar9331.txt | 29 resets = <&rst 9>, <&rst 22>; 42 resets = <&rst 13>, <&rst 23>; 64 resets = <&rst 8>;
|
| /freebsd/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | altera-hps2fpga-bridge.txt | 18 resets = <&rst LWHPS2FPGA_RESET>; 26 resets = <&rst HPS2FPGA_RESET>; 34 resets = <&rst FPGA2HPS_RESET>;
|
| /freebsd/sbin/pfctl/tests/files/ |
| H A D | pf0010.in | 6 block return-rst in inet proto tcp all 7 block return-rst in inet6 proto tcp all 8 block return-rst(ttl 10) in inet proto tcp all 9 block return-rst(ttl 10) in inet6 proto tcp all
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6ul-tqma6ul2l.dtsi | 33 /* rst */ 50 /* rst */ 67 /* rst */
|
| H A D | imx6ul-tqma6ul2.dtsi | 33 /* rst */ 50 /* rst */ 67 /* rst */
|
| /freebsd/sys/dev/iicbus/controller/twsi/ |
| H A D | a10_twsi.c | 88 hwreset_t rst; in a10_twsi_attach() local 94 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) == 0) { in a10_twsi_attach() 95 error = hwreset_deassert(rst); in a10_twsi_attach()
|