Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DiSeries_pci.h58 #define ISERIES_ENCODE_DEVICE(agentid) ((0x10) | ((agentid&0x20)>>2) | (agentid&07)) macro
/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_pci.c189 DeviceNode->DevFn = PCI_DEVFN(ISERIES_ENCODE_DEVICE(AgentId),Function ); in build_device_node()