/src/sys/arch/powerpc/booke/dev/ |
pq3etsec.c | 336 etsec_read(struct pq3etsec_softc *sc, bus_size_t off) function in typeref:typename:uint32_t 609 sc->sc_macstnaddr2 = etsec_read(sc, MACSTNADDR2); 610 sc->sc_macstnaddr1 = etsec_read(sc, MACSTNADDR1); 612 sc->sc_ecntrl = etsec_read(sc, ECNTRL); 613 sc->sc_maccfg1 = etsec_read(sc, MACCFG1); 614 sc->sc_maccfg2 = etsec_read(sc, MACCFG2) | MACCFG2_DEFAULT; 1051 if (etsec_read(sc, MACCFG1) & (MACCFG1_TX_EN | MACCFG1_RX_EN)) { 1058 uint32_t ievent = etsec_read(sc, IEVENT); 1068 ievent = etsec_read(sc, IEVENT); 1085 uint32_t tbipa = etsec_read(sc, TBIPA) [all...] |
pq3etsec.c | 336 etsec_read(struct pq3etsec_softc *sc, bus_size_t off) function in typeref:typename:uint32_t 609 sc->sc_macstnaddr2 = etsec_read(sc, MACSTNADDR2); 610 sc->sc_macstnaddr1 = etsec_read(sc, MACSTNADDR1); 612 sc->sc_ecntrl = etsec_read(sc, ECNTRL); 613 sc->sc_maccfg1 = etsec_read(sc, MACCFG1); 614 sc->sc_maccfg2 = etsec_read(sc, MACCFG2) | MACCFG2_DEFAULT; 1051 if (etsec_read(sc, MACCFG1) & (MACCFG1_TX_EN | MACCFG1_RX_EN)) { 1058 uint32_t ievent = etsec_read(sc, IEVENT); 1068 ievent = etsec_read(sc, IEVENT); 1085 uint32_t tbipa = etsec_read(sc, TBIPA) [all...] |