Searched refs:status16 (Results 1 – 1 of 1) sorted by relevance
683 u16 status16; in bwd_link_recovery() local685 status16 = readw(ndev->reg_ofs.lnk_stat); in bwd_link_recovery()686 width = (status16 & NTB_LINK_WIDTH_MASK) >> 4; in bwd_link_recovery()687 speed = (status16 & NTB_LINK_SPEED_MASK); in bwd_link_recovery()1471 u16 status16; in ntb_debugfs_read() local1485 &status16); in ntb_debugfs_read()1488 "DEVSTS - \t%#06x\n", status16); in ntb_debugfs_read()1491 &status16); in ntb_debugfs_read()1494 "LNKSTS - \t%#06x\n", status16); in ntb_debugfs_read()