Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ntb/
Dntb_hw.c683 u16 status16; in bwd_link_recovery() local
685 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() local
1485 &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()