Searched refs:FX_SECTORS (Results 1 – 5 of 5) sorted by relevance
140 …media_ptr -> fx_media_total_sectors = _fx_utility_16_unsigned_read(&boot_sector[FX_SECTORS]); in _fx_media_boot_info_extract()
366 _fx_utility_16_unsigned_write(&byte_ptr[FX_SECTORS], (UINT)(total_sectors)); in _fx_media_format()375 _fx_utility_16_unsigned_write(&byte_ptr[FX_SECTORS], (UINT)0); in _fx_media_format()
411 total_sectors = _fx_utility_16_unsigned_read(&partition_sector_ptr[FX_SECTORS]); in _fx_partition_offset_calculate_extended()
524 _fx_utility_16_unsigned_write(&ram_disk_memory[FX_SECTORS], 0); in ftest_0_entry()
621 #define FX_SECTORS 0x013 macro