Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dvirgefb.h115 #define SEQ_ID_CLOCKING_MODE 0x01 macro
Dcyberfb.h197 #define SEQ_ID_CLOCKING_MODE 0x01 macro
Dcyberfb.c1470 r = (int) RSeq(regs, SEQ_ID_CLOCKING_MODE); in gfx_on_off()
1473 WSeq (regs, SEQ_ID_CLOCKING_MODE, r | toggle); in gfx_on_off()
1635 WSeq (regs, SEQ_ID_CLOCKING_MODE, 0x01); in cv64_board_init()
Dvirgefb.c903 wseq(SEQ_ID_CLOCKING_MODE, 0x01); /* 8 dot clock */ in Cyber_init()
2466 tmp = rseq(SEQ_ID_CLOCKING_MODE) & (~(0x01 << 5)); in gfx_on_off()
2467 wseq(SEQ_ID_CLOCKING_MODE, tmp | toggle); in gfx_on_off()