Ignore:
Timestamp:
2015-06-29T03:14:27Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a996402e
Parents:
f6f2a5f7
Message:

ehci, ep list: stop using list_head_pa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/endpoint_list.h

    rf6f2a5f7 r50362c6  
    5050        /** EHCI hw structure at the beginning of the queue */
    5151        qh_t *list_head;
    52         /** Physical address of the first(dummy) ED */
    53         uint32_t list_head_pa;
    5452        /** Assigned name, provides nicer debug output */
    5553        const char *name;
     
    6967        free32(instance->list_head);
    7068        instance->list_head = NULL;
    71         instance->list_head_pa = 0;
    7269}
    7370
Note: See TracChangeset for help on using the changeset viewer.