Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A 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); \
H A Dsis_accel.c121 if(!(ivideo->CommandReg & X_INC)) { in SiS300SubsequentScreenToScreenCopy()
125 if(!(ivideo->CommandReg & Y_INC)) { in SiS300SubsequentScreenToScreenCopy()
H A Dsis.h574 u32 CommandReg; member
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A 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); \
H A Dsis_accel.c121 if(!(ivideo->CommandReg & X_INC)) { in SiS300SubsequentScreenToScreenCopy()
125 if(!(ivideo->CommandReg & Y_INC)) { in SiS300SubsequentScreenToScreenCopy()
H A Dsis.h573 u32 CommandReg; member

Completed in 6 milliseconds