SLICE_BITS 65 drivers/misc/eeprom/max6875.c buf = &data->data[slice << SLICE_BITS]; SLICE_BITS 74 drivers/misc/eeprom/max6875.c addr = USER_EEPROM_BASE + (slice << SLICE_BITS); SLICE_BITS 115 drivers/misc/eeprom/max6875.c max_slice = (off + count - 1) >> SLICE_BITS; SLICE_BITS 116 drivers/misc/eeprom/max6875.c for (slice = (off >> SLICE_BITS); slice <= max_slice; slice++)