Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgeinit.h503 extern int SkGeInit(
789 extern int SkGeInit();
/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c908 if (SkGeInit(pAC, pAC->IoBase, SK_INIT_DATA) != 0) { in SkGeBoardInit()
930 if (SkGeInit(pAC, pAC->IoBase, SK_INIT_IO) != 0) { in SkGeBoardInit()
1574 if (SkGeInit(pAC, pAC->IoBase, SK_INIT_IO) != 0) { in SkGeOpen()
1589 if (SkGeInit(pAC, pAC->IoBase, SK_INIT_RUN) != 0) { in SkGeOpen()
3147 SkGeInit( pAC, pAC->IoBase, SK_INIT_IO);
3161 SkGeInit( pAC, pAC->IoBase, SK_INIT_RUN);
Dskgeinit.c1904 int SkGeInit( in SkGeInit() function