pvc_write         117 arch/mips/lasat/picvue.c 	pvc_write(0x80 | addr, MODE_INST);
pvc_write         120 arch/mips/lasat/picvue.c 		pvc_write(*str++, MODE_DATA);
pvc_write         158 arch/mips/lasat/picvue.c 	pvc_write(0x40 | addr, MODE_INST);
pvc_write         161 arch/mips/lasat/picvue.c 		pvc_write(bitmap[i], MODE_DATA);
pvc_write         175 arch/mips/lasat/picvue.c 	pvc_write(FUNC_SET_CMD | (cmd & (EIGHT_BYTE|TWO_LINES|LARGE_FONT)),
pvc_write         186 arch/mips/lasat/picvue.c 	pvc_write(ENTRYMODE_CMD | (cmd & (AUTO_INC|CURSOR_FOLLOWS_DISP)),
pvc_write         197 arch/mips/lasat/picvue.c 	pvc_write(DISP_CNT_CMD | (cmd & (DISP_ON|CUR_ON|CUR_BLINK)), MODE_INST);
pvc_write         207 arch/mips/lasat/picvue.c 	pvc_write(MOVE_CMD | (cmd & (DISPLAY|RIGHT)), MODE_INST);
pvc_write         213 arch/mips/lasat/picvue.c 	pvc_write(CLEAR_CMD, MODE_INST);
pvc_write         219 arch/mips/lasat/picvue.c 	pvc_write(HOME_CMD, MODE_INST);