Lines Matching refs:op_byte

1005     uint32_t op_byte[OB_WORD_CNT] = {0U};  in ob_write_protection_enable()  local
1015 op_byte[i] = OP_BYTE(i); in ob_write_protection_enable()
1021 op_byte[2] &= (ob_wp & LOW_8BITS_MASK) | ((ob_wp & HIGH_8BITS_MASK) << 8); in ob_write_protection_enable()
1022 op_byte[3] &= ((ob_wp & LOW_8BITS_MASK1) >> 16) | ((ob_wp & HIGH_8BITS_MASK1) >> 8); in ob_write_protection_enable()
1025 op_byte[4] &= (uint32_t)((ob_wp & LOW_8BITS_MASK) | HIGH_16BITS_MASK); in ob_write_protection_enable()
1028 op_byte[4] &= (uint32_t)(((ob_wp & LOW_8BITS_MASK) << 16U) | LOW_16BITS_MASK); in ob_write_protection_enable()
1031 op_byte[5] &= (uint32_t)(ob_wp & LOW_8BITS_MASK); in ob_write_protection_enable()
1056 OP_BYTE(i * 2U) = op_byte[i * 2U]; in ob_write_protection_enable()
1057 OP_BYTE(i * 2U + 1U) = op_byte[i * 2U + 1U]; in ob_write_protection_enable()
1101 uint32_t op_byte[OB_WORD_CNT] = {0U}; in ob_security_protection_config() local
1110 op_byte[i] = OP_BYTE(i); in ob_security_protection_config()
1113 op_byte[0] = ((uint32_t)(ob_spc)) | ((op_byte[0] & HIGH_16BITS_MASK)); in ob_security_protection_config()
1136 OP_BYTE(i * 2U) = op_byte[i * 2U]; in ob_security_protection_config()
1137 OP_BYTE(i * 2U + 1U) = op_byte[i * 2U + 1U]; in ob_security_protection_config()
1188 uint32_t op_byte[OB_WORD_CNT] = {0U}; in ob_user_write() local
1201 op_byte[i] = OP_BYTE(i); in ob_user_write()
1204 ob_user_temp = (uint8_t)(op_byte[0] >> 16U); in ob_user_write()
1208 op_byte[0] = ((uint32_t)ob_user_temp << 16U) | ((op_byte[0] & LOW_16BITS_MASK)); in ob_user_write()
1231 OP_BYTE(i * 2U) = op_byte[i * 2U]; in ob_user_write()
1232 OP_BYTE(i * 2U + 1U) = op_byte[i * 2U + 1U]; in ob_user_write()
1274 uint32_t op_byte[OB_WORD_CNT] = {0U}; in ob_data_program() local
1285 op_byte[i] = OP_BYTE(i); in ob_data_program()
1290 op_byte[1] = val; in ob_data_program()
1310 OP_BYTE(i * 2U) = op_byte[i * 2U]; in ob_data_program()
1311 OP_BYTE(i * 2U + 1U) = op_byte[i * 2U + 1U]; in ob_data_program()