Searched refs:ssuBlk (Results 1 – 1 of 1) sorted by relevance
968 unsigned char ssuBlk[START_STOP_CMDLEN] = {START_STOP_CMD, 0, 0, 0, 0, 0}; in sg_ll_start_stop_unit() local972 ssuBlk[1] = 0x1; in sg_ll_start_stop_unit()973 ssuBlk[3] = pc_mod__fl_num & 0xf; /* bits 2 and 3 are reserved in MMC */ in sg_ll_start_stop_unit()974 ssuBlk[4] = ((power_cond & 0xf) << 4); in sg_ll_start_stop_unit()976 ssuBlk[4] |= 0x4; in sg_ll_start_stop_unit()978 ssuBlk[4] |= 0x2; in sg_ll_start_stop_unit()980 ssuBlk[4] |= 0x1; in sg_ll_start_stop_unit()983 for (k = 0; k < (int)sizeof(ssuBlk); ++k) in sg_ll_start_stop_unit()984 pr2ws(" %02x", ssuBlk[k]); in sg_ll_start_stop_unit()990 set_scsi_pt_cdb(ptvp, ssuBlk, sizeof(ssuBlk)); in sg_ll_start_stop_unit()