Searched refs:S626_CRBMSK_INTCTRL (Results 1 – 2 of 2) sorted by relevance
669 ~(S626_CRBMSK_INTCTRL | S626_CRBMSK_LATCHSRC), in s626_set_latch_source()699 s626_debi_replace(dev, S626_LP_CRB(chan), ~S626_CRBMSK_INTCTRL, set); in s626_reset_cap_flags()783 ~(S626_CRBMSK_INTCTRL | S626_CRBMSK_CLKENAB_A), crb); in s626_set_mode_a()887 unsigned int mask = S626_CRBMSK_INTCTRL; in s626_set_enable()918 mask = S626_CRBMSK_LOADSRC_B | S626_CRBMSK_INTCTRL; in s626_set_load_trig()938 s626_debi_replace(dev, crb_reg, ~S626_CRBMSK_INTCTRL, in s626_set_int_src()950 crb &= ~S626_CRBMSK_INTCTRL; in s626_set_int_src()1002 crb &= ~S626_CRBMSK_INTCTRL; in s626_pulse_index()
740 #define S626_CRBMSK_INTCTRL (S626_CRBMSK_INTRESETCMD | \ macro