Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/accel/
Dmma9551_core.c392 __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; in mma9551_read_config_words() local
394 if (len_words > ARRAY_SIZE(be_buf)) { in mma9551_read_config_words()
400 reg, NULL, 0, (u8 *) be_buf, len); in mma9551_read_config_words()
405 buf[i] = be16_to_cpu(be_buf[i]); in mma9551_read_config_words()
432 __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; in mma9551_read_status_words() local
434 if (len_words > ARRAY_SIZE(be_buf)) { in mma9551_read_status_words()
440 reg, NULL, 0, (u8 *) be_buf, len); in mma9551_read_status_words()
445 buf[i] = be16_to_cpu(be_buf[i]); in mma9551_read_status_words()
472 __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; in mma9551_write_config_words() local
474 if (len_words > ARRAY_SIZE(be_buf)) { in mma9551_write_config_words()
[all …]