Searched refs:be_buf (Results 1 – 1 of 1) sorted by relevance
383 __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; in mma9551_read_config_words() local385 if (len > ARRAY_SIZE(be_buf)) { in mma9551_read_config_words()391 reg, NULL, 0, (u8 *)be_buf, len * sizeof(u16)); in mma9551_read_config_words()396 buf[i] = be16_to_cpu(be_buf[i]); in mma9551_read_config_words()422 __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; in mma9551_read_status_words() local424 if (len > ARRAY_SIZE(be_buf)) { in mma9551_read_status_words()430 reg, NULL, 0, (u8 *)be_buf, len * sizeof(u16)); in mma9551_read_status_words()435 buf[i] = be16_to_cpu(be_buf[i]); in mma9551_read_status_words()461 __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; in mma9551_write_config_words() local463 if (len > ARRAY_SIZE(be_buf)) { in mma9551_write_config_words()[all …]