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

/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsamacro.h61 /*! \def PHY_STATUS_SET(pPhy, value)
62 * \brief PHY_STATUS_SET macro
66 #define PHY_STATUS_SET(pPhy, value) ((pPhy)->status = (((pPhy)->status & 0xFFFF0000) | (value))) macro
H A Dsaphy.c380 PHY_STATUS_SET(pPhy, PHY_STOPPED);
H A Dsaint.c2177 PHY_STATUS_SET(pPhy, PHY_UP);
2332 PHY_STATUS_SET(pPhy, PHY_UP);
H A Dsainit.c865 PHY_STATUS_SET(&(saRoot->phys[i]), PHY_STOPPED);
3951 PHY_STATUS_SET(&(saRoot->phys[i]), PHY_STOPPED);
H A Dsampirsp.c1105 PHY_STATUS_SET(pPhy, PHY_STOPPED);
1393 PHY_STATUS_SET(pPhy, PHY_DOWN);

Completed in 189 milliseconds