Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dssfdc.c25 int cis_block; /* block n. containing CIS/IDI */ member
252 for (phys_block = ssfdc->cis_block + 1; phys_block < ssfdc->map_len; in build_logical_block_map()
308 ssfdc->cis_block = cis_sector / (mtd->erasesize >> SECTOR_SHIFT); in ssfdcr_add_mtd()
313 ssfdc->cis_block, ssfdc->erase_size, ssfdc->map_len, in ssfdcr_add_mtd()
H A Dsm_ftl.h39 int cis_block; /* CIS block location */ member
H A Dsm_ftl.c270 if (zone == 0 && block == ftl->cis_block && boffset == in sm_read_sector()
332 if (zone == 0 && (block == ftl->cis_block || block == 0)) { in sm_write_sector()
479 if (zone_num == 0 && (block == ftl->cis_block || block == 0)) { in sm_erase_block()
665 0, ftl->cis_block, ftl->cis_boffset, ftl->cis_buffer, &oob)) in sm_read_cis()
717 ftl->cis_block = block; in sm_find_cis()
781 if (zone_num == 0 && block <= ftl->cis_block) in sm_init_zone()
/openbmc/linux/drivers/staging/rts5208/
H A Dxd.c725 xd_card->cis_block = (u16)i; in reset_xd()
732 dev_dbg(rtsx_dev(chip), "CIS block: 0x%x\n", xd_card->cis_block); in reset_xd()
733 if (xd_card->cis_block == 0xFFFF) in reset_xd()
968 xd_card->cis_block = 0xFFFF; in reset_xd_card()
1327 if (xd_card->cis_block == 0xFFFF) in xd_build_l2p_tbl()
1330 start = xd_card->cis_block + 1; in xd_build_l2p_tbl()
H A Drtsx_chip.h535 u16 cis_block; member