HomeSort by: relevance | last modified time | path
    Searched defs:sc_cache (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/macppc/dev/
smusat.c 78 uint8_t sc_cache[16]; member in struct:smusat_softc
345 ret = iic_exec(sc->sc_i2c, I2C_OP_READ, sc->sc_addr, &reg, 1, sc->sc_cache, 16, 0);
369 sensor->current_value = (sc->sc_cache[reg] << 8) + sc->sc_cache[reg + 1];
  /src/sys/dev/
fssvar.h 170 int sc_cache_size; /* Number of entries in sc_cache */
171 struct fss_cache *sc_cache; /* Cluster cache */ member in struct:fss_softc
  /src/sys/dev/wsfb/
genfb.c 127 uint8_t *sc_cache; member in struct:genfb_private
1057 scp->sc_cache = kmem_alloc(GLYPHCACHESIZE, KM_SLEEP);
1068 cri->ri_bits = scp->sc_cache;
1070 cri->ri_origbits = scp->sc_cache;
1191 src = scp->sc_cache + cell * scp->sc_cache_ri.ri_yscale;
1199 src = scp->sc_cache + cell * scp->sc_cache_ri.ri_yscale;
  /src/sys/dev/pci/
voodoofb.c 103 uint32_t sc_cache; /* offset where cache starts */ member in struct:voodoofb_softc
841 save_offset = sc->sc_cache + (slot * ri->ri_fontscale);
1865 sc->sc_cache = (ri->ri_width * ri->ri_stride + 3) & 0xfffffffc;
1866 bufsize = sc->sc_memsize - sc->sc_cache;

Completed in 15 milliseconds