Lines Matching defs:word_cnt
1020 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
1024 word_cnt);
1036 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
1040 word_cnt);
1713 ssize_t word_cnt;
1725 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32);
1726 sci_swab32_cpy(&ssp_hdr, frame_header, word_cnt);
1730 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
1736 sci_swab32_cpy(&ireq->ssp.rsp, resp_iu, word_cnt);
1791 word_cnt = (sg->length/4)-1;
1792 if (word_cnt > 0)
1793 word_cnt = min_t(unsigned int, word_cnt,
1795 sci_swab32_cpy(rsp + 4, smp_resp, word_cnt);