HomeSort by: relevance | last modified time | path
    Searched refs:octasx_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_asxvar.h 33 struct octasx_softc { struct
46 struct octasx_softc **);
47 int octasx_enable(struct octasx_softc *, int);
48 int octasx_clk_set(struct octasx_softc *, int, int);
49 uint64_t octasx_int_summary(struct octasx_softc *sc);
octeon_asx.c 41 octasx_init(struct octasx_attach_args *aa, struct octasx_softc **rsc)
43 struct octasx_softc *sc;
66 static int octasx_enable_tx(struct octasx_softc *, int);
67 static int octasx_enable_rx(struct octasx_softc *, int);
70 octasx_enable(struct octasx_softc *sc, int enable)
79 octasx_enable_tx(struct octasx_softc *sc, int enable)
93 octasx_enable_rx(struct octasx_softc *sc, int enable)
107 octasx_clk_set(struct octasx_softc *sc, int tx_setting, int rx_setting)
octeon_gmxvar.h 67 struct octasx_softc *sc_port_asx;

Completed in 14 milliseconds