Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_base.c273 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
448 cd->app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_read_ids()
449 if (cd->app_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_read_ids()
451 "err: APPID=%016llx\n", cd->app_unitcfg); in genwqe_read_ids()
936 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
962 app_unitcfg = __genwqe_readq(cd, IO_APP_UNITCFG); in genwqe_health_thread()
963 if (app_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_health_thread()
966 __func__, app_unitcfg); in genwqe_health_thread()
H A Dcard_base.h309 u64 app_unitcfg; member
H A Dcard_ddcb.c740 d->app_unitcfg = cd->app_unitcfg; in genwqe_init_debug_data()
H A Dcard_utils.c141 u32 app_id = (u32)cd->app_unitcfg; in genwqe_read_app_id()
/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h363 __u64 app_unitcfg; member