Searched refs:RC_TO_ISA (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Driscom8_reg.h16 #define RC_TO_ISA(r) ((((r)&0x07)<<1) | (((r)&~0x07)<<7)) macro
H A Driscom8.c159 return inb(bp->base + RC_TO_ISA(reg));
166 outb(val, bp->base + RC_TO_ISA(reg));
190 if (!request_region(RC_TO_ISA(rc_ioport[i]) + bp->base, 1,
199 release_region(RC_TO_ISA(rc_ioport[i]) + bp->base, 1);
208 release_region(RC_TO_ISA(rc_ioport[i]) + bp->base, 1);

Completed in 108 milliseconds