Searched refs:LOW_SECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
257 #ifndef LOW_SECTOR_SIZE258 #define LOW_SECTOR_SIZE 512 macro262 ((((((o) / LOW_SECTOR_SIZE) >> 8) & 0xff) << 16) | \263 ((((o) / LOW_SECTOR_SIZE) & 0xff) << 8) | \264 ((((p) / LOW_SECTOR_SIZE) >> 8) & 0xff))