of_property_read_u8_index
EXPORT_SYMBOL_GPL(of_property_read_u8_index);
ret = of_property_read_u8_index(np, "qcom,ports-offset1", i, &pcfg->off1);
ret = of_property_read_u8_index(np, "qcom,ports-offset2", i, &pcfg->off2);
ret = of_property_read_u8_index(np, "qcom,ports-sinterval-low", i, (u8 *)&pcfg->si);
ret = of_property_read_u8_index(np, "qcom,ports-block-pack-mode",
of_property_read_u8_index(np, "qcom,ports-hstart", i, &pcfg->hstart);
of_property_read_u8_index(np, "qcom,ports-hstop", i, &pcfg->hstop);
of_property_read_u8_index(np, "qcom,ports-word-length", i, &pcfg->word_length);
of_property_read_u8_index(np, "qcom,ports-block-group-count",
of_property_read_u8_index(np, "qcom,ports-lane-control", i, &pcfg->lane_control);
extern int of_property_read_u8_index(const struct device_node *np,