Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/fpga/
Daltera-cvp.c62 static bool altera_cvp_chkcfg; variable
304 if (altera_cvp_chkcfg && !(done % SZ_4K)) { in altera_cvp_write()
316 if (altera_cvp_chkcfg) in altera_cvp_write()
366 return snprintf(buf, 3, "%d\n", altera_cvp_chkcfg); in chkcfg_show()
374 ret = kstrtobool(buf, &altera_cvp_chkcfg); in chkcfg_store()