Searched refs:lun_count (Results 1 – 4 of 4) sorted by relevance
1215 u32 lun_count = 0, offset = 8, i; in spc_emulate_report_luns() local1234 lun_count = 1; in spc_emulate_report_luns()1248 lun_count++; in spc_emulate_report_luns()1261 lun_count *= 8; in spc_emulate_report_luns()1262 buf[0] = ((lun_count >> 24) & 0xff); in spc_emulate_report_luns()1263 buf[1] = ((lun_count >> 16) & 0xff); in spc_emulate_report_luns()1264 buf[2] = ((lun_count >> 8) & 0xff); in spc_emulate_report_luns()1265 buf[3] = (lun_count & 0xff); in spc_emulate_report_luns()1268 target_complete_cmd_with_length(cmd, GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
254 u8 lun_count; member384 u8 lun_count; member
250 u8 lun_count; /* multi-lun device, how many luns */ member
3217 chip->chipsize *= (uint64_t)mtd->erasesize * p->lun_count; in nand_flash_detect_onfi()3313 chip->chipsize *= (uint64_t)mtd->erasesize * p->lun_count; in nand_flash_detect_jedec()