HomeSort by: relevance | last modified time | path
    Searched defs:vbt_temp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/evbarm/rpi/
rpi_vcmbox.c 55 struct vcprop_tag_temperature vbt_temp; member in struct:vcmbox_temp_request
160 VCMBOX_INIT_TAG(vb.vbt_temp, tag);
161 vb.vbt_temp.id = htole32(id);
166 !vcprop_tag_success_p(&vb.vbt_temp.tag)) {
169 *val = le32toh(vb.vbt_temp.value);

Completed in 11 milliseconds