Home
last modified time | relevance | path

Searched refs:sramc_softc (Results 1 – 1 of 1) sorted by last modified time

/netbsd/sys/arch/arm/sunxi/
H A Dsunxi_sramc.c114 static struct sunxi_sramc_softc *sramc_softc = NULL; variable
230 KASSERT(sramc_softc == NULL); in sunxi_sramc_attach()
231 sramc_softc = sc; in sunxi_sramc_attach()
247 struct sunxi_sramc_softc * const sc = sramc_softc; in sunxi_sramc_map()