Home
last modified time | relevance | path

Searched refs:msb_reset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/memstick/core/
H A Dms_block.h271 static int msb_reset(struct msb_data *msb, bool full);
H A Dms_block.c724 static int msb_reset(struct msb_data *msb, bool full) in msb_reset() function
780 msb_reset(msb, true); in msb_switch_to_parallel()
810 msb_reset(msb, true); in msb_mark_bad()
818 msb_reset(msb, true); in msb_mark_page_bad()
842 if (!error || msb_reset(msb, true)) in msb_erase_block()
925 if (!error || msb_reset(msb, true)) in msb_read_page()
1066 if (current_try > 1 || msb_reset(msb, true)) in msb_write_block()
1712 error = msb_reset(msb, false); in msb_init_card()