Home
last modified time | relevance | path

Searched defs:PCI_DEVFN (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dpci.h44 #define PCI_DEVFN(d, f...) PCI_(DEVFN, count_args(d, ##f))(d, ##f) macro
/xen/tools/libs/light/
A Dlibxl_internal.h760 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro

Completed in 34 milliseconds