Changeset fd9f4ffe in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-07-12T16:11:22Z (8 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
481af21e
Parents:
c9c0e41
Message:

The xHC now properly gets the physical addresses (with correct endianity) of its scratchpad buffers.

File:
1 edited

Legend:

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

    rc9c0e41 rfd9f4ffe  
    4040#include "hw_struct/regs.h"
    4141#include "hw_struct/context.h"
     42#include "scratchpad.h"
    4243#include "trb_ring.h"
    4344
     
    6667        xhci_event_ring_t event_ring;
    6768        xhci_device_ctx_t **dcbaa;
     69        xhci_scratchpad_t *scratchpad;
    6870
    6971        /* Cached capabilities */
Note: See TracChangeset for help on using the changeset viewer.