Searched refs:cntl (Results 1 – 6 of 6) sorted by relevance
| /arch/arm/mach-omap1/ |
| A D | time.c | 65 u32 cntl; /* CNTL_TIMER, R/W */ member 84 writel(readl(&timer->cntl) | MPU_TIMER_AR, &timer->cntl); in omap_mpu_set_autoreset() 91 writel(readl(&timer->cntl) & ~MPU_TIMER_AR, &timer->cntl); in omap_mpu_remove_autoreset() 103 writel(MPU_TIMER_CLOCK_ENABLE, &timer->cntl); in omap_mpu_timer_start() 107 writel(timerflags, &timer->cntl); in omap_mpu_timer_start() 114 writel(readl(&timer->cntl) & ~MPU_TIMER_ST, &timer->cntl); in omap_mpu_timer_stop()
|
| A D | mtd-xip.h | 21 u32 cntl; /* CNTL_TIMER, R/W */ member
|
| /arch/arm/mach-footbridge/ |
| A D | dc21285.c | 182 unsigned int cntl; in dc21285_serr_irq() local 188 cntl = *CSR_SA110_CNTL & 0xffffdf07; in dc21285_serr_irq() 189 *CSR_SA110_CNTL = cntl | SA110_CNTL_RXSERR; in dc21285_serr_irq()
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | context.c | 126 if (ctx->cntl) in spu_unmap_mappings() 127 unmap_mapping_range(ctx->cntl, 0, SPUFS_CNTL_MAP_SIZE, 1); in spu_unmap_mappings()
|
| A D | spufs.h | 73 struct address_space *cntl; /* 'control' area mappings. */ member
|
| A D | file.c | 430 ctx->cntl = inode->i_mapping; in spufs_cntl_open() 446 ctx->cntl = NULL; in spufs_cntl_release()
|
Completed in 15 milliseconds