Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DiSeries_VpdInfo.h48 #define LOCATION_DATA_SIZE 16 macro
DiSeries_pci.h113 #define LOCATION_DATA_SIZE 48 macro
/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_VpdInfo.c93 LocationData* LocationPtr = (LocationData*)kmalloc(LOCATION_DATA_SIZE, GFP_KERNEL); in iSeries_GetLocationData()
98 memset(LocationPtr,0,LOCATION_DATA_SIZE); in iSeries_GetLocationData()