Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis_accel.h244 ivideo->CommandReg = (rop) << 8;
247 ivideo->CommandReg |= (flags);
251 MMIO_OUT32(ivideo->mmio_vbase, BR(15), ivideo->CommandReg); \
369 ivideo->CommandReg = (rop) << 8;
372 ivideo->CommandReg |= (flags);
376 MMIO_OUT32(ivideo->mmio_vbase, COMMAND_READY, ivideo->CommandReg); \
Dsis_accel.c121 if(!(ivideo->CommandReg & X_INC)) { in SiS300SubsequentScreenToScreenCopy()
125 if(!(ivideo->CommandReg & Y_INC)) { in SiS300SubsequentScreenToScreenCopy()
Dsis.h573 u32 CommandReg; member