Home
last modified time | relevance | path

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

/linux/drivers/staging/rts5208/
A Dxd.c806 xd_card->zone[i].l2p_table = NULL; in xd_init_l2p_tbl()
825 vfree(zone->l2p_table); in free_zone()
826 zone->l2p_table = NULL; in free_zone()
911 zone->l2p_table[log_off] = phy_off; in xd_set_l2p_tbl()
1319 if (!zone->l2p_table) { in xd_build_l2p_tbl()
1320 zone->l2p_table = vmalloc(2000); in xd_build_l2p_tbl()
1321 if (!zone->l2p_table) in xd_build_l2p_tbl()
1471 vfree(zone->l2p_table); in xd_build_l2p_tbl()
1472 zone->l2p_table = NULL; in xd_build_l2p_tbl()
2078 vfree(xd_card->zone[i].l2p_table); in xd_free_l2p_tbl()
[all …]
A Dms.c2140 ms_card->segment[i].l2p_table = NULL;
2169 if (segment->l2p_table)
2170 return segment->l2p_table[log_off];
2185 if (segment->l2p_table)
2304 if (!segment->l2p_table) {
2306 if (!segment->l2p_table)
2395 segment->l2p_table[idx] = phy_blk;
2400 tmp_blk = segment->l2p_table[idx];
2441 segment->l2p_table[idx] = phy_blk;
2486 vfree(segment->l2p_table);
[all …]
A Drtsx_chip.h358 u16 *l2p_table; member

Completed in 17 milliseconds