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


Ignore:
Timestamp:
2017-11-14T23:17:54Z (6 years ago)
Author:
Aearsis <Hlavaty.Ondrej@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e76c0ea
Parents:
cfe4852
git-author:
Aearsis <Hlavaty.Ondrej@…> (2017-11-14 23:15:24)
git-committer:
Aearsis <Hlavaty.Ondrej@…> (2017-11-14 23:17:54)
Message:

xhci: use dma_buffers instead of malloc32 util

A bit of refactoring was needed to adapt scratchpad buffers.

File:
1 edited

Legend:

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

    rcfe4852 rb80c1ab  
    6464        xhci_event_ring_t event_ring;
    6565        uint64_t *dcbaa;
    66         xhci_scratchpad_t *scratchpad;
     66        dma_buffer_t dcbaa_dma;
     67        dma_buffer_t scratchpad_array;
     68        dma_buffer_t *scratchpad_buffers;
    6769
    6870        /* Root hub emulation */
Note: See TracChangeset for help on using the changeset viewer.