Searched refs:slu_unitcfg (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_base.c251 return (cd->slu_unitcfg & 0xFFFF0ull) < 0x32170ull; genwqe_need_err_masking()
259 if (((cd->slu_unitcfg & 0xFFFF0ull) >= 0x32000ull) && genwqe_tweak_hardware()
260 ((cd->slu_unitcfg & 0xFFFF0ull) <= 0x33250ull)) { genwqe_tweak_hardware()
263 cd->slu_unitcfg, cd->app_unitcfg); genwqe_tweak_hardware()
283 return (cd->slu_unitcfg & 0xFFFF0ull) >= 0x32170ull; genwqe_recovery_on_fatal_gfir_required()
288 return (cd->slu_unitcfg & 0xFFFF0ull) < 0x32170ull; genwqe_flash_readback_fails()
307 speed = (u16)((cd->slu_unitcfg >> 28) & 0x0full); genwqe_T_psec()
418 cd->slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); genwqe_read_ids()
419 if (cd->slu_unitcfg == IO_ILLEGAL_VALUE) { genwqe_read_ids()
421 "err: SLUID=%016llx\n", cd->slu_unitcfg); genwqe_read_ids()
915 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; genwqe_health_thread() local
933 slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); genwqe_health_thread()
934 if (slu_unitcfg == IO_ILLEGAL_VALUE) { genwqe_health_thread()
937 __func__, slu_unitcfg); genwqe_health_thread()
H A Dcard_base.h315 u64 slu_unitcfg; member in struct:genwqe_dev
430 return (int)((cd->slu_unitcfg >> 32) & 0xff); genwqe_get_slu_id()
H A Dcard_ddcb.c743 d->slu_unitcfg = cd->slu_unitcfg; genwqe_init_debug_data()
836 if ((cd->slu_unitcfg & 0xFFFF0ull) > 0x34199ull) __genwqe_enqueue_ddcb()
H A Dcard_utils.c667 u64 card_type = cd->slu_unitcfg; genwqe_card_type()
1022 speed = (u16)((cd->slu_unitcfg >> 28) & 0x0full); genwqe_base_clock_frequency()
/linux-4.4.14/include/uapi/linux/genwqe/
H A Dgenwqe_card.h361 __u64 slu_unitcfg; member in struct:genwqe_debug_data

Completed in 403 milliseconds