Home
last modified time | relevance | path

Searched refs:fc_port_regs (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/cxlflash/
Dmain.c853 __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_CONFIG2 / 8]); in afu_err_intr_init()
[all …]
Dsislite.h438 __be64 fc_port_regs[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_REGS]; member
Dcommon.h319 return &fcpb->fc_port_regs[CHAN2BANKPORT(i)][0]; in get_fc_port_regs()