Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-meson.c50 #define REG_MISC_AB 0x8 macro
226 value = readl(meson->base + REG_MISC_AB); in meson_pwm_enable()
228 writel(value, meson->base + REG_MISC_AB); in meson_pwm_enable()
240 value = readl(meson->base + REG_MISC_AB); in meson_pwm_disable()
242 writel(value, meson->base + REG_MISC_AB); in meson_pwm_disable()
318 value = readl(meson->base + REG_MISC_AB); in meson_pwm_get_state()
462 channel->mux.reg = meson->base + REG_MISC_AB; in meson_pwm_init_channels()
487 channel->div.reg = meson->base + REG_MISC_AB; in meson_pwm_init_channels()
510 channel->gate.reg = meson->base + REG_MISC_AB; in meson_pwm_init_channels()