Searched defs:pn_softc (Results 1 – 1 of 1) sorted by relevance
213 struct pn_softc { struct214 device_t dev;215 int pn_type;216 struct powernow_state powernow_states[POWERNOW_MAX_STATES];217 u_int fsb;218 u_int sgtc;219 u_int vst;220 u_int mvs;221 u_int pll;222 u_int rvo;[all …]