HomeSort by: relevance | last modified time | path
    Searched defs:sc_cmap (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/sys/dev/sun/
cgthreevar.h 54 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgthree_softc
cgthreevar.h 54 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgthree_softc
cgthreevar.h 54 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgthree_softc
cgsixvar.h 81 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgsix_softc
cgsixvar.h 81 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgsix_softc
cgsixvar.h 81 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgsix_softc
  /src/sys/dev/bi/
kdb.c 87 bus_dmamap_t sc_cmap; /* Control structures */ member in struct:kdb_softc
178 1, sizeof(struct mscp_pack), 0, BUS_DMA_NOWAIT, &sc->sc_cmap))) {
184 if ((error = bus_dmamap_load(sc->sc_dmat, sc->sc_cmap,
187 bus_dmamap_destroy(sc->sc_dmat, sc->sc_cmap);
201 ma.ma_dmam = sc->sc_cmap;
kdb.c 87 bus_dmamap_t sc_cmap; /* Control structures */ member in struct:kdb_softc
178 1, sizeof(struct mscp_pack), 0, BUS_DMA_NOWAIT, &sc->sc_cmap))) {
184 if ((error = bus_dmamap_load(sc->sc_dmat, sc->sc_cmap,
187 bus_dmamap_destroy(sc->sc_dmat, sc->sc_cmap);
201 ma.ma_dmam = sc->sc_cmap;
kdb.c 87 bus_dmamap_t sc_cmap; /* Control structures */ member in struct:kdb_softc
178 1, sizeof(struct mscp_pack), 0, BUS_DMA_NOWAIT, &sc->sc_cmap))) {
184 if ((error = bus_dmamap_load(sc->sc_dmat, sc->sc_cmap,
187 bus_dmamap_destroy(sc->sc_dmat, sc->sc_cmap);
201 ma.ma_dmam = sc->sc_cmap;
  /src/sys/dev/ic/
sgecvar.h 56 bus_dmamap_t sc_cmap; /* Map for control structures */ member in struct:ze_softc
sgecvar.h 56 bus_dmamap_t sc_cmap; /* Map for control structures */ member in struct:ze_softc
sgecvar.h 56 bus_dmamap_t sc_cmap; /* Map for control structures */ member in struct:ze_softc
  /src/sys/arch/sparc/dev/
cgfour.c 132 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgfour_softc
305 ((char *)&sc->sc_cmap)[i] = bt->bt_cmap >> 24;
365 return (bt_getcmap(p, &sc->sc_cmap, 256, 1));
369 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
493 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
cgfour.c 132 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgfour_softc
305 ((char *)&sc->sc_cmap)[i] = bt->bt_cmap >> 24;
365 return (bt_getcmap(p, &sc->sc_cmap, 256, 1));
369 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
493 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
cgfour.c 132 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgfour_softc
305 ((char *)&sc->sc_cmap)[i] = bt->bt_cmap >> 24;
365 return (bt_getcmap(p, &sc->sc_cmap, 256, 1));
369 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
493 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
cgeight.c 134 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgeight_softc
313 sc->sc_cmap.cm_chip[i] = bt->bt_cmap;
374 return (bt_getcmap(p, &sc->sc_cmap, 256, 1));
378 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
524 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
cgtwo.c 83 volatile u_short *sc_cmap; member in struct:cgtwo_softc
84 #define sc_redmap(sc) ((sc)->sc_cmap)
85 #define sc_greenmap(sc) ((sc)->sc_cmap + CG2_CMSIZE)
86 #define sc_bluemap(sc) ((sc)->sc_cmap + 2 * CG2_CMSIZE)
203 sc->sc_cmap = (volatile u_short *)bh; /* XXX */
cgeight.c 134 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgeight_softc
313 sc->sc_cmap.cm_chip[i] = bt->bt_cmap;
374 return (bt_getcmap(p, &sc->sc_cmap, 256, 1));
378 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
524 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
cgtwo.c 83 volatile u_short *sc_cmap; member in struct:cgtwo_softc
84 #define sc_redmap(sc) ((sc)->sc_cmap)
85 #define sc_greenmap(sc) ((sc)->sc_cmap + CG2_CMSIZE)
86 #define sc_bluemap(sc) ((sc)->sc_cmap + 2 * CG2_CMSIZE)
203 sc->sc_cmap = (volatile u_short *)bh; /* XXX */
cgeight.c 134 union bt_cmap sc_cmap; /* Brooktree color map */ member in struct:cgeight_softc
313 sc->sc_cmap.cm_chip[i] = bt->bt_cmap;
374 return (bt_getcmap(p, &sc->sc_cmap, 256, 1));
378 error = bt_putcmap(p, &sc->sc_cmap, 256, 1);
524 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
  /src/sys/dev/sbus/
zxvar.h 93 uint8_t *sc_cmap; member in struct:zx_softc
zxvar.h 93 uint8_t *sc_cmap; member in struct:zx_softc
zxvar.h 93 uint8_t *sc_cmap; member in struct:zx_softc
  /src/sys/arch/sun3/dev/
cg4.c 115 struct soft_cmap sc_cmap; /* Soft cmap, user format */ member in struct:cg4_softc
459 struct soft_cmap *cm = &sc->sc_cmap;
489 struct soft_cmap *cm = &sc->sc_cmap;
521 struct soft_cmap *cm = &sc->sc_cmap;
536 struct soft_cmap *cm = &sc->sc_cmap;
571 struct soft_cmap *cm = &sc->sc_cmap;
620 struct soft_cmap *cm = &sc->sc_cmap;
cg4.c 115 struct soft_cmap sc_cmap; /* Soft cmap, user format */ member in struct:cg4_softc
459 struct soft_cmap *cm = &sc->sc_cmap;
489 struct soft_cmap *cm = &sc->sc_cmap;
521 struct soft_cmap *cm = &sc->sc_cmap;
536 struct soft_cmap *cm = &sc->sc_cmap;
571 struct soft_cmap *cm = &sc->sc_cmap;
620 struct soft_cmap *cm = &sc->sc_cmap;

Completed in 41 milliseconds

1 2 3