HomeSort by relevance Sort by last modified time
    Searched full:async_td (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
usb-ohci.c 120 uint32_t async_td; member in struct:__anon4769
425 if (ohci->async_td) {
427 ohci->async_td = 0;
855 completion = (addr == ohci->async_td);
921 ohci->async_td = 0;
930 if (ohci->async_td) {
956 ohci->async_td = addr;
1060 if (ohci->async_td && addr == ohci->async_td) {
1062 ohci->async_td = 0
    [all...]

Completed in 82 milliseconds