Searched refs:storage_bytes (Results 1 – 2 of 2) sorted by relevance
33 unsigned int storage_bytes = in st_sensors_get_buffer_element() local36 buf = PTR_ALIGN(buf, storage_bytes); in st_sensors_get_buffer_element()42 buf += storage_bytes; in st_sensors_get_buffer_element()
138 unsigned int storage_bytes = data->chip->read_size; in maxim_thermocouple_read() local142 switch (storage_bytes) { in maxim_thermocouple_read()144 ret = spi_read(data->spi, &data->buffer.raw16, storage_bytes); in maxim_thermocouple_read()148 ret = spi_read(data->spi, &data->buffer.raw32, storage_bytes); in maxim_thermocouple_read()