Home
last modified time | relevance | path

Searched refs:OHCI_OFFSET_MASK (Results 1 – 1 of 1) sorted by relevance

/external/qemu/hw/
Dusb-ohci.c177 #define OHCI_OFFSET_MASK 0xfff macro
711 (start_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
714 (start_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
721 (end_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
724 (end_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
732 len = (end_addr & OHCI_OFFSET_MASK) + 0x1001 in ohci_service_iso_td()
733 - (start_addr & OHCI_OFFSET_MASK); in ohci_service_iso_td()