Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c214 gf_tables->index_of[0] = 0; in atmel_pmecc_build_gf_tables()
236 gf_tables = kzalloc(sizeof(*gf_tables) + in atmel_pmecc_create_gf_tables()
239 if (!gf_tables) in atmel_pmecc_create_gf_tables()
242 gf_tables->alpha_to = (void *)(gf_tables + 1); in atmel_pmecc_create_gf_tables()
243 gf_tables->index_of = gf_tables->alpha_to + table_size; in atmel_pmecc_create_gf_tables()
247 kfree(gf_tables); in atmel_pmecc_create_gf_tables()
251 return gf_tables; in atmel_pmecc_create_gf_tables()
265 ret = *gf_tables; in atmel_pmecc_get_gf_tables()
270 *gf_tables = ret; in atmel_pmecc_get_gf_tables()
383 if (IS_ERR(gf_tables)) in atmel_pmecc_create_user()
[all …]