Searched refs:B0_ISRC (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skgehwt.c | 138 SK_IN32(Ioc, B0_ISRC, &IStatus); in SkHwtRead()
|
D | skgeinit.c | 698 SK_IN32(IoC, B0_ISRC, &ISrc); in SkGeLoadLnkSyncCnt() 1652 SK_IN32(IoC, B0_ISRC, &DWord); in SkGeInit1()
|
D | ski2c.c | 468 SK_IN32(IoC, B0_ISRC, &IrqSrc); in SkI2cWaitIrq()
|
D | skge.c | 1375 SK_IN32(pAC->IoBase, B0_ISRC, &IntSrc); in SkGeIsr() 1494 SK_IN32(pAC->IoBase, B0_ISRC, &IntSrc); in SkGeIsrOnePort()
|
D | skxmac2.c | 1146 SK_IN32(IoC, B0_ISRC, &DWord); in SkGmClearRst()
|
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | skfbi.h | 1055 #define B0_ISRC 0x0008 /* 32 bit Interrupt source register */ macro 1763 #define ISR_A ADDR(B0_ISRC) 1765 #define GET_ISR_SMP(iop) inpd((iop)+B0_ISRC) 1767 #define CHECK_ISR_SMP(iop) (inpd((iop)+B0_ISRC) & inpd((iop)+B0_IMSK))
|
/linux-2.4.37.9/drivers/net/ |
D | sky2.h | 111 B0_ISRC = 0x0008, enumerator
|
D | skge.h | 25 B0_ISRC = 0x0008, enumerator
|
D | skge.c | 3094 if ((skge_read32(hw, B0_ISRC) & IS_HW_ERR) && in skge_reset()
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skgehw.h | 346 #define B0_ISRC 0x0008 /* 32 bit Interrupt Source Register */ macro
|