Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c1008 ata_ident->mwdmamodes = 7; in ata_identify_init()
1010 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1065 ata_ident->mwdmamodes = 0x7; in ata_identify_init()
1067 ata_ident->mwdmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Data.h106 /*063*/ u_int16_t mwdmamodes; /* multiword DMA modes */ member