Searched refs:_DEV (Results 1 – 2 of 2) sorted by relevance
390 CSR_WRITE_1(chan->cmd + _DEV, ATA_DEV_OBS); /* ??? */ in set_xfermode()446 CSR_WRITE_1(chan->cmd + _DEV, ATA_DEV_LBA); in issue48()458 CSR_WRITE_1(chan->cmd + _DEV, ((bno >> 24) & 0xf) | ATA_DEV_LBA); in issue28()
239 #define _DEV 6 /* W */ macro