Home
last modified time | relevance | path

Searched refs:acc_phandle (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/qualcomm/
H A Dqcom_cpu_kpssv2.c75 phandle_t acc_phandle, l2_phandle, saw_phandle; in qcom_cpu_kpssv2_regulator_start() local
99 sret = OF_getencprop(node, "qcom,acc", (void *) &acc_phandle, in qcom_cpu_kpssv2_regulator_start()
100 sizeof(acc_phandle)); in qcom_cpu_kpssv2_regulator_start()
101 if (sret != sizeof(acc_phandle)) in qcom_cpu_kpssv2_regulator_start()
103 acc_phandle = OF_node_from_xref(acc_phandle); in qcom_cpu_kpssv2_regulator_start()
121 ret = OF_decode_addr(acc_phandle, 0, &acc_tag, &acc_handle, &acc_sz); in qcom_cpu_kpssv2_regulator_start()