Home
last modified time | relevance | path

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

/linux/drivers/misc/genwqe/
A Dcard_base.c242 return (cd->slu_unitcfg & 0xFFFF0ull) < 0x32170ull; in genwqe_need_err_masking()
254 cd->slu_unitcfg, cd->app_unitcfg); in genwqe_tweak_hardware()
275 return (cd->slu_unitcfg & 0xFFFF0ull) >= 0x32170ull; in genwqe_recovery_on_fatal_gfir_required()
280 return (cd->slu_unitcfg & 0xFFFF0ull) < 0x32170ull; in genwqe_flash_readback_fails()
300 speed = (u16)((cd->slu_unitcfg >> 28) & 0x0full); in genwqe_T_psec()
414 if (cd->slu_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_read_ids()
416 "err: SLUID=%016llx\n", cd->slu_unitcfg); in genwqe_read_ids()
917 u64 gfir, gfir_masked, slu_unitcfg, app_unitcfg; in genwqe_health_thread() local
935 slu_unitcfg = __genwqe_readq(cd, IO_SLU_UNITCFG); in genwqe_health_thread()
936 if (slu_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_health_thread()
[all …]
A Dcard_base.h308 u64 slu_unitcfg; member
426 return (int)((cd->slu_unitcfg >> 32) & 0xff); in genwqe_get_slu_id()
A Dcard_ddcb.c739 d->slu_unitcfg = cd->slu_unitcfg; in genwqe_init_debug_data()
832 if ((cd->slu_unitcfg & 0xFFFF0ull) > 0x34199ull) in __genwqe_enqueue_ddcb()
A Dcard_utils.c657 u64 card_type = cd->slu_unitcfg; in genwqe_card_type()
1019 speed = (u16)((cd->slu_unitcfg >> 28) & 0x0full); in genwqe_base_clock_frequency()
/linux/include/uapi/linux/genwqe/
A Dgenwqe_card.h362 __u64 slu_unitcfg; member

Completed in 13 milliseconds