Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/target/
Dtarget_core_device.c652 u32 lun_count = 0, offset = 8, i; in target_report_luns() local
665 lun_count = 1; in target_report_luns()
679 lun_count++; in target_report_luns()
692 lun_count *= 8; in target_report_luns()
693 buf[0] = ((lun_count >> 24) & 0xff); in target_report_luns()
694 buf[1] = ((lun_count >> 16) & 0xff); in target_report_luns()
695 buf[2] = ((lun_count >> 8) & 0xff); in target_report_luns()
696 buf[3] = (lun_count & 0xff); in target_report_luns()
/linux-3.4.99/include/linux/mtd/
Dnand.h263 u8 lun_count; member
/linux-3.4.99/drivers/mtd/nand/
Dnand_base.c2906 chip->chipsize *= (uint64_t)mtd->erasesize * p->lun_count; in nand_flash_detect_onfi()