| /freebsd-14-stable/sys/dev/extres/hwreset/ |
| HD | 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 …]
|
| HD | 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-14-stable/sys/dev/usb/controller/ |
| HD | 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 …]
|
| HD | generic_ohci.c | 74 hwreset_t rst; member 113 hwreset_t rst; in generic_ohci_attach() local 179 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ohci_attach() 180 err = hwreset_deassert(rst); in generic_ohci_attach() 186 rstp->rst = rst; in generic_ohci_attach() 232 struct hwrst_list *rst, *rst_tmp; in generic_ohci_detach() local 282 TAILQ_FOREACH_SAFE(rst, &sc->rst_list, next, rst_tmp) { in generic_ohci_detach() 283 hwreset_assert(rst->rst); in generic_ohci_detach() 284 hwreset_release(rst->rst); in generic_ohci_detach() 285 TAILQ_REMOVE(&sc->rst_list, rst, next); in generic_ohci_detach() [all …]
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm64/altera/ |
| HD | socfpga_stratix10.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 155 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 173 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 191 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 208 resets = <&rst GPIO0_RESET>; 228 resets = <&rst GPIO1_RESET>; 249 resets = <&rst I2C0_RESET>; 260 resets = <&rst I2C1_RESET>; 271 resets = <&rst I2C2_RESET>; 282 resets = <&rst I2C3_RESET>; [all …]
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | 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-14-stable/sys/contrib/device-tree/src/arm64/intel/ |
| HD | socfpga_agilex.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 160 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 178 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 196 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 213 resets = <&rst GPIO0_RESET>; 233 resets = <&rst GPIO1_RESET>; 254 resets = <&rst I2C0_RESET>; 265 resets = <&rst I2C1_RESET>; 276 resets = <&rst I2C2_RESET>; 287 resets = <&rst I2C3_RESET>; [all …]
|
| /freebsd-14-stable/sys/arm/altera/socfpga/ |
| HD | socfpga_mp.c | 117 bus_space_handle_t scu, rst, ram; in _socfpga_mp_start_ap() local 140 RSTMGR_SIZE, 0, &rst) != 0) in _socfpga_mp_start_ap() 163 bus_space_write_4(fdtbus_bs_tag, rst, in _socfpga_mp_start_ap() 169 bus_space_write_4(fdtbus_bs_tag, rst, in _socfpga_mp_start_ap() 193 bus_space_write_4(fdtbus_bs_tag, rst, in _socfpga_mp_start_ap() 199 bus_space_write_4(fdtbus_bs_tag, rst, in _socfpga_mp_start_ap() 211 bus_space_unmap(fdtbus_bs_tag, rst, RSTMGR_SIZE); in _socfpga_mp_start_ap()
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | 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 …]
|
| HD | 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_RESET>; [all …]
|
| HD | imx6ul-tqma6ul2l.dtsi | 33 /* rst */ 50 /* rst */ 67 /* rst */
|
| HD | imx6ul-tqma6ul2.dtsi | 33 /* rst */ 50 /* rst */ 67 /* rst */
|
| HD | imx6ull-tqma6ull2.dtsi | 38 /* rst */ 55 /* rst */ 72 /* rst */
|
| HD | imx6ull-tqma6ull2l.dtsi | 38 /* rst */ 55 /* rst */ 72 /* rst */
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | 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-14-stable/sys/contrib/device-tree/src/mips/qca/ |
| HD | 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>; 294 resets = <&rst 4>, <&rst 3>;
|
| HD | ar9132.dtsi | 123 rst: reset-controller@1806001c { label 137 resets = <&rst 5>; 165 resets = <&rst 4>, <&rst 3>;
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/reset/ |
| HD | 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";
|
| HD | reset.txt | 41 rst: reset-controller { 62 resets = <&rst 20>; 69 resets = <&rst 10> <&rst 11> <&rst 12> <&rst 11>;
|
| /freebsd-14-stable/contrib/libxo/doc/ |
| HD | 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-14-stable/sys/contrib/device-tree/Bindings/ata/ |
| HD | 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-14-stable/sys/contrib/device-tree/Bindings/net/dsa/ |
| HD | ar9331.txt | 29 resets = <&rst 9>, <&rst 22>; 42 resets = <&rst 13>, <&rst 23>; 64 resets = <&rst 8>;
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/fpga/ |
| HD | altera-hps2fpga-bridge.txt | 18 resets = <&rst LWHPS2FPGA_RESET>; 26 resets = <&rst HPS2FPGA_RESET>; 34 resets = <&rst FPGA2HPS_RESET>;
|
| /freebsd-14-stable/sbin/pfctl/tests/files/ |
| HD | 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-14-stable/sys/dev/iicbus/controller/twsi/ |
| HD | 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()
|