Lines Matching refs:slu_unitcfg
250 return (cd->slu_unitcfg & 0xFFFF0ull) < 0x32170ull; in genwqe_need_err_masking()
258 if (((cd->slu_unitcfg & 0xFFFF0ull) >= 0x32000ull) && in genwqe_tweak_hardware()
259 ((cd->slu_unitcfg & 0xFFFF0ull) <= 0x33250ull)) { in genwqe_tweak_hardware()
262 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
282 return (cd->slu_unitcfg & 0xFFFF0ull) >= 0x32170ull; in genwqe_recovery_on_fatal_gfir_required()
287 return (cd->slu_unitcfg & 0xFFFF0ull) < 0x32170ull; in genwqe_flash_readback_fails()
306 speed = (u16)((cd->slu_unitcfg >> 28) & 0x0full); in genwqe_T_psec()
417 cd->slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); in genwqe_read_ids()
418 if (cd->slu_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_read_ids()
420 "err: SLUID=%016llx\n", cd->slu_unitcfg); in genwqe_read_ids()
914 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
932 slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); in genwqe_health_thread()
933 if (slu_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_health_thread()
936 __func__, slu_unitcfg); in genwqe_health_thread()