Searched refs:transtable (Results 1 – 2 of 2) sorted by relevance
224 struct TransTable_struct __iomem *transtable; member
7635 if (h->transtable) { in hpsa_free_cfgtables()7636 iounmap(h->transtable); in hpsa_free_cfgtables()7637 h->transtable = NULL; in hpsa_free_cfgtables()7673 sizeof(*h->transtable)); in hpsa_find_cfgtables()7674 if (!h->transtable) { in hpsa_find_cfgtables()9244 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()9247 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()9249 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()9250 writel(0, &h->transtable->RepQCtrAddrHigh32); in hpsa_enter_performant_mode()9253 writel(0, &h->transtable->RepQAddr[i].upper); in hpsa_enter_performant_mode()[all …]
Completed in 21 milliseconds