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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c553 if (ast_get_reg(&ast_info.ast_red[coloron], DAC_DATA) != 0)
559 if (ast_get_reg(&ast_info.ast_green[coloron], DAC_DATA) != 0)
565 if (ast_get_reg(&ast_info.ast_blue[coloron], DAC_DATA) != 0)
661 if (ast_set_reg(DAC_DATA, new_red[coloron]) != 0)
667 if (ast_set_reg(DAC_DATA, new_green[coloron]) != 0)
673 if (ast_set_reg(DAC_DATA, new_blue[coloron]) != 0)
702 if (ast_set_reg(DAC_DATA, ast_info.ast_red[coloron]) != 0)
708 if (ast_set_reg(DAC_DATA, ast_info.ast_green[coloron]) != 0)
714 if (ast_set_reg(DAC_DATA, ast_info.ast_blue[coloron]) != 0)
H A Dast.h63 #define DAC_DATA 0x49 macro

Completed in 13 milliseconds