Searched refs:IPS_CMD_FLUSH (Results 1 – 2 of 2) sorted by relevance
680 scb->cdb[0] = IPS_CMD_FLUSH; in ips_release()682 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()749 scb->cdb[0] = IPS_CMD_FLUSH; in ips_halt()751 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()904 scb->cdb[0] = IPS_CMD_FLUSH; in __ips_eh_reset()906 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in __ips_eh_reset()4660 scb->cdb[0] = IPS_CMD_FLUSH; in ips_flush_and_reset()4662 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_flush_and_reset()
161 #define IPS_CMD_FLUSH 0x0A macro