Searched refs:ATA_SUPPORT_ADDRESS48 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Data.h188 #define ATA_SUPPORT_ADDRESS48 0x0400 macro
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_ahci.c1038 buf[83] = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE |
1043 buf[86] = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE |
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c1624 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
3349 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) &&
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c1362 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
1831 is48bit = parm->support.command2 & ATA_SUPPORT_ADDRESS48;
2753 is48bit = ident_buf->support.command2 & ATA_SUPPORT_ADDRESS48;

Completed in 216 milliseconds