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

/linux-master/drivers/net/ethernet/amd/
H A Datarilance.c234 #define DREG IO->data macro
236 #define REGA(a) (*( AREG = (a), &DREG ))
659 if (DREG & CSR0_IDON)
661 if (i <= 0 || (DREG & CSR0_ERR)) {
663 dev->name, i, DREG ));
664 DREG = CSR0_STOP;
667 DREG = CSR0_IDON;
668 DREG = CSR0_STRT;
669 DREG = CSR0_INEA;
673 DPRINTK( 2, ( "%s: LANCE is open, csr0 %04x\n", dev->name, DREG ));
[all...]
H A Dsun3lance.c163 #define DREG lp->iobase[0] macro
165 #define REGA(a) (*( AREG = (a), &DREG ))
428 if (DREG & CSR0_IDON)
430 if (i <= 0 || (DREG & CSR0_ERR)) {
432 dev->name, i, DREG ));
433 DREG = CSR0_STOP;
437 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA;
441 DPRINTK( 2, ( "%s: LANCE is open, csr0 %04x\n", dev->name, DREG ));
527 dev->name, DREG ));
528 DREG
[all...]
/linux-master/sound/drivers/
H A Dmtpav.c97 #define DREG 0 macro
225 if (reg == DREG || reg == CREG)
258 snd_mtpav_mputreg(chip, DREG, byte);

Completed in 105 milliseconds