Lines Matching refs:pVal
89 SK_U16 SK_FAR *pVal) /* Pointer to Value */ in SkXmPhyRead() argument
100 XM_IN16(IoC, Port, XM_PHY_DATA, pVal); in SkXmPhyRead()
109 XM_IN16(IoC, Port, XM_PHY_DATA, pVal); in SkXmPhyRead()
173 SK_U16 SK_FAR *pVal) /* Pointer to Value */ in SkGmPhyRead() argument
189 *pVal = (SK_U16)(GM_SMI_CT_PHY_AD(pPrt->PhyAddr) | in SkGmPhyRead()
192 GM_OUT16(IoC, Port, GM_SMI_CTRL, *pVal); in SkGmPhyRead()
198 *pVal = 0; in SkGmPhyRead()
202 *pVal |= GM_SMI_CT_BUSY; in SkGmPhyRead()
212 } while (Ctrl == *pVal); in SkGmPhyRead()
215 GM_IN16(IoC, Port, GM_SMI_DATA, pVal); in SkGmPhyRead()
311 SK_U16 *pVal) /* Pointer to Value */ in SkGePhyRead() argument
313 void (*r_func)(SK_AC *pAC, SK_IOC IoC, int Port, int Reg, SK_U16 *pVal); in SkGePhyRead()
322 r_func(pAC, IoC, Port, PhyReg, pVal); in SkGePhyRead()
4277 SK_U32 SK_FAR *pVal) /* ptr to return statistic value */ in SkXmMacStatistic() argument
4286 XM_IN32(IoC, Port, StatAddr, pVal); in SkXmMacStatistic()
4405 SK_U32 SK_FAR *pVal) /* ptr to return statistic value */ in SkGmMacStatistic() argument
4417 GM_IN32(IoC, Port, StatAddr, pVal); in SkGmMacStatistic()