Searched refs:boot_block (Results 1 – 3 of 3) sorted by relevance
1254 struct ms_boot_page *boot_block; in msb_read_bad_block_table() local1263 boot_block = &msb->boot_page[block_nr]; in msb_read_bad_block_table()1269 data_size = boot_block->entry.disabled_block.data_size; in msb_read_bad_block_table()1271 boot_block->entry.disabled_block.start_addr; in msb_read_bad_block_table()1697 struct ms_boot_page *boot_block; in msb_init_card() local1724 boot_block = &msb->boot_page[0]; in msb_init_card()1727 msb->block_count = boot_block->attr.number_of_blocks; in msb_init_card()1728 msb->page_size = boot_block->attr.page_size; in msb_init_card()1730 msb->pages_in_block = boot_block->attr.block_size * 2; in msb_init_card()1756 if (boot_block->attr.transfer_supporting == 1) in msb_init_card()[all …]
1854 ms_card->boot_block = i; in reset_ms()1867 retval = ms_read_page(chip, ms_card->boot_block, j); in reset_ms()1870 i = ms_card->boot_block + 1; in reset_ms()1877 retval = ms_read_page(chip, ms_card->boot_block, 0); in reset_ms()1923 i = ms_card->boot_block + 1; in reset_ms()1931 i = ms_card->boot_block + 1; in reset_ms()2026 retval = ms_read_page(chip, ms_card->boot_block, 1); in ms_init_l2p_tbl()2368 if (tmp_blk < ms_card->boot_block) { in ms_build_l2p_tbl()
572 u16 boot_block; member