Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Dxd.c850 if (zone->set_index >= XD_FREE_TABLE_CNT || in xd_set_unused_block()
861 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()
885 if (zone->get_index >= XD_FREE_TABLE_CNT || zone->get_index < 0) { in xd_get_unused_block()
896 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block()
1327 zone->free_table = vmalloc(XD_FREE_TABLE_CNT * 2); in xd_build_l2p_tbl()
1331 memset((u8 *)(zone->free_table), 0xff, XD_FREE_TABLE_CNT * 2); in xd_build_l2p_tbl()
Drtsx_chip.h321 #define XD_FREE_TABLE_CNT 1200 macro