Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DPci.h132 #define PCI_MAKE_BUS(d,b) ((((d) & (PCI_DOM_MASK)) << 8) | ((b) & 0xffu)) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c801 PCI_MAKE_BUS(pPci->domain, in xf86MatchPciInstances()
823 PCI_MAKE_BUS(pPci->domain, in xf86MatchPciInstances()