Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_regs.h57 #define CTRL_RUN BIT(0) macro
H A Dlcdif_regs.h58 #define CTRL_RUN BIT(0) macro
H A Dmxsfb_kms.c204 writel(CTRL_RUN, mxsfb->base + LCDC_CTRL + REG_SET); in mxsfb_enable_controller()
217 readl_poll_timeout(mxsfb->base + LCDC_CTRL, reg, !(reg & CTRL_RUN), in mxsfb_disable_controller()
/openbmc/qemu/target/ppc/
H A Dpower8-pmu.c177 if (sel == 0x02 || (env->spr[SPR_CTRL] & CTRL_RUN)) { in pmu_increment_insns()
H A Dcpu.h568 #define CTRL_RUN PPC_BIT(63) macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c52 #define CTRL_RUN BIT(0) macro
1750 val &= ~CTRL_RUN; in __tegra_xudc_ep_disable()
1836 val |= CTRL_RUN; in __tegra_xudc_ep_enable()