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

  /src/sys/arch/arm/amlogic/
meson_sdio.c 61 int sc_slot_phandle; member in struct:meson_sdio_softc
200 sc->sc_slot_phandle = child;
213 sc->sc_reg_vmmc = fdtbus_regulator_acquire(sc->sc_slot_phandle, "vmmc-supply");
214 sc->sc_reg_vqmmc = fdtbus_regulator_acquire(sc->sc_slot_phandle, "vqmmc-supply");
216 sc->sc_gpio_cd = fdtbus_gpio_acquire(sc->sc_slot_phandle, "cd-gpios",
218 sc->sc_gpio_wp = fdtbus_gpio_acquire(sc->sc_slot_phandle, "wp-gpios",
221 sc->sc_gpio_cd_inverted = of_hasprop(sc->sc_slot_phandle, "cd-inverted");
222 sc->sc_gpio_wp_inverted = of_hasprop(sc->sc_slot_phandle, "wp-inverted");
224 sc->sc_non_removable = of_hasprop(sc->sc_slot_phandle, "non-removable");
225 sc->sc_broken_cd = of_hasprop(sc->sc_slot_phandle, "broken-cd")
    [all...]
meson_sdhc.c 91 int sc_slot_phandle; member in struct:meson_sdhc_softc
227 sc->sc_slot_phandle = child;
240 sc->sc_reg_vmmc = fdtbus_regulator_acquire(sc->sc_slot_phandle, "vmmc-supply");
241 sc->sc_reg_vqmmc = fdtbus_regulator_acquire(sc->sc_slot_phandle, "vqmmc-supply");
243 sc->sc_gpio_cd = fdtbus_gpio_acquire(sc->sc_slot_phandle, "cd-gpios",
245 sc->sc_gpio_wp = fdtbus_gpio_acquire(sc->sc_slot_phandle, "wp-gpios",
248 sc->sc_gpio_cd_inverted = of_hasprop(sc->sc_slot_phandle, "cd-inverted");
249 sc->sc_gpio_wp_inverted = of_hasprop(sc->sc_slot_phandle, "wp-inverted");
251 sc->sc_non_removable = of_hasprop(sc->sc_slot_phandle, "non-removable");
252 sc->sc_broken_cd = of_hasprop(sc->sc_slot_phandle, "broken-cd")
    [all...]

Completed in 13 milliseconds