Searched refs:boot_block (Results 1 – 4 of 4) 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 …]
28 typedef struct boot_block { struct
2216 ms_card->boot_block = i; in reset_ms()2230 retval = ms_read_page(chip, ms_card->boot_block, j); in reset_ms()2233 i = ms_card->boot_block + 1; in reset_ms()2240 retval = ms_read_page(chip, ms_card->boot_block, 0); in reset_ms()2292 i = ms_card->boot_block + 1; in reset_ms()2300 i = ms_card->boot_block + 1; in reset_ms()2414 retval = ms_read_page(chip, ms_card->boot_block, 1); in ms_init_l2p_tbl()2778 if (tmp_blk < ms_card->boot_block) { in ms_build_l2p_tbl()
572 u16 boot_block; member