Lines Matching defs:rev
133 int rev, size;
248 rev = RBIOS8(check_offset);
249 if (rev > 0) {
260 rev = RBIOS8(check_offset);
261 if (rev > 0) {
272 rev = RBIOS8(check_offset);
273 if (rev > 0) {
284 rev = RBIOS8(check_offset);
285 if (rev == 2) {
737 int8_t rev;
742 rev = RBIOS8(pll_info);
752 if (rev > 9) {
767 if (rev > 10) {
782 if (rev > 10) {
865 uint8_t rev, bg, dac;
878 rev = RBIOS8(dac_info) & 0x3;
879 if (rev < 2) {
1016 uint8_t rev, bg, dac;
1027 rev = RBIOS8(dac_info + 0x3);
1028 if (rev > 4) {
1043 } else if (rev > 1) {
1066 rev = RBIOS8(dac_info) & 0x3;
1067 if (rev < 2) {
2284 uint8_t rev = RBIOS8(ext_tmds_info);
2286 if (rev >= 3) {
2641 u8 rev, tmp;
2669 rev = RBIOS8(offset);
2671 if (rev == 0) {
2675 } else if (rev == 1) {
2679 } else if (rev == 2) {
2733 rev = RBIOS8(offset);
2744 if (rev > 4)
2757 if (rev < 6) {
2793 if (rev > 6)
2889 uint8_t blocks, slave_addr, rev;
2899 rev = RBIOS8(offset);
2901 rev = RBIOS8(offset);
2902 if (rev > 1) {
3265 uint8_t rev;
3277 rev = RBIOS8(offset);
3278 if (rev < 3) {
3291 rev = RBIOS8(offset - 1);
3292 if (rev < 1) {