Lines Matching refs:temp_spc
363 uint32_t temp_spc; in ob_erase() local
369 temp_spc = OB_SPC_USER; in ob_erase()
372 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_erase()
390 OB_SPC_USER = (temp_spc & LOW_8BITS_MASK) | LOW_8BITS_MASK1; in ob_erase()
418 uint32_t temp_spc; in ob_write_protection_enable() local
424 temp_spc = OB_SPC_USER; in ob_write_protection_enable()
427 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_write_protection_enable()
485 uint32_t temp_spc; in ob_security_protection_config() local
491 temp_spc = OB_SPC_USER & LOW_16BITS_MASK; in ob_security_protection_config()
494 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_security_protection_config()
564 uint32_t temp_spc; in ob_user_write() local
571 temp_spc = OB_SPC_USER; in ob_user_write()
574 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_user_write()
624 uint32_t temp_spc; in ob_data_program() local
629 temp_spc = OB_SPC_USER; in ob_data_program()
632 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_data_program()