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 119 uint32_t async_td; member in struct:__anon10112
424 if (ohci->async_td) {
426 ohci->async_td = 0;
854 completion = (addr == ohci->async_td);
920 ohci->async_td = 0;
929 if (ohci->async_td) {
955 ohci->async_td = addr;
1059 if (ohci->async_td && addr == ohci->async_td) {
1061 ohci->async_td = 0
    [all...]

Completed in 112 milliseconds