Lines Matching defs:tsadc_softc
132 struct tsadc_softc { struct
133 device_t dev;
134 struct resource *mem_res;
135 struct resource *irq_res;
136 void *irq_ih;
138 clk_t tsadc_clk;
139 clk_t apb_pclk_clk;
140 hwreset_array_t hwreset;
141 struct syscon *grf;
143 struct tsadc_conf *conf;
145 int shutdown_temp;
146 int shutdown_mode;
147 int shutdown_pol;
149 int alarm_temp;