Searched refs:S626_CRBMSK_INTCTRL (Results 1 – 2 of 2) sorted by relevance
667 ~(S626_CRBMSK_INTCTRL | S626_CRBMSK_LATCHSRC), in s626_set_latch_source()697 s626_debi_replace(dev, S626_LP_CRB(chan), ~S626_CRBMSK_INTCTRL, set); in s626_reset_cap_flags()909 ~(S626_CRBMSK_INTCTRL | S626_CRBMSK_CLKENAB_A), crb); in s626_set_mode_a()1013 unsigned int mask = S626_CRBMSK_INTCTRL; in s626_set_enable()1063 mask = S626_CRBMSK_LOADSRC_B | S626_CRBMSK_INTCTRL; in s626_set_load_trig()1096 s626_debi_replace(dev, crb_reg, ~S626_CRBMSK_INTCTRL, in s626_set_int_src()1108 crb &= ~S626_CRBMSK_INTCTRL; in s626_set_int_src()1280 crb &= ~S626_CRBMSK_INTCTRL; in s626_pulse_index()
631 #define S626_CRBMSK_INTCTRL (S626_CRBMSK_INTRESETCMD | \ macro