Searched refs:fc_port_regs (Results 1 – 3 of 3) sorted by relevance
858 __be64 __iomem *fc_port_regs; in notify_shutdown() local873 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() local1298 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 …]
438 __be64 fc_port_regs[CXLFLASH_NUM_FC_PORTS_PER_BANK][CXLFLASH_NUM_REGS]; member
319 return &fcpb->fc_port_regs[CHAN2BANKPORT(i)][0]; in get_fc_port_regs()