Searched refs:transtable (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | cciss.c | 3977 writel(bft[0], &h->transtable->BlockFetch0); in cciss_enter_performant_mode() 3978 writel(bft[1], &h->transtable->BlockFetch1); in cciss_enter_performant_mode() 3979 writel(bft[2], &h->transtable->BlockFetch2); in cciss_enter_performant_mode() 3980 writel(bft[3], &h->transtable->BlockFetch3); in cciss_enter_performant_mode() 3981 writel(bft[4], &h->transtable->BlockFetch4); in cciss_enter_performant_mode() 3982 writel(bft[5], &h->transtable->BlockFetch5); in cciss_enter_performant_mode() 3983 writel(bft[6], &h->transtable->BlockFetch6); in cciss_enter_performant_mode() 3984 writel(bft[7], &h->transtable->BlockFetch7); in cciss_enter_performant_mode() 3987 writel(h->max_commands, &h->transtable->RepQSize); in cciss_enter_performant_mode() 3988 writel(1, &h->transtable->RepQCount); in cciss_enter_performant_mode() [all …]
|
D | cciss.h | 146 struct TransTable_struct *transtable; member
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 6090 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables() 6092 sizeof(*h->transtable)); in hpsa_find_cfgtables() 6093 if (!h->transtable) in hpsa_find_cfgtables() 6322 if (h->transtable) in hpsa_pci_init() 6323 iounmap(h->transtable); in hpsa_pci_init() 6606 if (h->transtable) in hpsa_undo_allocations_after_kdump_soft_reset() 6607 iounmap(h->transtable); in hpsa_undo_allocations_after_kdump_soft_reset() 7114 iounmap(h->transtable); in hpsa_remove_one() 7253 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode() 7256 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode() [all …]
|
D | hpsa.h | 181 struct TransTable_struct __iomem *transtable; member
|