Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgeinit.c1690 pAC->GIni.GICopperType = (SK_U8)(Byte == 'T'); in SkGeInit1()
1732 pAC->GIni.GICopperType = SK_TRUE; in SkGeInit1()
1737 if (pAC->GIni.GICopperType) { in SkGeInit1()
Dskxmac2.c1125 (pAC->GIni.GICopperType ? GPC_HWCFG_GMII_COP : in SkGmClearRst()
2485 if (pAC->GIni.GICopperType) { in SkGmInitPhyMarv()
Dskge.c3685 if (((!pAC->ChipsetType) || (pAC->GIni.GICopperType != SK_TRUE)) &&
3882 if (((!pAC->ChipsetType) || (pAC->GIni.GICopperType != SK_TRUE)) &&
4671 if ((pAC->GIni.GICopperType == SK_TRUE) &&
Dskgesirq.c2047 if (!pAC->GIni.GICopperType) {
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgeinit.h383 SK_BOOL GICopperType; /* Copper Type adapter ? */ member