Home
last modified time | relevance | path

Searched refs:FX_PARTITION_TABLE_OFFSET (Results 1 – 1 of 1) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_partition_offset_calculate.c45 #define FX_PARTITION_TABLE_OFFSET 446 macro
459 …partition_type = partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + partition * FX_PARTITION_ENTRY_… in _fx_partition_offset_calculate_extended()
468 …tion_start = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + partit… in _fx_partition_offset_calculate_extended()
474 …tion_size = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + partit… in _fx_partition_offset_calculate_extended()
499 …for(i = FX_PARTITION_TABLE_OFFSET; i <= FX_PARTITION_TABLE_OFFSET + 3 * FX_PARTITION_ENTRY_SIZE; i… in _fx_partition_offset_calculate_extended()
557 … partition_type = partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PARTITION_TYPE_OFFSET]; in _fx_partition_offset_calculate_extended()
564 …tion_start = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PAR… in _fx_partition_offset_calculate_extended()
570 …tion_size = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PAR… in _fx_partition_offset_calculate_extended()
586 …partition_type = partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PARTITION_ENTRY_SIZE + FX_PA… in _fx_partition_offset_calculate_extended()
591 …se_sector = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_PARTITION_TABLE_OFFSET + FX_PAR… in _fx_partition_offset_calculate_extended()