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

  /src/sys/arch/arm/samsung/
exynos_usbphy.c 78 u_int phy_index; member in struct:exynos_usbphy
186 switch (phy->phy_index) {
190 const bus_size_t reg = phy->phy_index == PHY_ID_HSIC0 ?
263 sc->sc_phy[n].phy_index = n;
exynos_usbdrdphy.c 101 u_int phy_index; member in struct:exynos_usbdrdphy
154 val = syscon_read_4(sc->sc_pmureg, USBDRD_PHY_CTRL(phy->phy_index));
159 syscon_write_4(sc->sc_pmureg, USBDRD_PHY_CTRL(phy->phy_index), val);
261 sc->sc_phy[n].phy_index = n;
  /src/sys/arch/arm/sunxi/
sunxi_usbphy.c 105 u_int phy_index; member in struct:sunxi_usbphy
144 const uint32_t usbc_mask = __BIT(phy->phy_index * 2);
258 val = PMU_READ(sc, phy->phy_index, PMU_CFG);
263 PMU_WRITE(sc, phy->phy_index, PMU_CFG, val);
270 val = PMU_READ(sc, phy->phy_index, PMU_UNK_H3);
272 PMU_WRITE(sc, phy->phy_index, PMU_UNK_H3, val);
285 if (phy->phy_index == 0)
293 if (phy->phy_index == 0) {
323 if (phy->phy_index == 0 && sunxi_usbphy_vbus_detect(sc))
374 phy->phy_index = sc->sc_nphys
    [all...]

Completed in 132 milliseconds