Searched refs:mrst (Results 1 – 3 of 3) sorted by relevance
69 struct meson_pcie_rc_reset mrst; member91 struct meson_pcie_rc_reset *mrst = &mp->mrst; in meson_pcie_get_resets() local93 mrst->port = meson_pcie_get_reset(mp, "port", PCIE_NORMAL_RESET); in meson_pcie_get_resets()94 if (IS_ERR(mrst->port)) in meson_pcie_get_resets()95 return PTR_ERR(mrst->port); in meson_pcie_get_resets()96 reset_control_deassert(mrst->port); in meson_pcie_get_resets()98 mrst->apb = meson_pcie_get_reset(mp, "apb", PCIE_SHARED_RESET); in meson_pcie_get_resets()99 if (IS_ERR(mrst->apb)) in meson_pcie_get_resets()100 return PTR_ERR(mrst->apb); in meson_pcie_get_resets()101 reset_control_deassert(mrst->apb); in meson_pcie_get_resets()[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 …]
831 __be32 mrst = 0, *topt; in tcp_v6_route_req() 847 mrst = mptcp_reset_option(skb);849 if (mrst)883 if (mrst) in tcp_v6_send_response() 884 *topt++ = mrst; in tcp_v6_send_response() 876 __be32 mrst = 0, *topt; tcp_v6_send_response() local