Searched refs:mrst (Results 1 – 6 of 6) sorted by relevance
71 struct meson_pcie_rc_reset mrst; member93 struct meson_pcie_rc_reset *mrst = &mp->mrst; in meson_pcie_get_resets() local96 if (IS_ERR(mrst->port)) in meson_pcie_get_resets()97 return PTR_ERR(mrst->port); in meson_pcie_get_resets()101 if (IS_ERR(mrst->apb)) in meson_pcie_get_resets()102 return PTR_ERR(mrst->apb); in meson_pcie_get_resets()103 reset_control_deassert(mrst->apb); in meson_pcie_get_resets()149 struct meson_pcie_rc_reset *mrst = &mp->mrst; in meson_pcie_reset() local156 reset_control_assert(mrst->port); in meson_pcie_reset()157 reset_control_assert(mrst->apb); in meson_pcie_reset()[all …]
321 mrst = <&pio4 7 ALT1 IN>;338 mrst = <&pio3 0 ALT2 IN>;355 mrst = <&pio3 4 ALT2 IN>;574 mrst = <&pio10 7 ALT2 IN>;589 mrst = <&pio19 5 ALT1 IN>;606 mrst = <&pio11 2 ALT2 IN>;621 mrst = <&pio14 4 ALT1 IN>;638 mrst = <&pio12 7 ALT2 IN>;653 mrst = <&pio14 7 ALT1 IN>;668 mrst = <&pio15 7 ALT2 IN>;[all …]
822 reset-names = "mrst";
311 struct reset_control *mrst; member702 reset_control_assert(state->mrst); in mipi_csis_phy_reset()704 reset_control_deassert(state->mrst); in mipi_csis_phy_reset()713 state->mrst = devm_reset_control_get_exclusive(state->dev, NULL); in mipi_csis_phy_init()714 if (IS_ERR(state->mrst)) in mipi_csis_phy_init()715 return PTR_ERR(state->mrst); in mipi_csis_phy_init()
903 __be32 mrst = 0, *topt; in tcp_v6_send_response() local916 mrst = mptcp_reset_option(skb); in tcp_v6_send_response()918 if (mrst) in tcp_v6_send_response()953 if (mrst) in tcp_v6_send_response()954 *topt++ = mrst; in tcp_v6_send_response()
782 __be32 mrst = mptcp_reset_option(skb); in tcp_v4_send_reset() local784 if (mrst) { in tcp_v4_send_reset()785 rep.opt[0] = mrst; in tcp_v4_send_reset()786 arg.iov[0].iov_len += sizeof(mrst); in tcp_v4_send_reset()
Completed in 26 milliseconds