Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c105 #define OHCI_OFFSET_MASK 0xfff macro
693 (start_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
696 (start_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
703 (end_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
706 (end_offset & OHCI_OFFSET_MASK); in ohci_service_iso_td()
719 len = (end_addr & OHCI_OFFSET_MASK) + 0x1001 in ohci_service_iso_td()
720 - (start_addr & OHCI_OFFSET_MASK); in ohci_service_iso_td()