Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/pwm/
Dpwm-meson.c71 } meson_pwm_per_channel_data[MESON_NUM_PWMS] = { variable
216 channel_data = &meson_pwm_per_channel_data[pwm->hwpwm]; in meson_pwm_enable()
244 value &= ~meson_pwm_per_channel_data[pwm->hwpwm].pwm_en_mask; in meson_pwm_disable()
316 channel_data = &meson_pwm_per_channel_data[pwm->hwpwm]; in meson_pwm_get_state()
364 meson_pwm_per_channel_data[i].clk_sel_shift; in meson_pwm_init_clocks_meson8b()
387 channel->div.shift = meson_pwm_per_channel_data[i].clk_div_shift; in meson_pwm_init_clocks_meson8b()
409 channel->gate.bit_idx = meson_pwm_per_channel_data[i].clk_en_shift; in meson_pwm_init_clocks_meson8b()