Searched refs:mac_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/sociox/ |
H A D | if_scx.c | 617 mac_read(struct scx_softc *sc, int reg) in mac_read() function 883 dwimp = mac_read(sc, GMACIMPL); /* DWC implementation XX.YY */ in scx_attach_i() 884 dwfea = mac_read(sc, HWFEA); /* DWC feature bits */ in scx_attach_i() 1091 busy = mac_read(sc, GMACBMR) & BMR_RST; in scx_reset() 1119 csr = mac_read(sc, GMACOMR); in scx_stop() 1209 csr = mac_read(sc, GMACOMR); in scx_init() 1292 csr = mac_read(sc, GMACAFR); in scx_set_rcvfilt() 1503 mac_read(sc, GMACEVCNT(1)), in scx_watchdog() 1504 mac_read(sc, GMACEVCNT(0)), in scx_watchdog() 1505 mac_read(sc, GMACEVCNT(2)), in scx_watchdog() [all …]
|