Searched refs:SONIC_READ (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/natsemi/
H A Dxtsonic.c70 #define SONIC_READ(reg) \ macro
140 silicon_revision = SONIC_READ(SONIC_SR);
166 unsigned int val = SONIC_READ(SONIC_CAP0-i);
H A Dmacsonic.c68 #define SONIC_READ(reg) (nubus_readw(dev->base_addr + (reg * 4) \ macro
248 val = SONIC_READ(SONIC_CAP2);
251 val = SONIC_READ(SONIC_CAP1);
254 val = SONIC_READ(SONIC_CAP0);
290 * and dev->base_addr before using SONIC_READ() or SONIC_WRITE() */
310 sr = SONIC_READ(SONIC_SR);
325 SONIC_READ(SONIC_SR), lp->dma_bitmode ? 32 : 16,
330 SONIC_READ(SONIC_DCR) & 0xffff,
331 SONIC_READ(SONIC_DCR2) & 0xffff);
455 * and dev->base_addr before using SONIC_READ() o
[all...]
H A Djazzsonic.c56 #define SONIC_READ(reg) (*((volatile unsigned int *)dev->base_addr+reg)) macro
127 silicon_revision = SONIC_READ(SONIC_SR);
146 val = SONIC_READ(SONIC_CAP0-i);
H A Dsonic.c163 bits = SONIC_READ(SONIC_CMD) & mask;
358 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT;
454 u16 tcr = SONIC_READ(SONIC_TCR);
476 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT;
525 unsigned int entry = sonic_rr_entry(dev, SONIC_READ(SONIC_RWP));
526 unsigned int end = sonic_rr_entry(dev, SONIC_READ(SONIC_RRP));
606 rbe = rbe || SONIC_READ(SONIC_ISR) & SONIC_INT_RBE;
644 lp->stats.rx_crc_errors += SONIC_READ(SONIC_CRCT);
646 lp->stats.rx_frame_errors += SONIC_READ(SONIC_FAET);
648 lp->stats.rx_missed_errors += SONIC_READ(SONIC_MP
[all...]

Completed in 140 milliseconds