Lines Matching full:p_cur_sec
3407 section_info_t *p_cur_sec = NULL;
3481 p_cur_sec = ((section_info_t *)
3484 p_cur_sec->p_sec_hdr = (section_hdr_t *)
3489 p_cur_sec->p_sec_hdr->section_hdr_len);
3491 p_cur_sec->p_sec_hdr->section_address);
3493 p_cur_sec->p_sec_hdr->section_length);
3495 p_cur_sec->p_sec_hdr->section_mem_type);
3497 sec_type = (unsigned int)p_cur_sec->p_sec_hdr->section_mem_type;
3501 p_cur_sec->p_trim_data = (uint8_t *)
3506 p_cur_sec->p_trim_data = NULL;
3522 p_cur_sec->section_read = FALSE;
3524 p_cur_sec->section_offset = 0;
3526 p_cur_sec->p_sec_data = ((uint8_t *) nxp_nfc_fw) + fw_index +
3527 (p_cur_sec->p_sec_hdr->section_hdr_len * PNDNLD_WORD_LEN);
3530 (p_cur_sec->p_sec_hdr->section_hdr_len * PNDNLD_WORD_LEN)
3531 + p_cur_sec->p_sec_hdr->section_length;
3534 if( 0 != p_cur_sec->p_sec_hdr->section_checksum )
3537 p_cur_sec->p_sec_hdr->section_checksum );
3539 p_cur_sec->p_sec_chksum = ( uint8_t *)(nxp_nfc_fw + fw_index);
3542 p_cur_sec->p_sec_hdr->section_checksum;
3548 switch( p_cur_sec->p_sec_hdr->section_address )
3553 p_cur_sec->p_sec_data
3554 + p_cur_sec->p_sec_hdr->section_length
3561 p_cur_sec->p_sec_data
3562 + p_cur_sec->p_sec_hdr->section_length
3569 p_cur_sec->p_sec_data
3570 + p_cur_sec->p_sec_hdr->section_length
3718 section_info_t *p_cur_sec = NULL;