Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c148 uint8_t xfermode; member
535 pr->xfermode = ATA_UDMA6; in ahci_port_reset()
1061 if (p->xfermode & ATA_WDMA0) in ata_identify_init()
1062 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1080 if (p->xfermode & ATA_UDMA0) in ata_identify_init()
1081 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1118 if (p->xfermode & ATA_WDMA0) in ata_identify_init()
1119 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1144 if (p->xfermode & ATA_UDMA0) in ata_identify_init()
1145 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
[all …]