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

  /src/sys/arch/mips/cavium/dev/
octeon_pow.c 43 static void octpow_init(struct octpow_softc *);
44 static void octpow_init_regs(struct octpow_softc *);
45 static inline void octpow_config_int(struct octpow_softc *, int,
48 struct octpow_softc octpow_softc; variable in typeref:struct:octpow_softc
57 struct octpow_softc *sc = &octpow_softc;
66 octpow_config_int(struct octpow_softc *sc, int group, uint64_t tc_thr,
91 octpow_config(struct octpow_softc *sc, int group)
101 octpow_init(struct octpow_softc *sc
    [all...]
octeon_powvar.h 56 struct octpow_softc { struct
70 void octpow_config(struct octpow_softc *, int);
89 extern struct octpow_softc octpow_softc;
389 octpow_config_int_pc(struct octpow_softc *sc, int unit)
406 octpow_config_int_pc_rate(struct octpow_softc *sc, int rate)

Completed in 11 milliseconds