Lines Matching refs:FIREWALL
169 SET_BIT(FIREWALL->CR, FW_CR_FPA) ; \
172 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \
191 CLEAR_BIT(FIREWALL->CR, FW_CR_FPA) ; \
194 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_FPA) ; \
210 SET_BIT(FIREWALL->CR, FW_CR_VDS) ; \
213 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
230 CLEAR_BIT(FIREWALL->CR, FW_CR_VDS) ; \
233 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
252 SET_BIT(FIREWALL->CR, FW_CR_VDE) ; \
255 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
272 CLEAR_BIT(FIREWALL->CR, FW_CR_VDE) ; \
275 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
288 #define __HAL_FIREWALL_GET_VOLATILEDATA_SHARED() ((FIREWALL->CR & FW_CR_VDS) == FW_CR_VDS)
298 #define __HAL_FIREWALL_GET_VOLATILEDATA_EXECUTION() ((FIREWALL->CR & FW_CR_VDE) == FW_CR_VDE)
308 #define __HAL_FIREWALL_GET_PREARM() ((FIREWALL->CR & FW_CR_FPA) == FW_CR_FPA)