Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/pcmcia/
Dxirc2ps_cs.c181 #define XIRCREG2_GPR2 13 /* General Purpose Register 2 (page2!)*/ macro
504 PutByte(XIRCREG2_GPR2, 0x04|0); /* drive MDCK low */ in mii_idle()
506 PutByte(XIRCREG2_GPR2, 0x04|1); /* and drive MDCK high */ in mii_idle()
518 PutByte(XIRCREG2_GPR2, 0x0c|2|0); /* set MDIO */ in mii_putbit()
520 PutByte(XIRCREG2_GPR2, 0x0c|2|1); /* and drive MDCK high */ in mii_putbit()
523 PutByte(XIRCREG2_GPR2, 0x0c|0|0); /* clear MDIO */ in mii_putbit()
525 PutByte(XIRCREG2_GPR2, 0x0c|0|1); /* and drive MDCK high */ in mii_putbit()
530 PutWord(XIRCREG2_GPR2-1, 0x0e0e); in mii_putbit()
532 PutWord(XIRCREG2_GPR2-1, 0x0f0f); in mii_putbit()
535 PutWord(XIRCREG2_GPR2-1, 0x0c0c); in mii_putbit()
[all …]