Searched refs:PutByte (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | xirc2ps_cs.c | 441 #define PutByte(reg,value) outb((value), ioaddr+(reg)) 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() 551 PutByte(XIRCREG2_GPR2, 4|0); /* drive MDCK low */ in mii_getbit() 554 PutByte(XIRCREG2_GPR2, 4|1); /* drive MDCK high again */ in mii_getbit() 1327 PutByte(XIRCREG_CR, 0); in xirc2ps_interrupt() [all …]
|