Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.h207 uint64_t buf_paddr; // 数据缓冲区物理地址 member
253 uint64_t buf_paddr; // 数据缓冲区物理地址 member
Dxhci.c1025 trb.buf_paddr = virt_2_phys(input_ctx_buffer); in xhci_set_address()
1112 trb.buf_paddr = virt_2_phys(buf_vaddr); in xhci_data_stage()
1137 trb.buf_paddr = virt_2_phys(status_vaddr); in xhci_data_stage()
1175 trb.buf_paddr = virt_2_phys(status_buf_vaddr); in xhci_status_stage()
1756 trb.buf_paddr = virt_2_phys(input_ctx_buffer); in xhci_configure_endpoint()