Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dnvme-scsi.c78 #define START_STOP_UNIT_CDB_POWER_COND_MASK 0xF0 macro
2686 pc = (pc & START_STOP_UNIT_CDB_POWER_COND_MASK) >> NIBBLE_SHIFT; in nvme_trans_start_stop()