Lines Matching refs:temp_spc
339 uint32_t temp_spc; in ob_erase() local
345 temp_spc = OB_SPC_USER; in ob_erase()
348 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_erase()
366 OB_SPC_USER = (temp_spc & LOW_8BITS_MASK) | LOW_8BITS_MASK1; in ob_erase()
400 uint32_t temp_spc; in ob_write_protection_enable() local
406 temp_spc = OB_SPC_USER; in ob_write_protection_enable()
409 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_write_protection_enable()
473 uint32_t temp_spc; in ob_security_protection_config() local
479 temp_spc = OB_SPC_USER & LOW_16BITS_MASK; in ob_security_protection_config()
482 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_security_protection_config()
557 uint32_t temp_spc; in ob_user_write() local
564 temp_spc = OB_SPC_USER; in ob_user_write()
567 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_user_write()
622 uint32_t temp_spc; in ob_data_program() local
628 temp_spc = OB_SPC_USER; in ob_data_program()
631 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_data_program()