Lines Matching +full:tegra20 +full:- +full:pwm
4 * SPDX-License-Identifier: GPL-2.0+
9 #include <pwm.h>
12 #include <asm/arch/pwm.h>
24 struct pwm_ctlr *regs = priv->regs; in tegra_pwm_set_config()
29 return -EINVAL; in tegra_pwm_set_config()
30 debug("%s: Configure '%s' channel %u\n", __func__, dev->name, channel); in tegra_pwm_set_config()
47 struct pwm_ctlr *regs = priv->regs; in tegra_pwm_set_enable()
50 return -EINVAL; in tegra_pwm_set_enable()
51 debug("%s: Enable '%s' channel %u\n", __func__, dev->name, channel); in tegra_pwm_set_enable()
62 priv->regs = (struct pwm_ctlr *)dev_read_addr(dev); in tegra_pwm_ofdata_to_platdata()
73 { .compatible = "nvidia,tegra124-pwm" },
74 { .compatible = "nvidia,tegra20-pwm" },