00001
00002 #define TPC_ROWS_PER_SECTOR 45
00003 #define TPC_ASIC_NUM 6
00004
00005
00006 static const unsigned char tpcPhysicalRowLen[TPC_ROWS_PER_SECTOR] = {
00007 88,96,104,112,118,126,134,142,150,158,166,174,182,98,100,102,104,106,
00008 106,108,110,112,112,114,116,118,120,122,122,124,126,128,128,130,132,134,
00009 136,138,138,140,142,144,144,144,144} ;
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 static const unsigned char tpcPhysicalASIC[TPC_ASIC_NUM] = { 0, 3, 1, 4, 2, 5 } ;