Searched refs:OP_MODE_MASK (Results 1 – 4 of 4) sorted by relevance
198 #define OP_MODE_MASK (0x3 << 28) macro
792 tmp &= ~OP_MODE_MASK; in gen11_dsi_configure_transcoder()813 tmp &= ~OP_MODE_MASK; in gen11_dsi_configure_transcoder()
60 #define OP_MODE_MASK 3 macro1180 if (opmode & ~OP_MODE_MASK) in mxser_ioctl_op_mode()1185 val &= ~(OP_MODE_MASK << shiftbit); in mxser_ioctl_op_mode()1197 return put_user(opmode & OP_MODE_MASK, u_opmode); in mxser_ioctl_op_mode()
2401 val = val & OP_MODE_MASK; in gen11_dsi_te_interrupt_handler()