Changeset c9d905f in mainline for uspace/drv/bus/usb/xhci/hw_struct


Ignore:
Timestamp:
2017-09-30T13:16:18Z (8 years ago)
Author:
jenda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d28d86
Parents:
e6b0dba
Message:

macros for handoff delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hw_struct/regs.h

    re6b0dba rc9d905f  
    581581#define XHCI_LEGSUP_SEM_OS      sem_os, 8, FLAG, 0
    582582
     583#define XHCI_LEGSUP_POLLING_DELAY_1MS   1000
     584#define XHCI_LEGSUP_BIOS_TIMEOUT_US     1000000 /* 4.22.1 BIOS may take up to 1 second to release the device */
     585
    583586#endif
    584587/**
Note: See TracChangeset for help on using the changeset viewer.