Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c146 #define XHCI_PORTREGS_SETSZ 0x10 /* size of a set */ macro
459 port = (offset - XHCI_PORTREGS_PORT0) / XHCI_PORTREGS_SETSZ; in pci_xhci_portregs_write()
460 offset = (offset - XHCI_PORTREGS_PORT0) % XHCI_PORTREGS_SETSZ; in pci_xhci_portregs_write()
2185 port = (offset - XHCI_PORTREGS_PORT0) / XHCI_PORTREGS_SETSZ; in pci_xhci_portregs_read()
2186 offset = (offset - XHCI_PORTREGS_PORT0) % XHCI_PORTREGS_SETSZ; in pci_xhci_portregs_read()