Home
last modified time | relevance | path

Searched refs:transtable (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/block/
Dcciss.c3993 writel(bft[0], &h->transtable->BlockFetch0); in cciss_enter_performant_mode()
3994 writel(bft[1], &h->transtable->BlockFetch1); in cciss_enter_performant_mode()
3995 writel(bft[2], &h->transtable->BlockFetch2); in cciss_enter_performant_mode()
3996 writel(bft[3], &h->transtable->BlockFetch3); in cciss_enter_performant_mode()
3997 writel(bft[4], &h->transtable->BlockFetch4); in cciss_enter_performant_mode()
3998 writel(bft[5], &h->transtable->BlockFetch5); in cciss_enter_performant_mode()
3999 writel(bft[6], &h->transtable->BlockFetch6); in cciss_enter_performant_mode()
4000 writel(bft[7], &h->transtable->BlockFetch7); in cciss_enter_performant_mode()
4003 writel(h->max_commands, &h->transtable->RepQSize); in cciss_enter_performant_mode()
4004 writel(1, &h->transtable->RepQCount); in cciss_enter_performant_mode()
[all …]
Dcciss.h146 struct TransTable_struct *transtable; member
/linux-4.4.14/drivers/scsi/
Dhpsa.h215 struct TransTable_struct __iomem *transtable; member
Dhpsa.c7442 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()
[all …]