Home
last modified time | relevance | path

Searched refs:reset_assert (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/fdt/
Drkpcie.c247 reset_assert(sc->sc_node, "aclk"); in rkpcie_attach()
248 reset_assert(sc->sc_node, "pclk"); in rkpcie_attach()
249 reset_assert(sc->sc_node, "pm"); in rkpcie_attach()
253 reset_assert(sc->sc_node, "core"); in rkpcie_attach()
254 reset_assert(sc->sc_node, "mgmt"); in rkpcie_attach()
255 reset_assert(sc->sc_node, "mgmt-sticky"); in rkpcie_attach()
256 reset_assert(sc->sc_node, "pipe"); in rkpcie_attach()
683 reset_assert(sc->sc_phy_node, "phy"); in rkpcie_phy_init()
Drktcphy.c188 reset_assert(sc->sc_node, "uphy"); in rktcphy_attach()
189 reset_assert(sc->sc_node, "uphy-pipe"); in rktcphy_attach()
190 reset_assert(sc->sc_node, "uphy-tcphy"); in rktcphy_attach()
Drkpciephy.c125 reset_assert(node, "phy"); in rk3568_pciephy_enable()
176 reset_assert(node, "phy"); in rk3588_pciephy_enable()
Ddwpcie.c1150 reset_assert(sc->sc_node, "pciephy"); in dwpcie_imx8mq_init()
1151 reset_assert(sc->sc_node, "apps"); in dwpcie_imx8mq_init()
/openbsd/src/sys/dev/ofw/
Dofw_clock.h70 void reset_assert(int, const char *);
Dofw_clock.c427 reset_assert(int node, const char *name) in reset_assert() function