Home
last modified time | relevance | path

Searched refs:xfermode (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c144 uint8_t xfermode; member
529 pr->xfermode = ATA_UDMA6; in ahci_port_reset()
1007 if (p->xfermode & ATA_WDMA0) in ata_identify_init()
1008 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1026 if (p->xfermode & ATA_UDMA0) in ata_identify_init()
1027 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1064 if (p->xfermode & ATA_WDMA0) in ata_identify_init()
1065 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1090 if (p->xfermode & ATA_UDMA0) in ata_identify_init()
1091 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
[all …]