Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dohci.c73 …b_debug("|:| Current Buffer Pointer [0x%08"PRIx32"] |:|\n", cur->current_buffer_pointer); in dump_td()
394 cur->current_buffer_pointer = virt_to_phys(devreq); in ohci_control()
412 cur->current_buffer_pointer = virt_to_phys(data); in ohci_control()
448 cur->current_buffer_pointer = 0; in ohci_control()
547 cur->current_buffer_pointer = virt_to_phys(data); in ohci_bulk()
551 cur->current_buffer_pointer = 0; in ohci_bulk()
667 td->td.current_buffer_pointer = virt_to_phys(data); in ohci_fill_intrq_td()
668 td->td.buffer_end = td->td.current_buffer_pointer + intrq->reqsize - 1; in ohci_fill_intrq_td()
871 if (done_td->current_buffer_pointer) in ohci_process_done_queue()
873 (done_td->current_buffer_pointer in ohci_process_done_queue()
H A Dohci_private.h221 u32 current_buffer_pointer; member