HomeSort by: relevance | last modified time | path
    Searched refs:disk_sectors_high (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
ata_raid_jmicron.c 101 printf("disk_sectors_high 0x%08x\n", info->disk_sectors_high);
232 disk_size = (info->disk_sectors_high << 16) + info->disk_sectors_low;
ata_raidreg.h 271 uint32_t disk_sectors_high; member in struct:jmicron_raid_conf

Completed in 106 milliseconds