Home
last modified time | relevance | path

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

/trueos/sys/dev/fb/
HDmachfb.c527 uint8_t dac_mask, dac_rindex, dac_windex; in machfb_init() local
620 dac_windex = regrb(sc, DAC_WINDEX); in machfb_init()
631 regwb(sc, DAC_WINDEX, dac_windex); in machfb_init()
708 uint8_t dac_mask, dac_rindex, dac_windex; in machfb_save_palette() local
713 dac_windex = regrb(sc, DAC_WINDEX); in machfb_save_palette()
721 regwb(sc, DAC_WINDEX, dac_windex); in machfb_save_palette()
731 uint8_t dac_mask, dac_rindex, dac_windex; in machfb_load_palette() local
736 dac_windex = regrb(sc, DAC_WINDEX); in machfb_load_palette()
744 regwb(sc, DAC_WINDEX, dac_windex); in machfb_load_palette()