Searched refs:draminit0 (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dtdfxfb.c420 u32 draminit0 = tdfx_inl(par, DRAMINIT0); local
423 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4;
430 if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE))
435 chip_size = draminit0 & DRAMINIT0_SGRAM_TYPE_MASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dtdfxfb.c420 u32 draminit0 = tdfx_inl(par, DRAMINIT0); local
423 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4;
430 if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE))
435 chip_size = draminit0 & DRAMINIT0_SGRAM_TYPE_MASK;

Completed in 117 milliseconds