Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DiSeries_pci.h50 #define ISERIES_DECODE_DEVFN(linuxdevfn) (((linuxdevfn & 0x71) << 1) | (linuxdevfn & 0x07)) argument
51 #define ISERIES_DECODE_DEVICE(linuxdevfn) (((linuxdevfn & 0x38) >> 3) |(((linuxdevfn & 0x40) >> 2) … argument
52 #define ISERIES_DECODE_FUNCTION(linuxdevfn) (linuxdevfn & 0x07) argument