Lines Matching defs:tmp_val
4528 uint16_t tmp_val;
4560 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */
4561 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val);
4563 if (tmp_val == 0x3F) /* satellite is unusable or doesn't even exist */
4568 p = ap(buffer, sizeof(buffer), p, "DATA %s, ", (tmp_val & 0x20) ? "BAD" : "OK" );
4571 switch (tmp_val & 0x1F)
4584 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */
4585 p = ap(buffer, sizeof(buffer), p, "; cfg=0x%02x (", tmp_val);
4586 switch (tmp_val & 0x7)
4596 if (tmp_val & 0x08) /* A-S is on, P-code is encrypted */