Searched refs:fc_port_regs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 853 __be64 __iomem *fc_port_regs; in notify_shutdown() local 868 fc_port_regs = get_fc_port_regs(cfg, i); in notify_shutdown() 870 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown() 872 writeq_be(reg, &fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown() 880 fc_port_regs = get_fc_port_regs(cfg, i); in notify_shutdown() 884 status = readq_be(&fc_port_regs[FC_STATUS / 8]); in notify_shutdown() 1263 __be64 __iomem *fc_port_regs; in afu_err_intr_init() local 1293 fc_port_regs = get_fc_port_regs(cfg, 0); in afu_err_intr_init() 1294 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in afu_err_intr_init() 1298 writeq_be(reg, &fc_port_regs[FC_CONFIG in afu_err_intr_init() 1546 __be64 __iomem *fc_port_regs; cxlflash_async_err_irq() local 1771 __be64 __iomem *fc_port_regs; init_global() local 2585 __be64 __iomem *fc_port_regs; cxlflash_show_port_status() local 3221 __be64 __iomem *fc_port_regs; cxlflash_worker_thread() local 3308 __be64 __iomem *fc_port_regs; cxlflash_lun_provision() local [all...] |
H A D | common.h | 319 return &fcpb->fc_port_regs[CHAN2BANKPORT(i)][0]; in get_fc_port_regs()
|
H A D | sislite.h | 438 __be64 fc_port_regs[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_REGS]; member
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 853 __be64 __iomem *fc_port_regs; in notify_shutdown() local 868 fc_port_regs = get_fc_port_regs(cfg, i); in notify_shutdown() 870 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown() 872 writeq_be(reg, &fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown() 880 fc_port_regs = get_fc_port_regs(cfg, i); in notify_shutdown() 884 status = readq_be(&fc_port_regs[FC_STATUS / 8]); in notify_shutdown() 1263 __be64 __iomem *fc_port_regs; in afu_err_intr_init() local 1293 fc_port_regs = get_fc_port_regs(cfg, 0); in afu_err_intr_init() 1294 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in afu_err_intr_init() 1298 writeq_be(reg, &fc_port_regs[FC_CONFIG in afu_err_intr_init() 1546 __be64 __iomem *fc_port_regs; cxlflash_async_err_irq() local 1748 __be64 __iomem *fc_port_regs; init_global() local 2562 __be64 __iomem *fc_port_regs; cxlflash_show_port_status() local 3202 __be64 __iomem *fc_port_regs; cxlflash_worker_thread() local 3289 __be64 __iomem *fc_port_regs; cxlflash_lun_provision() local [all...] |
H A D | common.h | 319 return &fcpb->fc_port_regs[CHAN2BANKPORT(i)][0]; in get_fc_port_regs()
|
H A D | sislite.h | 438 __be64 fc_port_regs[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_REGS]; member
|
Completed in 10 milliseconds