Home
last modified time | relevance | path

Searched refs:ATAPI_CMD2_48AD (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ata/
Datareg.h178 #define ATAPI_CMD2_48AD 0x0400 /* 48bit address supported */ macro
Dwd.c226 if ((wd->sc_params.atap_cmd2_en & ATAPI_CMD2_48AD) != 0) in wdattach()
/openbsd/src/sbin/atactl/
Datactl.c200 { ATAPI_CMD2_48AD, "48bit address feature set" },
845 if (inqbuf->atap_cmd2_en & ATAPI_CMD2_48AD) in device_identify()