Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c392 uint32_t next_list_off = (dw0 >> 8) & 0xff; in xhci_hc_get_protocol_offset() local
393 next_list_off = next_list_off ? (list_off + (next_list_off << 2)) : 0; in xhci_hc_get_protocol_offset()
406 return next_list_off; in xhci_hc_get_protocol_offset()
409 list_off = next_list_off; in xhci_hc_get_protocol_offset()