Searched refs:loc_status (Results 1 – 1 of 1) sorted by relevance
11132 unsigned char loc_status, pos_status, panel_status; in display_damage() local11144 loc_status = (dmg_status >> (PORT_DETAIL_OFFSET + (4 * i))) & 0xF; in display_damage()11145 pos_status = FIELD_GET(POS_STATUS, loc_status); in display_damage()11146 panel_status = FIELD_GET(PANEL_STATUS, loc_status); in display_damage()