Searched refs:_CONFIG (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcom20020.h46 #define _CONFIG (ioaddr+6) /* configuration register */ macro
47 #define _XREG (ioaddr+7) /* extra registers (indexed by _CONFIG
91 #define ARCRESET { outb(lp->config | 0x80, _CONFIG); \
93 outb(lp->config , _CONFIG); \
95 #define ARCRESET0 { outb(0x18 | 0x80, _CONFIG); \
97 outb(0x18 , _CONFIG); \
104 #define SETCONF outb(lp->config, _CONFIG)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcom20020.h46 #define _CONFIG (ioaddr+6) /* configuration register */ macro
47 #define _XREG (ioaddr+7) /* extra registers (indexed by _CONFIG
91 #define ARCRESET { outb(lp->config | 0x80, _CONFIG); \
93 outb(lp->config , _CONFIG); \
95 #define ARCRESET0 { outb(0x18 | 0x80, _CONFIG); \
97 outb(0x18 , _CONFIG); \
104 #define SETCONF outb(lp->config, _CONFIG)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Dcom90io.c70 #define _CONFIG (ioaddr+2) /* Configuration register */ macro
79 #define SETCONF() outb((lp->config),_CONFIG)
196 outb((0x16 | IOMAPflag) & ~ENABLE16flag, _CONFIG);
417 outb((inb(_CONFIG) & ~IOMAPflag), _CONFIG);
H A Darc-rimi.c70 #define _CONFIG (ioaddr+2) /* Configuration register */ macro
79 #define SETCONF() writeb(lp->config,_CONFIG)
H A Dcom20020.c128 outb(0x39, _CONFIG);
H A Dcom90xx.c86 #define _CONFIG (ioaddr+2) /* Configuration register */ macro
561 /* outb(inb(_CONFIG) | ENABLE16flag, _CONFIG); */

Completed in 88 milliseconds