HomeSort by: relevance | last modified time | path
    Searched defs:sc_rst (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_fuse.c 53 struct fdtbus_reset *sc_rst; member in struct:tegra_fuse_softc
93 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "fuse");
94 if (sc->sc_rst == NULL) {
tegra_sdhc.c 63 struct fdtbus_reset *sc_rst; member in struct:tegra_sdhc_softc
194 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "sdhci");
195 if (sc->sc_rst == NULL) {
200 fdtbus_reset_assert(sc->sc_rst);
215 fdtbus_reset_deassert(sc->sc_rst);
tegra_cec.c 65 struct fdtbus_reset *sc_rst; member in struct:tegra_cec_softc
148 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "cec");
149 if (sc->sc_rst == NULL) {
185 fdtbus_reset_assert(sc->sc_rst);
191 fdtbus_reset_deassert(sc->sc_rst);
tegra_i2c.c 56 struct fdtbus_reset * sc_rst; member in struct:tegra_i2c_softc
121 sc->sc_rst = fdtbus_reset_get(phandle, "i2c");
122 if (sc->sc_rst == NULL) {
160 fdtbus_reset_assert(sc->sc_rst);
171 fdtbus_reset_deassert(sc->sc_rst);
tegra210_xusbpad.c 202 struct fdtbus_reset *sc_rst; member in struct:tegra210_xusbpad_softc
993 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "padctl");
994 if (sc->sc_rst == NULL) {
1011 fdtbus_reset_deassert(sc->sc_rst);
  /src/sys/arch/arm/amlogic/
mesongxl_usb2phy.c 62 struct fdtbus_reset *sc_rst; member in struct:mesongxl_usb2phy_softc
172 sc->sc_rst = fdtbus_reset_get_index(phandle, 0);
174 if (sc->sc_rst != NULL) {
175 if (fdtbus_reset_deassert(sc->sc_rst) != 0) {
mesongx_mmc.c 240 struct fdtbus_reset *sc_rst; member in struct:mesongx_mmc_softc
312 sc->sc_rst = fdtbus_reset_get_index(phandle, 0);
313 if (sc->sc_rst == NULL) {
330 if (fdtbus_reset_deassert(sc->sc_rst) != 0) {
  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 69 struct fdtbus_reset *sc_rst; member in struct:sun9i_usbphy_softc
119 error = fdtbus_reset_deassert(sc->sc_rst);
131 error = fdtbus_reset_assert(sc->sc_rst);
189 sc->sc_rst = fdtbus_reset_get(phandle, "hsic");
191 if (sc->sc_clk_phy == NULL || sc->sc_clk_hsic == NULL || sc->sc_rst == NULL) {
197 sc->sc_rst = fdtbus_reset_get(phandle, "phy");
198 if (sc->sc_clk_phy == NULL || sc->sc_rst == NULL) {
sunxi_hdmiphy.c 134 struct fdtbus_reset *sc_rst; member in struct:sunxi_hdmiphy_softc
439 sc->sc_rst = rst;
460 fdtbus_reset_deassert(sc->sc_rst);
sunxi_tcon.c 68 struct fdtbus_reset *sc_rst, *sc_lvds_rst; member in struct:sunxi_tcon_softc
151 sc->sc_rst = fdtbus_reset_get(phandle, "lcd");
152 if (sc->sc_rst == NULL) {
198 if (fdtbus_reset_assert(sc->sc_rst) != 0) {
210 if (fdtbus_reset_deassert(sc->sc_rst) != 0) {
sunxi_debe.c 81 struct fdtbus_reset *sc_rst; member in struct:sunxi_debe_softc
186 sc->sc_rst = fdtbus_reset_get_index(phandle, 0);
187 if (sc->sc_rst == NULL) {
228 if (fdtbus_reset_assert(sc->sc_rst) != 0) {
233 if (fdtbus_reset_deassert(sc->sc_rst) != 0) {
  /src/sys/arch/arm/rockchip/
rk_tcphy.c 125 struct fdtbus_reset *sc_rst; member in struct:rk_typec_softc
189 sc->sc_rst = fdtbus_reset_get(phandle, "uphy");
190 if (sc->sc_rst == NULL) {
204 fdtbus_reset_assert(sc->sc_rst);
356 fdtbus_reset_deassert(sc->sc_rst);

Completed in 69 milliseconds