HomeSort by: relevance | last modified time | path
    Searched refs:RTSX_PHY_BUSY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rtsxreg.h 507 #define RTSX_PHY_BUSY 0x80
rtsx.c 985 RTSX_WRITE(sc, RTSX_PHY_RWCTL, RTSX_PHY_BUSY|RTSX_PHY_READ);
989 if (!(rwctl & RTSX_PHY_BUSY))
1012 RTSX_WRITE(sc, RTSX_PHY_RWCTL, RTSX_PHY_BUSY|RTSX_PHY_WRITE);
1016 if (!(rwctl & RTSX_PHY_BUSY))

Completed in 13 milliseconds