Lines Matching refs:transtable
7604 if (h->transtable) {
7605 iounmap(h->transtable);
7606 h->transtable = NULL;
7640 h->transtable = remap_pci_mem(pci_resource_start(h->pdev,
7642 sizeof(*h->transtable));
7643 if (!h->transtable) {
9215 writel(bft[i], &h->transtable->BlockFetch[i]);
9218 writel(h->max_commands, &h->transtable->RepQSize);
9219 writel(h->nreply_queues, &h->transtable->RepQCount);
9220 writel(0, &h->transtable->RepQCtrAddrLow32);
9221 writel(0, &h->transtable->RepQCtrAddrHigh32);
9224 writel(0, &h->transtable->RepQAddr[i].upper);
9226 &h->transtable->RepQAddr[i].lower);