Changeset 3fb14b0 in mainline
- Timestamp:
- 2019-05-07T11:50:49Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e8b633
- Parents:
- 1fbe639b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/adb/cuda_adb/cuda_adb.c
r1fbe639b r3fb14b0 274 274 fibril_mutex_lock(&cuda->dev_lock); 275 275 276 /* Lower IFR.SR_INT so that CUDA can generate next int by raising it. */ 277 pio_write_8(&cuda->regs->ifr, SR_INT); 278 276 279 switch (cuda->xstate) { 277 280 case cx_listen: … … 293 296 } 294 297 295 /* Lower IFR.SR_INT so that CUDA can generate next int by raising it. */296 pio_write_8(&cuda->regs->ifr, SR_INT);297 298 298 299 fibril_mutex_unlock(&cuda->dev_lock);
Note:
See TracChangeset
for help on using the changeset viewer.