Lines Matching refs:end_addr
570 uint32_t start_addr, uint32_t end_addr, in ohci_copy_iso_td() argument
583 ptr = end_addr & ~0xfffu; in ohci_copy_iso_td()
618 uint32_t start_addr, end_addr; in ohci_service_iso_td() local
720 end_addr = (iso_td.bp & OHCI_PAGE_MASK) | in ohci_service_iso_td()
723 end_addr = (iso_td.be & OHCI_PAGE_MASK) | in ohci_service_iso_td()
728 end_addr = iso_td.be; in ohci_service_iso_td()
731 if ((start_addr & OHCI_PAGE_MASK) != (end_addr & OHCI_PAGE_MASK)) { in ohci_service_iso_td()
732 len = (end_addr & OHCI_OFFSET_MASK) + 0x1001 in ohci_service_iso_td()
735 len = end_addr - start_addr + 1; in ohci_service_iso_td()
739 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, len, 0); in ohci_service_iso_td()
769 start_offset, end_offset, start_addr, end_addr, str, len, ret); in ohci_service_iso_td()
775 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, ret, 1); in ohci_service_iso_td()