Searched refs:cis_block (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | ssfdc.c | 25 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() 312 pr_debug("SSFDC_RO: cis_block=%d,erase_size=%d,map_len=%d,n_zones=%d\n", in ssfdcr_add_mtd() 313 ssfdc->cis_block, ssfdc->erase_size, ssfdc->map_len, in ssfdcr_add_mtd()
|
H A D | sm_ftl.h | 39 int cis_block; /* CIS block location */ member
|
H A D | sm_ftl.c | 270 if (zone == 0 && block == ftl->cis_block && boffset == in sm_read_sector() 331 if (zone == 0 && (block == ftl->cis_block || block == 0)) { in sm_write_sector() 475 if (zone_num == 0 && (block == ftl->cis_block || block == 0)) { in sm_erase_block() 658 0, ftl->cis_block, ftl->cis_boffset, ftl->cis_buffer, &oob)) in sm_read_cis() 710 ftl->cis_block = block; in sm_find_cis() 774 if (zone_num == 0 && block <= ftl->cis_block) in sm_init_zone()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | ssfdc.c | 25 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() 312 pr_debug("SSFDC_RO: cis_block=%d,erase_size=%d,map_len=%d,n_zones=%d\n", in ssfdcr_add_mtd() 313 ssfdc->cis_block, ssfdc->erase_size, ssfdc->map_len, in ssfdcr_add_mtd()
|
H A D | sm_ftl.h | 39 int cis_block; /* CIS block location */ member
|
H A D | sm_ftl.c | 270 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()
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | xd.c | 732 xd_card->cis_block = (u16)i; in reset_xd() 739 dev_dbg(rtsx_dev(chip), "CIS block: 0x%x\n", xd_card->cis_block); in reset_xd() 740 if (xd_card->cis_block == 0xFFFF) in reset_xd() 975 xd_card->cis_block = 0xFFFF; in reset_xd_card() 1334 if (xd_card->cis_block == 0xFFFF) in xd_build_l2p_tbl() 1337 start = xd_card->cis_block + 1; in xd_build_l2p_tbl()
|
H A D | rtsx_chip.h | 535 u16 cis_block; member
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | xd.c | 725 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 D | rtsx_chip.h | 535 u16 cis_block; member
|
Completed in 14 milliseconds