Searched refs:reset_map (Results 1 – 15 of 15) sorted by relevance
29 static const struct imx8mp_reset_map reset_map[] = { variable66 mask = reset_map[id].mask; in imx8mp_audiomix_update()67 offset = reset_map[id].offset; in imx8mp_audiomix_update()68 active_low = reset_map[id].active_low; in imx8mp_audiomix_update()115 priv->rcdev.nr_resets = ARRAY_SIZE(reset_map); in imx8mp_audiomix_reset_probe()
18 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_assert()27 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_deassert()46 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_status()
20 const struct owl_reset_map *reset_map; member
615 reset->reset_map = desc->resets; in s500_clk_probe()
633 reset->reset_map = desc->resets; in s700_clk_probe()
776 reset->reset_map = desc->resets; in s900_clk_probe()
17 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_assert()35 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_deassert()63 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_status()
20 const struct ccu_reset_map *reset_map; member
178 reset->reset_map = desc->resets; in sunxi_ccu_probe()
19 fsleep(rst->reset_map[id].udelay ?: 1); /* use 1 us as default */ in qcom_reset()33 map = &rst->reset_map[id]; in qcom_reset_set_assert()
21 const struct qcom_reset_map *reset_map; member
368 reset->reset_map = desc->resets; in qcom_cc_really_probe()
806 .reset_map = vdpasim_reset_map,845 .reset_map = vdpasim_reset_map,
140 if (ops->reset_map) in vhost_vdpa_reset_map()141 ops->reset_map(vdpa, asid); in vhost_vdpa_reset_map()459 return (!ops->set_map && !ops->dma_map) || ops->reset_map || in vhost_vdpa_has_persistent_map()
3687 .reset_map = mlx5_vdpa_reset_map,
Completed in 32 milliseconds