Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c34 static uint32_t xhci_hc_get_protocol_offset(int id, uint32_t list_off, const int version, uint32_t …
382 static uint32_t xhci_hc_get_protocol_offset(int id, uint32_t list_off, const int version, uint32_t … in xhci_hc_get_protocol_offset() argument
390 uint32_t dw0 = xhci_read_cap_reg32(id, list_off); in xhci_hc_get_protocol_offset()
393 next_list_off = next_list_off ? (list_off + (next_list_off << 2)) : 0; in xhci_hc_get_protocol_offset()
397 uint32_t dw2 = xhci_read_cap_reg32(id, list_off + 8); in xhci_hc_get_protocol_offset()
409 list_off = next_list_off; in xhci_hc_get_protocol_offset()
410 } while (list_off); in xhci_hc_get_protocol_offset()