Searched refs:FX_HUGE_SECTORS (Results 1 – 5 of 5) sorted by relevance
143 … media_ptr -> fx_media_total_sectors = _fx_utility_32_unsigned_read(&boot_sector[FX_HUGE_SECTORS]); in _fx_media_boot_info_extract()
369 _fx_utility_32_unsigned_write(&byte_ptr[FX_HUGE_SECTORS], 0); in _fx_media_format()378 _fx_utility_32_unsigned_write(&byte_ptr[FX_HUGE_SECTORS], total_sectors); in _fx_media_format()
417 … total_sectors = _fx_utility_32_unsigned_read(&partition_sector_ptr[FX_HUGE_SECTORS]); in _fx_partition_offset_calculate_extended()
525 _fx_utility_32_unsigned_write(&ram_disk_memory[FX_HUGE_SECTORS], 0); in ftest_0_entry()
627 #define FX_HUGE_SECTORS 0x020 macro