Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dmain.c858 __be64 __iomem *fc_port_regs; in notify_shutdown() local
873 fc_port_regs = get_fc_port_regs(cfg, i); in notify_shutdown()
875 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown()
877 writeq_be(reg, &fc_port_regs[FC_CONFIG2 / 8]); in notify_shutdown()
885 fc_port_regs = get_fc_port_regs(cfg, i); in notify_shutdown()
889 status = readq_be(&fc_port_regs[FC_STATUS / 8]); in notify_shutdown()
1268 __be64 __iomem *fc_port_regs; in afu_err_intr_init() local
1298 fc_port_regs = get_fc_port_regs(cfg, 0); in afu_err_intr_init()
1299 reg = readq_be(&fc_port_regs[FC_CONFIG2 / 8]); in afu_err_intr_init()
1303 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()