Searched refs:transtable (Results 1 – 2 of 2) sorted by relevance
224 struct TransTable_struct __iomem *transtable; member
7624 if (h->transtable) { in hpsa_free_cfgtables()7625 iounmap(h->transtable); in hpsa_free_cfgtables()7626 h->transtable = NULL; in hpsa_free_cfgtables()7662 sizeof(*h->transtable)); in hpsa_find_cfgtables()7663 if (!h->transtable) { in hpsa_find_cfgtables()9230 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()9233 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()9235 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()9236 writel(0, &h->transtable->RepQCtrAddrHigh32); in hpsa_enter_performant_mode()9239 writel(0, &h->transtable->RepQAddr[i].upper); in hpsa_enter_performant_mode()[all …]
Completed in 21 milliseconds