Home
last modified time | relevance | path

Searched refs:DREG (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dsun3lance.c163 #define DREG lp->iobase[0] macro
165 #define REGA(a) (*( AREG = (a), &DREG ))
434 if (DREG & CSR0_IDON) in lance_open()
436 if (i <= 0 || (DREG & CSR0_ERR)) { in lance_open()
438 dev->name, i, DREG )); in lance_open()
439 DREG = CSR0_STOP; in lance_open()
443 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA; in lance_open()
447 DPRINTK( 2, ( "%s: LANCE is open, csr0 %04x\n", dev->name, DREG )); in lance_open()
533 dev->name, DREG )); in lance_start_xmit()
534 DREG = CSR0_STOP; in lance_start_xmit()
[all …]
H A Datarilance.c234 #define DREG IO->data macro
236 #define REGA(a) (*( AREG = (a), &DREG ))
660 if (DREG & CSR0_IDON) in lance_open()
662 if (i <= 0 || (DREG & CSR0_ERR)) { in lance_open()
664 dev->name, i, DREG )); in lance_open()
665 DREG = CSR0_STOP; in lance_open()
668 DREG = CSR0_IDON; in lance_open()
669 DREG = CSR0_STRT; in lance_open()
670 DREG = CSR0_INEA; in lance_open()
674 DPRINTK( 2, ( "%s: LANCE is open, csr0 %04x\n", dev->name, DREG )); in lance_open()
[all …]
/OK3568_Linux_fs/kernel/sound/drivers/
H A Dmtpav.c98 #define DREG 0 macro
226 if (reg == DREG || reg == CREG) in snd_mtpav_mputreg()
259 snd_mtpav_mputreg(chip, DREG, byte); in snd_mtpav_send_byte()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DMakefile289 $(PROGDIR)/dhry2reg: CFLAGS += -DHZ=${HZ} -DREG=register
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c741 - * -DREG=register (default: Not defined)
744 - * (if enabled by -DREG=register)