Lines Matching defs:rev
134 int rev, size;
249 rev = RBIOS8(check_offset);
250 if (rev > 0) {
261 rev = RBIOS8(check_offset);
262 if (rev > 0) {
273 rev = RBIOS8(check_offset);
274 if (rev > 0) {
285 rev = RBIOS8(check_offset);
286 if (rev == 2) {
722 int8_t rev;
727 rev = RBIOS8(pll_info);
737 if (rev > 9) {
752 if (rev > 10) {
767 if (rev > 10) {
850 uint8_t rev, bg, dac;
863 rev = RBIOS8(dac_info) & 0x3;
864 if (rev < 2) {
1001 uint8_t rev, bg, dac;
1012 rev = RBIOS8(dac_info + 0x3);
1013 if (rev > 4) {
1028 } else if (rev > 1) {
1051 rev = RBIOS8(dac_info) & 0x3;
1052 if (rev < 2) {
2269 uint8_t rev = RBIOS8(ext_tmds_info);
2271 if (rev >= 3) {
2626 u8 rev, tmp;
2654 rev = RBIOS8(offset);
2656 if (rev == 0) {
2660 } else if (rev == 1) {
2664 } else if (rev == 2) {
2718 rev = RBIOS8(offset);
2729 if (rev > 4)
2742 if (rev < 6) {
2778 if (rev > 6)
2874 uint8_t blocks, slave_addr, rev;
2884 rev = RBIOS8(offset);
2886 rev = RBIOS8(offset);
2887 if (rev > 1) {
3250 uint8_t rev;
3262 rev = RBIOS8(offset);
3263 if (rev < 3) {
3276 rev = RBIOS8(offset - 1);
3277 if (rev < 1) {