Home
last modified time | relevance | path

Searched refs:l2p_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rts5208/
A Dxd.c799 xd_card->zone[i].l2p_table = NULL; in xd_init_l2p_tbl()
818 vfree(zone->l2p_table); in free_zone()
819 zone->l2p_table = NULL; in free_zone()
904 zone->l2p_table[log_off] = phy_off; in xd_set_l2p_tbl()
1312 if (!zone->l2p_table) { in xd_build_l2p_tbl()
1313 zone->l2p_table = vmalloc(2000); in xd_build_l2p_tbl()
1314 if (!zone->l2p_table) in xd_build_l2p_tbl()
1464 vfree(zone->l2p_table); in xd_build_l2p_tbl()
1465 zone->l2p_table = NULL; in xd_build_l2p_tbl()
2071 vfree(xd_card->zone[i].l2p_table); in xd_free_l2p_tbl()
[all …]
A Dms.c2141 ms_card->segment[i].l2p_table = NULL;
2170 if (segment->l2p_table)
2171 return segment->l2p_table[log_off];
2186 if (segment->l2p_table)
2305 if (!segment->l2p_table) {
2307 if (!segment->l2p_table)
2396 segment->l2p_table[idx] = phy_blk;
2401 tmp_blk = segment->l2p_table[idx];
2442 segment->l2p_table[idx] = phy_blk;
2487 vfree(segment->l2p_table);
[all …]
A Drtsx_chip.h358 u16 *l2p_table; member

Completed in 19 milliseconds