Home
last modified time | relevance | path

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

/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c360 xfer->c_flags |= C_MEDIA_ACCESS; in wdc_atapi_send_cmd()
399 xfer->c_flags |= C_MEDIA_ACCESS; in wdc_atapi_send_cmd()
698 if (!(xfer->c_flags & (C_POLL | C_SENSE | C_MEDIA_ACCESS)) && in wdc_atapi_real_start()
874 } else if ((xfer->c_flags & C_MEDIA_ACCESS) && in wdc_atapi_intr_command()
1185 if ((xfer->c_flags & C_MEDIA_ACCESS) && in wdc_atapi_pio_intr()
/openbsd/sys/dev/ic/
H A Dwdcvar.h224 #define C_MEDIA_ACCESS 0x0100 /* is a media access command */ macro