Searched refs:RBIOS8 (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dradeon_combios.c333 rev = RBIOS8(check_offset);
345 rev = RBIOS8(check_offset);
357 rev = RBIOS8(check_offset);
369 rev = RBIOS8(check_offset);
381 while (RBIOS8(check_offset++));
725 blocks = RBIOS8(offset + 2);
727 id = RBIOS8(offset + 3 + (i * 5) + 0);
729 clk = RBIOS8(offset + 3 + (i * 5) + 3);
730 data = RBIOS8(offset + 3 + (i * 5) + 4);
764 rev = RBIOS8(pll_inf
[all...]
H A Dradeon.h1254 #define RBIOS8(i) (rdev->bios[i]) macro
1255 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
H A Dradeon_bios.c453 if (RBIOS8(tmp + 0x14) != 0x0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_combios.c333 rev = RBIOS8(check_offset);
345 rev = RBIOS8(check_offset);
357 rev = RBIOS8(check_offset);
369 rev = RBIOS8(check_offset);
381 while (RBIOS8(check_offset++));
725 blocks = RBIOS8(offset + 2);
727 id = RBIOS8(offset + 3 + (i * 5) + 0);
729 clk = RBIOS8(offset + 3 + (i * 5) + 3);
730 data = RBIOS8(offset + 3 + (i * 5) + 4);
764 rev = RBIOS8(pll_inf
[all...]
H A Dradeon.h1254 #define RBIOS8(i) (rdev->bios[i]) macro
1255 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
H A Dradeon_bios.c453 if (RBIOS8(tmp + 0x14) != 0x0) {

Completed in 178 milliseconds