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

/freebsd-9.3-release/sys/dev/ata/
H A Data-disk.c132 if (atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48)
463 if ((atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) &&
H A Data-all.c1134 atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) {
1206 else if (atadev->param.support.command2 & ATA_SUPPORT_ADDRESS48) {
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c998 if (cgd.ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1173 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) {
1923 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) &&
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c204 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
/freebsd-9.3-release/sys/sys/
H A Data.h174 #define ATA_SUPPORT_ADDRESS48 0x0400 macro
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1269 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not ");
1806 is48bit = parm->support.command2 & ATA_SUPPORT_ADDRESS48;
2672 is48bit = ident_buf->support.command2 & ATA_SUPPORT_ADDRESS48;

Completed in 117 milliseconds