Lines Matching defs:word_length
156 u8 word_length;
1090 if (pcfg->word_length != SWR_INVALID_PARAM) {
1092 p_rt->num, pcfg->word_length + 1,
1119 if (pcfg->word_length != SWR_INVALID_PARAM) {
1122 pcfg->word_length + 1,
1361 u8 word_length[QCOM_SDW_MAX_PORTS];
1432 memset(word_length, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS);
1433 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports);
1452 ctrl->pconfig[i + 1].word_length = word_length[i];