Searched defs:qoriq_therm_softc (Results 1 – 1 of 1) sorted by relevance
73 struct qoriq_therm_softc { struct74 device_t dev;75 struct resource *mem_res;76 struct resource *irq_res;77 void *irq_ih;78 int ntsensors;79 struct tsensor *tsensors;80 bool little_endian;81 clk_t clk;82 int ver;