Searched refs:scubootstrap (Results 1 – 2 of 2) sorted by relevance
176 v->scubootstrap.minor = fw_revision[1] << 8 | fw_revision[0]; in get_current_fw_rev()177 v->scubootstrap.major = fw_revision[3] << 8 | fw_revision[2]; in get_current_fw_rev()231 v->scubootstrap.minor = 0; in get_image_fw_rev()232 v->scubootstrap.major = 0; in get_image_fw_rev()
28 struct fw_version scubootstrap; member