Home
last modified time | relevance | path

Searched refs:bgp (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c38 static int ti_bandgap_force_single_read(struct ti_bandgap *bgp, int id);
54 static u32 ti_bandgap_readl(struct ti_bandgap *bgp, u32 reg) in ti_bandgap_readl() argument
56 return readl(bgp->base + reg); in ti_bandgap_readl()
67 static void ti_bandgap_writel(struct ti_bandgap *bgp, u32 val, u32 reg) in ti_bandgap_writel() argument
69 writel(val, bgp->base + reg); in ti_bandgap_writel()
78 #define RMW_BITS(bgp, id, reg, mask, val) \ argument
83 t = bgp->conf->sensors[(id)].registers; \
84 r = ti_bandgap_readl(bgp, t->reg); \
87 ti_bandgap_writel(bgp, r, t->reg); \
102 static int ti_bandgap_power(struct ti_bandgap *bgp, bool on) in ti_bandgap_power() argument
[all …]
H A Dti-thermal-common.c34 struct ti_bandgap *bgp; member
48 dev_dbg(data->bgp->dev, "updated thermal zone %s\n", in ti_thermal_work()
74 struct ti_bandgap *bgp; in __ti_thermal_get_temp() local
82 bgp = data->bgp; in __ti_thermal_get_temp()
83 s = &bgp->conf->sensors[data->sensor_id]; in __ti_thermal_get_temp()
85 ret = ti_bandgap_read_temperature(bgp, data->sensor_id, &tmp); in __ti_thermal_get_temp()
102 dev_err(bgp->dev, in __ti_thermal_get_temp()
117 struct ti_bandgap *bgp; in __ti_thermal_get_trend() local
120 bgp = data->bgp; in __ti_thermal_get_trend()
123 ret = ti_bandgap_get_trend(bgp, id, &tr); in __ti_thermal_get_trend()
[all …]
H A Dti-thermal.h42 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain);
43 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id);
44 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id);
45 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id);
46 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id);
49 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor() argument
55 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() argument
61 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() argument
67 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() argument
73 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_unregister_cpu_cooling() argument
H A Dti-bandgap.h239 int (*register_cooling)(struct ti_bandgap *bgp, int id);
240 int (*unregister_cooling)(struct ti_bandgap *bgp, int id);
331 int (*report_temperature)(struct ti_bandgap *bgp, int id);
332 int (*expose_sensor)(struct ti_bandgap *bgp, int id, char *domain);
333 int (*remove_sensor)(struct ti_bandgap *bgp, int id);
339 int ti_bandgap_read_update_interval(struct ti_bandgap *bgp, int id,
341 int ti_bandgap_write_update_interval(struct ti_bandgap *bgp, int id,
343 int ti_bandgap_read_temperature(struct ti_bandgap *bgp, int id,
345 int ti_bandgap_set_sensor_data(struct ti_bandgap *bgp, int id, void *data);
346 void *ti_bandgap_get_sensor_data(struct ti_bandgap *bgp, int id);
[all …]
/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c188 struct k3_j72xx_bandgap *bgp; member
222 struct k3_j72xx_bandgap *bgp; in k3_bgp_read_temp() local
225 bgp = devdata->bgp; in k3_bgp_read_temp()
235 s0 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
237 s1 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
239 s2 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
344 static void k3_j72xx_bandgap_init_hw(struct k3_j72xx_bandgap *bgp) in k3_j72xx_bandgap_init_hw() argument
350 for (id = 0; id < bgp->cnt; id++) { in k3_j72xx_bandgap_init_hw()
351 data = bgp->ts_data[id]; in k3_j72xx_bandgap_init_hw()
352 val = readl(bgp->cfg2_base + data->ctrl_offset); in k3_j72xx_bandgap_init_hw()
[all …]
H A Dk3_bandgap.c86 struct k3_bandgap *bgp; member
111 struct k3_bandgap *bgp; in k3_bgp_read_temp() local
114 bgp = devdata->bgp; in k3_bgp_read_temp()
125 s0 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
127 s1 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
129 s2 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
164 struct k3_bandgap *bgp; in k3_bandgap_probe() local
171 bgp = devm_kzalloc(&pdev->dev, sizeof(*bgp), GFP_KERNEL); in k3_bandgap_probe()
172 if (!bgp) in k3_bandgap_probe()
176 bgp->base = devm_ioremap_resource(dev, res); in k3_bandgap_probe()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb.sh495 filter_mode exclude source_list $src1 proto bgp
827 bridge mdb add dev br0 port $swp1 grp 239.1.1.5 vid 10 proto bgp
963 bridge mdb add dev br0 port $swp1 grp 239.1.1.1 vid 10 proto bgp
967 bridge mdb flush dev br0 proto bgp
/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst564 * - ``bgp``