Lines Matching refs:eventctrl1
191 config->eventctrl1 = 0x0; in reset_store()
383 config->eventctrl1 |= BIT(11); in mode_store()
385 config->eventctrl1 &= ~BIT(11); in mode_store()
390 config->eventctrl1 |= BIT(12); in mode_store()
392 config->eventctrl1 &= ~BIT(12); in mode_store()
533 val = BMVAL(config->eventctrl1, 0, 3); in event_instren_show()
550 config->eventctrl1 &= ~(BIT(0) | BIT(1) | BIT(2) | BIT(3)); in event_instren_store()
554 config->eventctrl1 |= val & BIT(1); in event_instren_store()
558 config->eventctrl1 |= val & (BIT(0) | BIT(1)); in event_instren_store()
562 config->eventctrl1 |= val & (BIT(0) | BIT(1) | BIT(2)); in event_instren_store()
566 config->eventctrl1 |= val & 0xF; in event_instren_store()