Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dradeonfb.c2612 #define DAC_WIDTH ((1 << 10) - 1) in radeonfb_init_palette() macro
2614 #define CLUT_COLOR(i) ((i * DAC_WIDTH * 2 / CLUT_WIDTH + 1) / 2) in radeonfb_init_palette()