Searched refs:status16 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ntb/
H A Dntb_hw.c683 u16 status16; bwd_link_recovery() local
685 status16 = readw(ndev->reg_ofs.lnk_stat); bwd_link_recovery()
686 width = (status16 & NTB_LINK_WIDTH_MASK) >> 4; bwd_link_recovery()
687 speed = (status16 & NTB_LINK_SPEED_MASK); bwd_link_recovery()
1471 u16 status16; ntb_debugfs_read() local
1485 &status16); ntb_debugfs_read()
1488 "DEVSTS - \t%#06x\n", status16); ntb_debugfs_read()
1491 &status16); ntb_debugfs_read()
1494 "LNKSTS - \t%#06x\n", status16); ntb_debugfs_read()

Completed in 51 milliseconds