Home | History | Annotate | Download | only in amlogic

Lines Matching defs:sc_slot_phandle

91 	int			sc_slot_phandle;
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");