Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-meson.c71 struct meson_pcie_rc_reset mrst; member
93 struct meson_pcie_rc_reset *mrst = &mp->mrst; in meson_pcie_get_resets() local
95 mrst->port = meson_pcie_get_reset(mp, "port", PCIE_NORMAL_RESET); in meson_pcie_get_resets()
96 if (IS_ERR(mrst->port)) in meson_pcie_get_resets()
97 return PTR_ERR(mrst->port); in meson_pcie_get_resets()
98 reset_control_deassert(mrst->port); in meson_pcie_get_resets()
100 mrst->apb = meson_pcie_get_reset(mp, "apb", PCIE_SHARED_RESET); 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()
[all …]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstih407-pinctrl.dtsi321 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 …]
/openbmc/u-boot/arch/arm/dts/
H A Dstih407-pinctrl.dtsi324 mrst = <&pio4 7 ALT1 IN>;
341 mrst = <&pio3 0 ALT2 IN>;
358 mrst = <&pio3 4 ALT2 IN>;
580 mrst = <&pio10 7 ALT2 IN>;
595 mrst = <&pio19 5 ALT1 IN>;
612 mrst = <&pio11 2 ALT2 IN>;
627 mrst = <&pio14 4 ALT1 IN>;
644 mrst = <&pio12 7 ALT2 IN>;
659 mrst = <&pio14 7 ALT1 IN>;
674 mrst = <&pio15 7 ALT2 IN>;
[all …]
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c315 struct reset_control *mrst; member
801 reset_control_assert(csis->mrst); in mipi_csis_phy_reset()
803 reset_control_deassert(csis->mrst); in mipi_csis_phy_reset()
812 csis->mrst = devm_reset_control_get_exclusive(csis->dev, NULL); in mipi_csis_phy_init()
813 if (IS_ERR(csis->mrst)) in mipi_csis_phy_init()
814 return PTR_ERR(csis->mrst); in mipi_csis_phy_init()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c851 __be32 mrst = 0, *topt; in tcp_v6_send_response() local
864 mrst = mptcp_reset_option(skb); in tcp_v6_send_response()
866 if (mrst) in tcp_v6_send_response()
900 if (mrst) in tcp_v6_send_response()
901 *topt++ = mrst; in tcp_v6_send_response()
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c800 __be32 mrst = mptcp_reset_option(skb); in tcp_v4_send_reset() local
802 if (mrst) { in tcp_v4_send_reset()
803 rep.opt[0] = mrst; in tcp_v4_send_reset()
804 arg.iov[0].iov_len += sizeof(mrst); in tcp_v4_send_reset()