Lines Matching defs:word_length
155 u8 word_length;
1066 if (pcfg->word_length != SWR_INVALID_PARAM) {
1068 p_rt->num, pcfg->word_length + 1,
1095 if (pcfg->word_length != SWR_INVALID_PARAM) {
1098 pcfg->word_length + 1,
1371 u8 word_length[QCOM_SDW_MAX_PORTS];
1443 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS);
1444 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports);
1463 ctrl->pconfig[i + 1].word_length = word_length[i];