HomeSort by: relevance | last modified time | path
    Searched defs:gmac_write_reg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
if_gm.c 95 static inline void gmac_write_reg(struct gmac_softc *, int, u_int);
263 gmac_write_reg(struct gmac_softc *sc, int reg, u_int val) function in typeref:typename:void
275 gmac_write_reg(sc, GMAC_TXDMACONFIG, x);
278 gmac_write_reg(sc, GMAC_TXMACCONFIG, x);
288 gmac_write_reg(sc, GMAC_RXDMACONFIG, x);
291 gmac_write_reg(sc, GMAC_RXMACCONFIG, x);
301 gmac_write_reg(sc, GMAC_TXDMACONFIG, x);
304 gmac_write_reg(sc, GMAC_TXMACCONFIG, x);
314 gmac_write_reg(sc, GMAC_RXDMACONFIG, x);
317 gmac_write_reg(sc, GMAC_RXMACCONFIG, x)
    [all...]
if_gm.c 95 static inline void gmac_write_reg(struct gmac_softc *, int, u_int);
263 gmac_write_reg(struct gmac_softc *sc, int reg, u_int val) function in typeref:typename:void
275 gmac_write_reg(sc, GMAC_TXDMACONFIG, x);
278 gmac_write_reg(sc, GMAC_TXMACCONFIG, x);
288 gmac_write_reg(sc, GMAC_RXDMACONFIG, x);
291 gmac_write_reg(sc, GMAC_RXMACCONFIG, x);
301 gmac_write_reg(sc, GMAC_TXDMACONFIG, x);
304 gmac_write_reg(sc, GMAC_TXMACCONFIG, x);
314 gmac_write_reg(sc, GMAC_RXDMACONFIG, x);
317 gmac_write_reg(sc, GMAC_RXMACCONFIG, x)
    [all...]

Completed in 25 milliseconds