Changeset 13dfda8f in mainline
- Timestamp:
- 2013-07-21T21:24:13Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9eaa00
- Parents:
- f8d3df3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/drivers/amdm37x/gpt.h
rf8d3df3 r13dfda8f 218 218 timer->regs->tiocp_cfg |= AMDM37x_GPT_TIOCP_CFG_SOFTRESET_FLAG; 219 219 220 while ( timer->regs->tistat & AMDM37x_GPT_TISTAT_RESET_DONE_FLAG);220 while (!(timer->regs->tistat & AMDM37x_GPT_TISTAT_RESET_DONE_FLAG)); 221 221 222 222 /* Set autoreload */
Note:
See TracChangeset
for help on using the changeset viewer.