Lines Matching defs:padctl_softc
173 struct padctl_softc { struct
174 device_t dev;
175 struct resource *mem_res;
176 hwreset_t rst;
177 int phy_ena_cnt;
180 uint32_t hs_curr_level_0;
181 uint32_t hs_curr_level_123;
182 uint32_t hs_iref_cap;
183 uint32_t hs_term_range_adj;
184 uint32_t hs_squelch_level;
208 int (*init)(struct padctl_softc *sc, argument