Searched refs:DREG (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 Datarilance.c234 #define DREG IO->data macro
236 #define REGA(a) (*( AREG = (a), &DREG ))
662 if (DREG & CSR0_IDON)
664 if (i <= 0 || (DREG & CSR0_ERR)) {
666 dev->name, i, DREG ));
667 DREG = CSR0_STOP;
670 DREG = CSR0_IDON;
671 DREG = CSR0_STRT;
672 DREG = CSR0_INEA;
676 DPRINTK( 2, ( "%s: LANCE is open, csr0 %04x\n", dev->name, DREG ));
[all...]
H A Dsun3lance.c162 #define DREG lp->iobase[0] macro
164 #define REGA(a) (*( AREG = (a), &DREG ))
432 if (DREG & CSR0_IDON)
434 if (i <= 0 || (DREG & CSR0_ERR)) {
436 dev->name, i, DREG ));
437 DREG = CSR0_STOP;
441 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA;
445 DPRINTK( 2, ( "%s: LANCE is open, csr0 %04x\n", dev->name, DREG ));
530 dev->name, DREG ));
531 DREG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dmtpav.c114 #define DREG 0 macro
242 if (reg == DREG || reg == CREG)
275 snd_mtpav_mputreg(chip, DREG, byte);

Completed in 140 milliseconds