Lines Matching refs:FIREWALL
167 SET_BIT(FIREWALL->CR, FW_CR_FPA) ; \
170 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \
189 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA) ; \
192 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \
208 SET_BIT(FIREWALL->CR, FW_CR_VDS) ; \
211 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
228 CLEAR_BIT(FIREWALL->CR, FW_CR_VDS) ; \
231 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
250 SET_BIT(FIREWALL->CR, FW_CR_VDE) ; \
253 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
270 CLEAR_BIT(FIREWALL->CR, FW_CR_VDE) ; \
273 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
286 #define __HAL_FIREWALL_GET_VOLATILEDATA_SHARED() ((FIREWALL->CR & FW_CR_VDS) == FW_CR_VDS)
296 #define __HAL_FIREWALL_GET_VOLATILEDATA_EXECUTION() ((FIREWALL->CR & FW_CR_VDE) == FW_CR_VDE)
306 #define __HAL_FIREWALL_GET_PREARM() ((FIREWALL->CR & FW_CR_FPA) == FW_CR_FPA)