Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/pci/
Dmsi.h38 uint8_t next_off; member
58 uint8_t next_off; member
Dmsi.c28 cap_list.next_off = (dw0 >> 8) & 0xff; in __msi_read_msix_cap_list()
44 cap_list.next_off = (dw0 >> 8) & 0xff; in __msi_read_cap_list()
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c334 int next_off = ((xhci_read_cap_reg32(id, current_offset) & 0xff00) >> 8) << 2; in xhci_hc_stop_legacy() local
337 current_offset = next_off ? (current_offset + next_off) : 0; in xhci_hc_stop_legacy()
435 uint32_t next_off = xhci_hc[id].ext_caps_off; in xhci_hc_pair_ports() local
440 while (next_off) in xhci_hc_pair_ports()
443 next_off = xhci_hc_get_protocol_offset(id, next_off, 2, &offset, &cnt, &protocol_flags); in xhci_hc_pair_ports()
462 next_off = xhci_hc[id].ext_caps_off; in xhci_hc_pair_ports()
463 while (next_off) in xhci_hc_pair_ports()
466 next_off = xhci_hc_get_protocol_offset(id, next_off, 3, &offset, &cnt, &protocol_flags); in xhci_hc_pair_ports()