Lines Matching refs:SONIC_READ
163 bits = SONIC_READ(SONIC_CMD) & mask; in sonic_quiesce()
358 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT; in sonic_interrupt()
454 u16 tcr = SONIC_READ(SONIC_TCR); in sonic_interrupt()
476 status = SONIC_READ(SONIC_ISR) & SONIC_IMR_DEFAULT; in sonic_interrupt()
525 unsigned int entry = sonic_rr_entry(dev, SONIC_READ(SONIC_RWP)); in sonic_update_rra()
526 unsigned int end = sonic_rr_entry(dev, SONIC_READ(SONIC_RRP)); in sonic_update_rra()
606 rbe = rbe || SONIC_READ(SONIC_ISR) & SONIC_INT_RBE; in sonic_rx()
644 lp->stats.rx_crc_errors += SONIC_READ(SONIC_CRCT); in sonic_get_stats()
646 lp->stats.rx_frame_errors += SONIC_READ(SONIC_FAET); in sonic_get_stats()
648 lp->stats.rx_missed_errors += SONIC_READ(SONIC_MPT); in sonic_get_stats()
666 rcr = SONIC_READ(SONIC_RCR) & ~(SONIC_RCR_PRO | SONIC_RCR_AMC); in sonic_multicast_list()
850 SONIC_READ(SONIC_CMD)); in sonic_init()