Lines Matching refs:transtable
7442 if (h->transtable) { in hpsa_free_cfgtables()
7443 iounmap(h->transtable); in hpsa_free_cfgtables()
7444 h->transtable = NULL; in hpsa_free_cfgtables()
7478 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
7480 sizeof(*h->transtable)); in hpsa_find_cfgtables()
7481 if (!h->transtable) { in hpsa_find_cfgtables()
8889 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
8892 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
8893 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
8894 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()
8895 writel(0, &h->transtable->RepQCtrAddrHigh32); in hpsa_enter_performant_mode()
8898 writel(0, &h->transtable->RepQAddr[i].upper); in hpsa_enter_performant_mode()
8900 &h->transtable->RepQAddr[i].lower); in hpsa_enter_performant_mode()