Searched refs:SONIC_READ (Results 1 – 3 of 3) sorted by relevance
178 status = SONIC_READ(SONIC_ISR); in sonic_interrupt()313 SONIC_READ(SONIC_RBWC1), in sonic_rx()314 SONIC_READ(SONIC_RBWC0)); in sonic_rx()382 lp->stats.rx_crc_errors += SONIC_READ(SONIC_CRCT); in sonic_get_stats()384 lp->stats.rx_frame_errors += SONIC_READ(SONIC_FAET); in sonic_get_stats()386 lp->stats.rx_missed_errors += SONIC_READ(SONIC_MPT); in sonic_get_stats()405 rcr = SONIC_READ(SONIC_RCR) & ~(SONIC_RCR_PRO | SONIC_RCR_AMC); in sonic_multicast_list()508 if (SONIC_READ(SONIC_CMD) & SONIC_CR_RRRA) in sonic_init()513 printk("sonic_init: status=%x\n", SONIC_READ(SONIC_CMD)); in sonic_init()586 if (SONIC_READ(SONIC_ISR) & SONIC_INT_LCD) in sonic_init()[all …]
51 #define SONIC_READ(reg) (*((volatile unsigned int *)base_addr+reg)) macro135 silicon_revision = SONIC_READ(SONIC_SR); in sonic_probe1()169 val = SONIC_READ(SONIC_CAP0-i); in sonic_probe1()
66 #define SONIC_READ(reg) \ macro