Searched defs:CMCNT (Results 1 - 1 of 1) sorted by relevance

/drivers/clocksource/
H A Dsh_cmt.c86 /* callbacks for CMCNT and CMCOR access */
236 #define CMCNT 1 /* channel register */ macro
269 return ch->cmt->info->read_count(ch->ioctrl, CMCNT);
275 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value);
358 * According to the sh73a0 user's manual, as CMCNT can be operated
360 * modifying CMCNT register; two RCLK cycles are necessary before
364 * While at it, we're supposed to clear out the CMCNT as of this
375 dev_err(&ch->cmt->pdev->dev, "ch%u: cannot clear CMCNT\n",

Completed in 43 milliseconds