Changeset 76d0981d in mainline for uspace/drv/bus/usb/uhci/hc.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r9c514be r76d0981d 44 44 #include <macros.h> 45 45 #include <mem.h> 46 #include <stdbool.h> 46 47 #include <stdlib.h> 47 48 #include <stdint.h> … … 607 608 instance->transfers_##queue.queue_head 608 609 609 while ( 1) {610 while (true) { 610 611 const uint16_t cmd = pio_read_16(&instance->registers->usbcmd); 611 612 const uint16_t sts = pio_read_16(&instance->registers->usbsts);
Note:
See TracChangeset
for help on using the changeset viewer.