Searched refs:xd_erase_block (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/rts5208/ |
D | xd.c | 1239 static int xd_erase_block(struct rtsx_chip *chip, u32 phy_blk) in xd_erase_block() function 1380 retval = xd_erase_block(chip, i); in xd_build_l2p_tbl() 1421 retval = xd_erase_block(chip, phy_block); in xd_build_l2p_tbl() 1431 retval = xd_erase_block(chip, phy_block); in xd_build_l2p_tbl() 1436 retval = xd_erase_block(chip, i); in xd_build_l2p_tbl() 1441 retval = xd_erase_block(chip, i); in xd_build_l2p_tbl() 1605 retval = xd_erase_block(chip, new_blk); in xd_read_multiple_pages() 1615 xd_erase_block(chip, phy_blk); in xd_read_multiple_pages() 1645 retval = xd_erase_block(chip, new_blk); in xd_finish_write() 1655 retval = xd_erase_block(chip, new_blk); in xd_finish_write() [all …]
|