Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c404 u32 draminit0 = tdfx_inl(par, DRAMINIT0); in do_lfb_size() local
407 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4; in do_lfb_size()
414 if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE)) in do_lfb_size()
419 chip_size = draminit0 & DRAMINIT0_SGRAM_TYPE_MASK; in do_lfb_size()