Lines Matching defs:cache
24 /* If the cache is older than 800ms we'll refetch it */
31 unsigned long last_read; /* jiffies when cache last updated */
32 u8 cache[16];
114 /* refresh the cache */
119 err = i2c_smbus_read_i2c_block_data(sat->i2c, 0x3f, 16, sat->cache);
129 16, 1, sat->cache, 16, false);
153 val = ((sat->cache[i] << 8) + sat->cache[i+1]) << sens->shift;
157 val = (val * ((sat->cache[i] << 8) + sat->cache[i+1])) >> 4;