Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-meson.c50 #define REG_MISC_AB 0x8 macro
245 value = readl(meson->base + REG_MISC_AB); in meson_pwm_enable()
260 writel(value, meson->base + REG_MISC_AB); in meson_pwm_enable()
277 value = readl(meson->base + REG_MISC_AB); in meson_pwm_disable()
286 writel(value, meson->base + REG_MISC_AB); in meson_pwm_disable()
351 value = readl(meson->base + REG_MISC_AB); in meson_pwm_get_state()
398 channel->mux.reg = meson->base + REG_MISC_AB; in meson_pwm_init_clocks_meson8b()
422 channel->div.reg = meson->base + REG_MISC_AB; in meson_pwm_init_clocks_meson8b()
444 channel->gate.reg = meson->base + REG_MISC_AB; in meson_pwm_init_clocks_meson8b()