Home
last modified time | relevance | path

Searched refs:SLICE_BITS (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/misc/eeprom/
A Dmax6875.c34 #define SLICE_BITS 4 macro
65 buf = &data->data[slice << SLICE_BITS]; in max6875_update_slice()
74 addr = USER_EEPROM_BASE + (slice << SLICE_BITS); in max6875_update_slice()
115 max_slice = (off + count - 1) >> SLICE_BITS; in max6875_read()
116 for (slice = (off >> SLICE_BITS); slice <= max_slice; slice++) in max6875_read()

Completed in 4 milliseconds