Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-spear/
Dtime.c46 #define CTRL_ENABLE 0x0020 macro
88 val |= CTRL_ENABLE ; in spear_clocksource_init()
101 val &= ~CTRL_ENABLE; in timer_shutdown()
140 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in spear_set_periodic()
162 if (val & CTRL_ENABLE) in clockevent_next_event()
163 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
167 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_next_event()
/kernel/linux/linux-5.10/drivers/pwm/
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()
/kernel/linux/linux-5.10/drivers/iommu/
Dexynos-iommu.c129 #define CTRL_ENABLE 0x5 macro
288 writel(CTRL_ENABLE, data->sfrbase + REG_MMU_CTRL); in sysmmu_unblock()
501 writel(CTRL_ENABLE, data->sfrbase + REG_MMU_CTRL); in __sysmmu_enable()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c61 #define CTRL_ENABLE BIT(31) macro
2045 val |= CTRL_ENABLE; in tegra_xudc_gadget_pullup()
2047 val &= ~CTRL_ENABLE; in tegra_xudc_gadget_pullup()
2100 val |= CTRL_ENABLE; in tegra_xudc_gadget_start()
2134 val &= ~(CTRL_IE | CTRL_ENABLE); in tegra_xudc_gadget_stop()