Home
last modified time | relevance | path

Searched defs:tsadc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/rockchip/
H A Drk_tsadc.c132 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;
[all …]