Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c1007 uint64_t input_ctx_buffer = (uint64_t)kzalloc(xhci_hc[id].context_size * 33, 0); in xhci_set_address() local
1010 __write4b(input_ctx_buffer + 4, 0x3); in xhci_set_address()
1021 __write_slot(input_ctx_buffer + xhci_hc[id].context_size, &slot); in xhci_set_address()
1022 __write_ep(id, input_ctx_buffer, 2, &ep); in xhci_set_address()
1025 trb.buf_paddr = virt_2_phys(input_ctx_buffer); in xhci_set_address()
1051 kfree((void *)input_ctx_buffer); in xhci_set_address()
1734 uint64_t input_ctx_buffer = (uint64_t)kzalloc(xhci_hc[id].context_size * 33, 0); in xhci_configure_endpoint() local
1736 __write4b(input_ctx_buffer + 4, (1 << ep_num) | 1); in xhci_configure_endpoint()
1737 __write4b(input_ctx_buffer + 0x1c, 1); in xhci_configure_endpoint()
1744 __write_slot(input_ctx_buffer + xhci_hc[id].context_size, &slot); in xhci_configure_endpoint()
[all …]