Home
last modified time | relevance | path

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

/openbsd/sys/dev/ata/
H A Datavar.h72 #define ACAP_LEN 0x01 /* 16 byte commands */ macro
/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c235 drvp->atapi_cap |= ACAP_LEN; in atapiscsi_attach()
805 int cmdlen = (drvp->atapi_cap & ACAP_LEN) ? 16 : 12; in wdc_atapi_intr_command()