Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/genwqe/
Dcard_base.c262 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
433 cd->app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_read_ids()
434 if (cd->app_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_read_ids()
436 "err: APPID=%016llx\n", cd->app_unitcfg); in genwqe_read_ids()
914 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
940 app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_health_thread()
941 if (app_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_health_thread()
944 __func__, app_unitcfg); in genwqe_health_thread()
Dcard_base.h317 u64 app_unitcfg; member
Dcard_ddcb.c744 d->app_unitcfg = cd->app_unitcfg; in genwqe_init_debug_data()
Dcard_utils.c148 u32 app_id = (u32)cd->app_unitcfg; in genwqe_read_app_id()
/Linux-v4.19/include/uapi/linux/genwqe/
Dgenwqe_card.h363 __u64 app_unitcfg; member