Searched refs:SYSBUSVAL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni52.c91 #define SYSBUSVAL 1 /* 8 Bit */ macro
298 writeb(SYSBUSVAL, &p->scp->sysbus); /* 1 = 8Bit-Bus, 0 = 16 Bit */
299 if (readb(&p->scp->sysbus) != SYSBUSVAL)
326 writeb(SYSBUSVAL, &p->scp->sysbus);
H A Dsun3_82586.c56 #define SYSBUSVAL 0 /* 16 Bit */ macro
218 p->scp->sysbus = SYSBUSVAL; /* 1 = 8Bit-Bus, 0 = 16 Bit */
219 if(p->scp->sysbus != SYSBUSVAL)
258 p->scp->sysbus = SYSBUSVAL;
H A D3c523.c117 #define SYSBUSVAL 0 /* 1 = 8 Bit, 0 = 16 bit - 3c523 only does 16 bit */ macro
318 p->scp->sysbus = SYSBUSVAL; /* 1 = 8Bit-Bus, 0 = 16 Bit */
364 p->scp->sysbus = SYSBUSVAL;

Completed in 92 milliseconds