Searched refs:S626_CRBMSK_INTCTRL (Results 1 – 2 of 2) sorted by relevance
666 ~(S626_CRBMSK_INTCTRL | S626_CRBMSK_LATCHSRC), in s626_set_latch_source()696 s626_debi_replace(dev, S626_LP_CRB(chan), ~S626_CRBMSK_INTCTRL, set); in s626_reset_cap_flags()780 ~(S626_CRBMSK_INTCTRL | S626_CRBMSK_CLKENAB_A), crb); in s626_set_mode_a()884 unsigned int mask = S626_CRBMSK_INTCTRL; in s626_set_enable()915 mask = S626_CRBMSK_LOADSRC_B | S626_CRBMSK_INTCTRL; in s626_set_load_trig()935 s626_debi_replace(dev, crb_reg, ~S626_CRBMSK_INTCTRL, in s626_set_int_src()947 crb &= ~S626_CRBMSK_INTCTRL; in s626_set_int_src()999 crb &= ~S626_CRBMSK_INTCTRL; in s626_pulse_index()
740 #define S626_CRBMSK_INTCTRL (S626_CRBMSK_INTRESETCMD | \ macro