Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.h199 struct ti_bandgap { struct
202 const struct ti_bandgap_data *conf; argument
203 struct temp_sensor_regval *regval;
204 struct clk *fclock;
205 struct clk *div_clk;
206 spinlock_t lock; /* shields this struct */
207 int irq;
208 struct gpio_desc *tshut_gpiod;
209 u32 clk_rate;
210 struct notifier_block nb;
[all …]
/openbmc/u-boot/drivers/thermal/
H A Dti-bandgap.c27 struct ti_bandgap { struct
28 ulong base;
29 int temperature; /* in mili degree celsius */