Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c1027 ata_ident->udmamodes = 0x7f; in ata_identify_init()
1029 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
1091 ata_ident->udmamodes = 0x7f; in ata_identify_init()
1093 ata_ident->udmamodes |= (1 << ((p->xfermode & 7) + 8)); in ata_identify_init()
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Data.h207 /*088*/ u_int16_t udmamodes; /* UltraDMA modes */ member