Searched refs:SEC_SCTL_INT_EN (Results 1 – 2 of 2) sorted by relevance
353 reg_sctl |= SEC_SCTL_INT_EN; in bfin_sec_enable_sci()364 reg_sctl &= ((uint32_t)~SEC_SCTL_INT_EN); in bfin_sec_disable_sci()
3170 #define SEC_SCTL_INT_EN 0x00000001 /* IEN: Enable */ macro