Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvCallCfg.h94 static inline int HvCallCfg_isBusDedicated(u64 busIndex) in HvCallCfg_isBusDedicated() argument
96 int retVal = HvCall1(HvCallCfgIsBusDedicated,busIndex); in HvCallCfg_isBusDedicated()
101 static inline HvLpIndex HvCallCfg_getBusOwner(u64 busIndex) in HvCallCfg_getBusOwner() argument
103 HvLpIndex retVal = HvCall1(HvCallCfgGetBusOwner,busIndex); in HvCallCfg_getBusOwner()
108 static inline HvLpIndexMap HvCallCfg_getBusAllocation(u64 busIndex) in HvCallCfg_getBusAllocation() argument
110 HvLpIndexMap retVal = HvCall1(HvCallCfgGetBusAllocation,busIndex); in HvCallCfg_getBusAllocation()