Searched refs:cntl (Results 1 – 12 of 12) sorted by relevance
/arch/arm/mach-omap1/ |
D | time.c | 63 u32 cntl; /* CNTL_TIMER, R/W */ member 82 writel(readl(&timer->cntl) | MPU_TIMER_AR, &timer->cntl); in omap_mpu_set_autoreset() 89 writel(readl(&timer->cntl) & ~MPU_TIMER_AR, &timer->cntl); in omap_mpu_remove_autoreset() 101 writel(MPU_TIMER_CLOCK_ENABLE, &timer->cntl); in omap_mpu_timer_start() 105 writel(timerflags, &timer->cntl); in omap_mpu_timer_start() 112 writel(readl(&timer->cntl) & ~MPU_TIMER_ST, &timer->cntl); in omap_mpu_timer_stop()
|
/arch/arm/plat-versatile/ |
D | clcd.c | 26 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 50 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 75 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 99 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 124 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
|
/arch/arm/mach-omap1/include/mach/ |
D | mtd-xip.h | 22 u32 cntl; /* CNTL_TIMER, R/W */ member
|
/arch/arm/mach-integrator/ |
D | impd1.c | 83 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), 111 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), 139 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), 171 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
|
/arch/arm/mach-footbridge/ |
D | dc21285.c | 191 unsigned int cntl; in dc21285_serr_irq() local 197 cntl = *CSR_SA110_CNTL & 0xffffdf07; in dc21285_serr_irq() 198 *CSR_SA110_CNTL = cntl | SA110_CNTL_RXSERR; in dc21285_serr_irq()
|
/arch/powerpc/platforms/cell/spufs/ |
D | context.c | 139 if (ctx->cntl) in spu_unmap_mappings() 140 unmap_mapping_range(ctx->cntl, 0, SPUFS_CNTL_MAP_SIZE, 1); in spu_unmap_mappings()
|
D | spufs.h | 86 struct address_space *cntl; /* 'control' area mappings. */ member
|
D | file.c | 491 ctx->cntl = inode->i_mapping; in spufs_cntl_open() 507 ctx->cntl = NULL; in spufs_cntl_release()
|
/arch/arm/mach-netx/ |
D | nxeb500hmi.c | 56 .cntl = CNTL_LCDTFT | CNTL_BGR,
|
D | nxdb500.c | 56 .cntl = CNTL_LCDTFT | CNTL_BGR,
|
/arch/arm/mach-lpc32xx/ |
D | phy3250.c | 79 .cntl = (CNTL_BGR | CNTL_LCDTFT | CNTL_LCDVCOMP(1) |
|
/arch/arm/mach-versatile/ |
D | core.c | 547 regs->cntl &= ~CNTL_BGR; in versatile_clcd_decode()
|