Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HData.h174 #define ATA_SUPPORT_ADDRESS48 0x0400 macro
/NextBSD/sys/cam/ata/
HData_da.c1012 if (cgd.ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adaasync()
1189 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adaregister()
1944 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adagetparams()
/NextBSD/usr.sbin/bhyve/
HDpci_ahci.c960 buf[83] = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in handle_identify()
965 buf[86] = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in handle_identify()
/NextBSD/sbin/camcontrol/
HDcamcontrol.c1298 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not "); in atacapprint()
1835 is48bit = parm->support.command2 & ATA_SUPPORT_ADDRESS48; in ata_read_native_max()
2700 is48bit = ident_buf->support.command2 & ATA_SUPPORT_ADDRESS48; in atahpa()