Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-spear/
A Dtime.c43 #define CTRL_ENABLE 0x0020 macro
85 val |= CTRL_ENABLE ; in spear_clocksource_init()
98 val &= ~CTRL_ENABLE; in spear_timer_shutdown()
137 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in spear_set_periodic()
159 if (val & CTRL_ENABLE) in clockevent_next_event()
160 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
164 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_next_event()
/linux-6.3-rc2/drivers/clk/
A Dclk-apple-nco.c24 #define CTRL_ENABLE BIT(31) macro
83 writel_relaxed(val | CTRL_ENABLE, chan->base + REG_CTRL); in applnco_enable_nolock()
92 writel_relaxed(val & ~CTRL_ENABLE, chan->base + REG_CTRL); in applnco_disable_nolock()
99 return (readl_relaxed(chan->base + REG_CTRL) & CTRL_ENABLE) != 0; in applnco_is_enabled()
/linux-6.3-rc2/drivers/pwm/
A Dpwm-vt8500.c37 #define CTRL_ENABLE BIT(0) macro
139 val |= CTRL_ENABLE; in vt8500_pwm_enable()
152 val &= ~CTRL_ENABLE; in vt8500_pwm_disable()
/linux-6.3-rc2/drivers/iommu/
A Dexynos-iommu.c127 #define CTRL_ENABLE 0x5 macro
426 writel(CTRL_ENABLE, data->sfrbase + REG_MMU_CTRL); in sysmmu_unblock()
655 writel(CTRL_ENABLE, data->sfrbase + REG_MMU_CTRL); in __sysmmu_enable()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dtegra-xudc.c61 #define CTRL_ENABLE BIT(31) macro
2058 val |= CTRL_ENABLE; in tegra_xudc_gadget_pullup()
2060 val &= ~CTRL_ENABLE; in tegra_xudc_gadget_pullup()
2113 val |= CTRL_ENABLE; in tegra_xudc_gadget_start()
2147 val &= ~(CTRL_IE | CTRL_ENABLE); in tegra_xudc_gadget_stop()

Completed in 27 milliseconds