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

  /src/sys/arch/riscv/starfive/
jh71x0_eth.h 50 int sc_phy; member in struct:jh71x0_eth_softc
  /src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c 63 struct fdtbus_phy *sc_phy; member in struct:sunxi_dwhdmi_softc
145 KASSERT(sc->sc_phy != NULL);
147 if (sunxi_hdmiphy_detect(sc->sc_phy, force))
159 KASSERT(sc->sc_phy != NULL);
161 error = fdtbus_phy_enable(sc->sc_phy, true);
167 error = sunxi_hdmiphy_config(sc->sc_phy, &sc->sc_curmode);
178 KASSERT(sc->sc_phy != NULL);
180 error = fdtbus_phy_enable(sc->sc_phy, false);
290 sc->sc_phy = fdtbus_phy_get(sc->sc_phandle, "hdmi-phy");
291 if (sc->sc_phy == NULL
    [all...]
sunxi_usb3phy.c 85 struct sunxi_usb3phy sc_phy; member in struct:sunxi_usb3phy_softc
104 return &sc->sc_phy;
170 struct sunxi_usb3phy *phy = &sc->sc_phy;
  /src/sys/arch/arm/samsung/
exynos_usbphy.c 92 struct exynos_usbphy *sc_phy; member in struct:exynos_usbphy_softc
119 return &sc->sc_phy[index];
260 sc->sc_phy = kmem_alloc(sizeof(*sc->sc_phy) * sc->sc_nphy, KM_SLEEP);
262 sc->sc_phy[n].phy_sc = sc;
263 sc->sc_phy[n].phy_index = n;
exynos_usbdrdphy.c 111 struct exynos_usbdrdphy *sc_phy; member in struct:exynos_usbdrdphy_softc
138 return &sc->sc_phy[index];
258 sc->sc_phy = kmem_alloc(sizeof(*sc->sc_phy) * sc->sc_nphy, KM_SLEEP);
260 sc->sc_phy[n].phy_sc = sc;
261 sc->sc_phy[n].phy_index = n;
  /src/sys/dev/fdt/
arasan_sdhc_fdt.c 67 struct fdtbus_phy *sc_phy; member in struct:arasan_sdhc_softc
145 if (sc->sc_phy != NULL) {
146 error = fdtbus_phy_enable(sc->sc_phy, false);
160 if (sc->sc_phy != NULL) {
161 error = fdtbus_phy_enable(sc->sc_phy, true);
203 sc->sc_phy = fdtbus_phy_get(sc->sc_phandle, "phy_arasan");
204 if (sc->sc_phy == NULL) {
  /src/sys/arch/arm/gemini/
if_gmc.c 67 uint8_t sc_phy; member in struct:gmc_softc
352 (*sc->sc_mii.mii_writereg)(sc->sc_dev, sc->sc_phy, 0x0018, 0x0041);
758 sc->sc_phy = gma->gma_phy;
  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 109 int sc_phy; member in struct:npe_softc
276 sc->sc_phy = na->na_phy;
1602 if (sc->sc_phy > IXPNPECF_PHY_DEFAULT && phy != sc->sc_phy)
1626 if (sc->sc_phy > IXPNPECF_PHY_DEFAULT && phy != sc->sc_phy)

Completed in 18 milliseconds