Home | History | Annotate | Download | only in pci

Lines Matching defs:ti_mem

178 static void ti_mem(struct ti_softc *, uint32_t, uint32_t, const void *);
349 ti_mem(struct ti_softc *sc, uint32_t addr, uint32_t len, const void *xbuf)
408 ti_mem(sc, tigonFwTextAddr, tigonFwTextLen, tigonFwText);
409 ti_mem(sc, tigonFwDataAddr, tigonFwDataLen, tigonFwData);
410 ti_mem(sc, tigonFwRodataAddr, tigonFwRodataLen, tigonFwRodata);
411 ti_mem(sc, tigonFwBssAddr, tigonFwBssLen, NULL);
412 ti_mem(sc, tigonFwSbssAddr, tigonFwSbssLen, NULL);
426 ti_mem(sc, tigon2FwTextAddr, tigon2FwTextLen, tigon2FwText);
427 ti_mem(sc, tigon2FwDataAddr, tigon2FwDataLen, tigon2FwData);
428 ti_mem(sc, tigon2FwRodataAddr, tigon2FwRodataLen,
430 ti_mem(sc, tigon2FwBssAddr, tigon2FwBssLen, NULL);
431 ti_mem(sc, tigon2FwSbssAddr, tigon2FwSbssLen, NULL);
1710 ti_mem(sc, 0x2000, 0x100000 - 0x2000, NULL);
2821 ti_mem(sc, 0x2000, 0x100000 - 0x2000, NULL);