Searched refs:opmask (Results 1 – 2 of 2) sorted by relevance
72 int mec_hal_ps2_control(struct mec_ps2_regs *regs, uint8_t operand, uint8_t opmask);
143 int mec_hal_ps2_control(struct mec_ps2_regs *regs, uint8_t operand, uint8_t opmask) in mec_hal_ps2_control() argument151 regs->CTRL = (regs->CTRL & (uint8_t)~(opmask & 0x03u)) | (operand & 0x03u); in mec_hal_ps2_control()