Home
last modified time | relevance | path

Searched refs:xfermode (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c146 uint8_t xfermode; member
531 pr->xfermode = ATA_UDMA6; in ahci_port_reset()
1009 if (p->xfermode & ATA_WDMA0) in ata_identify_init()
1010 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1028 if (p->xfermode & ATA_UDMA0) in ata_identify_init()
1029 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1066 if (p->xfermode & ATA_WDMA0) in ata_identify_init()
1067 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1092 if (p->xfermode & ATA_UDMA0) in ata_identify_init()
1093 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
[all …]