Path: blob/master/arch/powerpc/platforms/iseries/spcomm_area.h
10820 views
/*1* Copyright (C) 2001 Mike Corrigan IBM Corporation2*3* This program is free software; you can redistribute it and/or modify4* it under the terms of the GNU General Public License as published by5* the Free Software Foundation; either version 2 of the License, or6* (at your option) any later version.7*8* This program is distributed in the hope that it will be useful,9* but WITHOUT ANY WARRANTY; without even the implied warranty of10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the11* GNU General Public License for more details.12*13* You should have received a copy of the GNU General Public License14* along with this program; if not, write to the Free Software15* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA16*/1718#ifndef _ISERIES_SPCOMM_AREA_H19#define _ISERIES_SPCOMM_AREA_H202122struct SpCommArea {23u32 xDesc; // Descriptor (only in new formats) 000-00324u8 xFormat; // Format (only in new formats) 004-00425u8 xRsvd1[11]; // Reserved 005-00F26u64 xRawTbAtIplStart; // Raw HW TB value when IPL is started 010-01727u64 xRawTodAtIplStart; // Raw HW TOD value when IPL is started 018-01F28u64 xBcdTimeAtIplStart; // BCD time when IPL is started 020-02729u64 xBcdTimeAtOsStart; // BCD time when OS passed control 028-02F30u8 xRsvd2[80]; // Reserved 030-07F31};3233#endif /* _ISERIES_SPCOMM_AREA_H */343536