Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/
Dssfdc.c28 int cis_block; /* block n. containing CIS/IDI */ member
255 for (phys_block = ssfdc->cis_block + 1; phys_block < ssfdc->map_len; in build_logical_block_map()
311 ssfdc->cis_block = cis_sector / (mtd->erasesize >> SECTOR_SHIFT); in ssfdcr_add_mtd()
316 ssfdc->cis_block, ssfdc->erase_size, ssfdc->map_len, in ssfdcr_add_mtd()
Dsm_ftl.h42 int cis_block; /* CIS block location */ member
Dsm_ftl.c267 if (zone == 0 && block == ftl->cis_block && boffset == in sm_read_sector()
328 if (zone == 0 && (block == ftl->cis_block || block == 0)) { in sm_write_sector()
474 if (zone_num == 0 && (block == ftl->cis_block || block == 0)) { in sm_erase_block()
672 0, ftl->cis_block, ftl->cis_boffset, ftl->cis_buffer, &oob)) in sm_read_cis()
724 ftl->cis_block = block; in sm_find_cis()
788 if (zone_num == 0 && block <= ftl->cis_block) in sm_init_zone()
/linux-3.4.99/drivers/staging/rts_pstor/
Dxd.c721 xd_card->cis_block = (u16)i; in reset_xd()
728 RTSX_DEBUGP("CIS block: 0x%x\n", xd_card->cis_block); in reset_xd()
729 if (xd_card->cis_block == 0xFFFF) in reset_xd()
960 xd_card->cis_block = 0xFFFF; in reset_xd_card()
1289 if (xd_card->cis_block == 0xFFFF) in xd_build_l2p_tbl()
1292 start = xd_card->cis_block + 1; in xd_build_l2p_tbl()
Drtsx_chip.h516 u16 cis_block; member
/linux-3.4.99/drivers/staging/rts5139/
Dxd.c679 xd_card->cis_block = (u16) i; in reset_xd()
686 RTS51X_DEBUGP("CIS block: 0x%x\n", xd_card->cis_block); in reset_xd()
687 if (xd_card->cis_block == 0xFFFF) in reset_xd()
925 xd_card->cis_block = 0xFFFF; in reset_xd_card()
1401 if (xd_card->cis_block == 0xFFFF) in xd_build_l2p_tbl()
1404 start = xd_card->cis_block + 1; in xd_build_l2p_tbl()
Drts51x_chip.h453 u16 cis_block; member