Home
last modified time | relevance | path

Searched refs:sc_gpio_wp_inverted (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_sdio.c70 int sc_gpio_wp_inverted; member
222 sc->sc_gpio_wp_inverted = of_hasprop(sc->sc_slot_phandle, "wp-inverted"); in meson_sdio_attach()
421 if (sc->sc_gpio_wp_inverted) in meson_sdio_write_protect()
H A Dmeson_sdhc.c82 int sc_gpio_wp_inverted; member
249 sc->sc_gpio_wp_inverted = of_hasprop(sc->sc_slot_phandle, "wp-inverted"); in meson_sdhc_attach()
571 if (sc->sc_gpio_wp_inverted) in meson_sdhc_write_protect()
H A Dmesongx_mmc.c245 int sc_gpio_wp_inverted; member
359 sc->sc_gpio_wp_inverted = of_hasprop(phandle, "wp-inverted") ? 1 : 0; in mesongx_mmc_attach()
733 if (sc->sc_gpio_wp_inverted) in mesongx_mmc_write_protect()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_mmc.c188 int sc_gpio_wp_inverted; member
390 sc->sc_gpio_wp_inverted = of_hasprop(phandle, "wp-inverted") ? 0 : 1;
792 sc->sc_gpio_wp_inverted;