Lines Matching refs:SONIC_READ
163 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_MPT);
666 rcr = SONIC_READ(SONIC_RCR) & ~(SONIC_RCR_PRO | SONIC_RCR_AMC);
850 SONIC_READ(SONIC_CMD));