Searched refs:MEI_SLOT_SIZE (Results 1 – 5 of 5) sorted by relevance
24 #define MEI_SLOT_SIZE sizeof(u32) macro25 #define MEI_RD_MSG_BUF_SIZE (128 * MEI_SLOT_SIZE)651 return DIV_ROUND_UP(length, MEI_SLOT_SIZE); in mei_data2slots()664 return DIV_ROUND_UP(sizeof(struct mei_msg_hdr) + length, MEI_SLOT_SIZE); in mei_hbm2slots()676 return slots * MEI_SLOT_SIZE; in mei_slots2data()
24 #define TXE_HBUF_DEPTH (PAYLOAD_SIZE / MEI_SLOT_SIZE)732 for (i = 0; i < hdr_len / MEI_SLOT_SIZE; i++) in mei_txe_write()736 for (j = 0; j < data_len / MEI_SLOT_SIZE; j++) in mei_txe_write()834 for (i = 0; i < len / MEI_SLOT_SIZE; i++) { in mei_txe_read()
614 for (i = 0; i < hdr_len / MEI_SLOT_SIZE; i++) in mei_me_hbuf_write()618 for (i = 0; i < data_len / MEI_SLOT_SIZE; i++) in mei_me_hbuf_write()677 for (; buffer_length >= MEI_SLOT_SIZE; buffer_length -= MEI_SLOT_SIZE) in mei_me_read_slots()
341 expected_len += MEI_SLOT_SIZE; in hdr_is_valid()343 expected_len += MEI_SLOT_SIZE; in hdr_is_valid()
500 cb->buf.data = kvmalloc(roundup(length, MEI_SLOT_SIZE), GFP_KERNEL); in mei_cl_alloc_cb()