Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_network/compat/dev/pci/
H A Dpcivar.h58 return (_PCI_MAPREG_TYPEBITS(pci_read_config(dev, reg, sizeof(pcireg_t)))); in pci_mapreg_type_openbsd()
H A Dpcireg.h424 #define _PCI_MAPREG_TYPEBITS(reg) \ macro