Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dtdfx.h104 #define DRAMINIT0_SGRAM_TYPE_MASK (BIT(27) | BIT(28) | BIT(29)) macro
/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c419 chip_size = draminit0 & DRAMINIT0_SGRAM_TYPE_MASK; in do_lfb_size()