Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_emul.c1080 #define BUSIO_ROUNDUP 32 macro
1143 pci_emul_iobase += BUSIO_ROUNDUP; in init_pci()
1144 pci_emul_iobase = roundup2(pci_emul_iobase, BUSIO_ROUNDUP); in init_pci()