Searched refs:mtk_pwm_soc (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/pwm/
H A Dpwm-mtk.c44 struct mtk_pwm_soc { struct
55 const struct mtk_pwm_soc *soc;
150 priv->soc = (struct mtk_pwm_soc *)dev_get_driver_data(dev);
177 static const struct mtk_pwm_soc mt7622_data = {
183 static const struct mtk_pwm_soc mt7623_data = {
189 static const struct mtk_pwm_soc mt7629_data = {
195 static const struct mtk_pwm_soc mt7981_data = {
201 static const struct mtk_pwm_soc mt7986_data = {
207 static const struct mtk_pwm_soc mt7988_data = {

Completed in 37 milliseconds