Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/accel/
Dmma9551_core.c391 int len_words = len / sizeof(u16); in mma9551_read_config_words() local
394 if (len_words > ARRAY_SIZE(be_buf)) { in mma9551_read_config_words()
404 for (i = 0; i < len_words; i++) in mma9551_read_config_words()
431 int len_words = len / sizeof(u16); in mma9551_read_status_words() local
434 if (len_words > ARRAY_SIZE(be_buf)) { in mma9551_read_status_words()
444 for (i = 0; i < len_words; i++) in mma9551_read_status_words()
471 int len_words = len / sizeof(u16); in mma9551_write_config_words() local
474 if (len_words > ARRAY_SIZE(be_buf)) { in mma9551_write_config_words()
479 for (i = 0; i < len_words; i++) in mma9551_write_config_words()