Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-meson.c51 #define REG_MISC_AB 0x8 macro
109 * Protects register (write) access to the REG_MISC_AB register
243 value = readl(meson->base + REG_MISC_AB); in meson_pwm_enable()
247 writel(value, meson->base + REG_MISC_AB); in meson_pwm_enable()
253 value = readl(meson->base + REG_MISC_AB); in meson_pwm_enable()
255 writel(value, meson->base + REG_MISC_AB); in meson_pwm_enable()
267 value = readl(meson->base + REG_MISC_AB); in meson_pwm_disable()
269 writel(value, meson->base + REG_MISC_AB); in meson_pwm_disable()
351 value = readl(meson->base + REG_MISC_AB); in meson_pwm_get_state()
519 channel->mux.reg = meson->base + REG_MISC_AB; in meson_pwm_init_channels()
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-meson.c50 #define REG_MISC_AB 0x8 macro
110 * Protects register (write) access to the REG_MISC_AB register
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()
[all...]

Completed in 2 milliseconds