HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_reset_get (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/dev/fdt/
fdt_reset.h 52 fdtbus_reset_get(int, const char *);
fdt_reset.c 132 fdtbus_reset_get(int phandle, const char *rstname) function in typeref:struct:fdtbus_reset *
  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 189 sc->sc_rst = fdtbus_reset_get(phandle, "hsic");
197 sc->sc_rst = fdtbus_reset_get(phandle, "phy");
sun9i_a80_mmcclk.c 101 rst = fdtbus_reset_get(phandle, "ahb");
sunxi_gmac.c 161 rst_gmac = fdtbus_reset_get(phandle, "stmmaceth");
sunxi_dwhdmi.c 296 rst = fdtbus_reset_get(phandle, "ctrl");
  /src/sys/arch/arm/nvidia/
tegra_drm.c 145 sc->sc_rst_host1x = fdtbus_reset_get(faa->faa_phandle, "host1x");
158 sc->sc_rst_hdmi = fdtbus_reset_get(node, "hdmi");
165 sc->sc_rst_dc[ndc] = fdtbus_reset_get(node, "dc");
tegra_hdaudio.c 129 sc->sc_rst_hda = fdtbus_reset_get(phandle, "hda");
134 sc->sc_rst_hda2hdmi = fdtbus_reset_get(phandle, "hda2hdmi");
139 sc->sc_rst_hda2codec_2x = fdtbus_reset_get(phandle, "hda2codec_2x");
tegra_ahcisata.c 156 sc->sc_rst_sata = fdtbus_reset_get(phandle, "sata");
161 sc->sc_rst_sata_oob = fdtbus_reset_get(phandle, "sata-oob");
166 sc->sc_rst_sata_cold = fdtbus_reset_get(phandle, "sata-cold");
tegra_fuse.c 93 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "fuse");
tegra_usbphy.c 124 sc->sc_rst_usb = fdtbus_reset_get(phandle, "usb");
129 sc->sc_rst_utmip = fdtbus_reset_get(phandle, "utmi-pads");
tegra_com.c 108 tsc->tsc_rst = fdtbus_reset_get(faa->faa_phandle, "serial");
tegra_xusb.c 391 rst = fdtbus_reset_get(faa->faa_phandle, "xusb_host");
394 rst = fdtbus_reset_get(faa->faa_phandle, "xusb_src");
397 rst = fdtbus_reset_get(faa->faa_phandle, "xusb_ss");
458 rst = fdtbus_reset_get(psc->sc_phandle, "xusb_host");
461 rst = fdtbus_reset_get(psc->sc_phandle, "xusb_src");
464 rst = fdtbus_reset_get(psc->sc_phandle, "xusb_ss");
tegra_sdhc.c 194 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "sdhci");
tegra_nouveau.c 162 sc->sc_rst_gpu = fdtbus_reset_get(faa->faa_phandle, "gpu");
tegra_apbdma.c 131 rst = fdtbus_reset_get(phandle, "dma");
tegra_cec.c 148 sc->sc_rst = fdtbus_reset_get(faa->faa_phandle, "cec");
tegra_soctherm.c 201 sc->sc_rst_soctherm = fdtbus_reset_get(phandle, "soctherm");
  /src/sys/arch/arm/altera/
cycv_gmac.c 110 rst_gmac = fdtbus_reset_get(phandle, "stmmaceth");
  /src/sys/arch/arm/rockchip/
rk3399_pcie_phy.c 80 rst = fdtbus_reset_get(phandle, name);
90 rst = fdtbus_reset_get(phandle, name);
rk_tcphy.c 189 sc->sc_rst = fdtbus_reset_get(phandle, "uphy");
194 sc->sc_rst_pipe = fdtbus_reset_get(phandle, "uphy-pipe");
199 sc->sc_rst_tcphy = fdtbus_reset_get(phandle, "uphy-tcphy");
rk3288_usb.c 169 rst = fdtbus_reset_get(phandle, "phy-reset");
rk3399_pcie.c 187 rst = fdtbus_reset_get(phandle, name);
197 rst = fdtbus_reset_get(phandle, name);
  /src/sys/arch/riscv/starfive/
jh71x0_temp.c 157 struct fdtbus_reset * rst = fdtbus_reset_get(phandle, cr);
  /src/sys/arch/arm/amlogic/
meson_dwmac.c 232 rst_gmac = fdtbus_reset_get(phandle, "stmmaceth");

Completed in 25 milliseconds

1 2