mvpex.c | 66 static int mvpex_wininit(struct mvpex_softc *, int, int, int, int, uint32_t *, 69 static void mvpex_wininit(struct mvpex_softc *, enum marvell_tags *); 262 mvpex_wininit(sc, tags); 275 mvpex_wininit(struct mvpex_softc *sc, int window, int tbegin, int tend, 323 window = mvpex_wininit(sc, window, ORION_TARGETID_SDRAM_CS0, 334 window = mvpex_wininit(sc, window, ORION_TARGETID_FLASH_CS, 338 window = mvpex_wininit(sc, window, 341 window = mvpex_wininit(sc, window, 356 mvpex_wininit(struct mvpex_softc *sc, enum marvell_tags *tags) function in typeref:typename:void
|