Searched refs:saw_tag (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/qualcomm/ |
H A D | qcom_cpu_kpssv2.c | 76 bus_space_tag_t acc_tag, saw_tag; in qcom_cpu_kpssv2_regulator_start() local 124 ret = OF_decode_addr(saw_phandle, 0, &saw_tag, &saw_handle, &saw_sz); in qcom_cpu_kpssv2_regulator_start() 164 bus_space_write_4(saw_tag, saw_handle, QCOM_APCS_SAW2_2_VCTL, 0x10003); in qcom_cpu_kpssv2_regulator_start() 205 bus_space_unmap(saw_tag, saw_handle, saw_sz); in qcom_cpu_kpssv2_regulator_start()
|