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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsti.c114 int sti_init(struct sti_screen *, int);
536 if ((error = sti_init(scr, 0))) {
574 if ((error = sti_init(scr, STI_TEXTMODE | flags))) {
590 * sti_init() as expected, we can nevertheless walk the monitor
859 sti_init(struct sti_screen *scr, int mode) function
996 ret = sti_init(scr, 0);
999 ret = sti_init(scr, STI_TEXTMODE);

Completed in 47 milliseconds