Searched refs:sc_phy (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c63 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
[all...]
H A Dsunxi_usb3phy.c85 struct sunxi_usb3phy sc_phy; member in struct:sunxi_usb3phy_softc
104 return &sc->sc_phy;
170 struct sunxi_usb3phy *phy = &sc->sc_phy;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_usbdrdphy.c111 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;
H A Dexynos_usbphy.c92 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;
/netbsd-current/sys/dev/fdt/
H A Darasan_sdhc_fdt.c67 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) {
/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_if_npe.c109 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)
/netbsd-current/sys/arch/arm/gemini/
H A Dif_gmc.c67 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;

Completed in 169 milliseconds