Lines Matching refs:status32
662 u32 status32; in bwd_link_recovery() local
672 status32 = readl(ndev->reg_base + BWD_LTSSMSTATEJMP_OFFSET); in bwd_link_recovery()
673 if (status32 & BWD_LTSSMSTATEJMP_FORCEDETECT) in bwd_link_recovery()
676 status32 = readl(ndev->reg_base + BWD_IBSTERRRCRVSTS0_OFFSET); in bwd_link_recovery()
677 if (status32 & BWD_IBIST_ERR_OFLOW) in bwd_link_recovery()
680 status32 = readl(ndev->reg_ofs.lnk_cntl); in bwd_link_recovery()
681 if (!(status32 & BWD_CNTL_LINK_DOWN)) { in bwd_link_recovery()
717 u32 status32 = readl(ndev->reg_base + in bwd_link_poll() local
719 if (status32 & BWD_LTSSMSTATEJMP_FORCEDETECT) { in bwd_link_poll()
1470 u32 status32; in ntb_debugfs_read() local
1497 &status32); in ntb_debugfs_read()
1500 "UNCERRSTS - \t%#010x\n", status32); in ntb_debugfs_read()
1503 &status32); in ntb_debugfs_read()
1506 "CORERRSTS - \t%#010x\n", status32); in ntb_debugfs_read()