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

  /src/sys/dev/ata/
ata_raid_via.c 97 printf("stripe_layout 0x%02x\n", info->stripe_layout);
98 printf(" stripe_disks %d\n", info->stripe_layout & VIA_L_DISKS);
100 0x08 << ((info->stripe_layout & VIA_L_MASK) >> VIA_L_SHIFT));
195 aai->aai_width = info->stripe_layout & VIA_L_DISKS;
207 aai->aai_width = info->stripe_layout & VIA_L_DISKS;
233 0x08 << ((info->stripe_layout & VIA_L_MASK) >> VIA_L_SHIFT);
ata_raidreg.h 194 uint8_t stripe_layout; member in struct:via_raid_conf

Completed in 66 milliseconds