octpow_softc
sc->sc_pow = &octpow_softc;
struct octpow_softc;
extern struct octpow_softc octpow_softc;
struct octpow_softc *sc_pow;
octpow_init(struct octpow_softc *sc)
octpow_init_regs(struct octpow_softc *sc)
static void octpow_init(struct octpow_softc *);
static void octpow_init_regs(struct octpow_softc *);
static inline void octpow_config_int(struct octpow_softc *, int,
struct octpow_softc octpow_softc;
struct octpow_softc *sc = &octpow_softc;
octpow_config_int(struct octpow_softc *sc, int group, uint64_t tc_thr,
octpow_config(struct octpow_softc *sc, int group)
octpow_config_int_pc(struct octpow_softc *sc, int unit)
octpow_config_int_pc_rate(struct octpow_softc *sc, int rate)
void octpow_config(struct octpow_softc *, int);
extern struct octpow_softc octpow_softc;