soc.h (10f8902b47340fc792cf503dd3caaba410d23615) | soc.h (a5f93d9dad9c203e0715206ef60a505013561df6) |
---|---|
1/* 2 * OMAP cpu type detection 3 * 4 * Copyright (C) 2004, 2008 Nokia Corporation 5 * 6 * Copyright (C) 2009-11 Texas Instruments. 7 * 8 * Written by Tony Lindgren <tony.lindgren@nokia.com> --- 389 unchanged lines hidden (view full) --- 398#define OMAP363X_CLASS 0x36300034 399#define OMAP3630_REV_ES1_0 OMAP363X_CLASS 400#define OMAP3630_REV_ES1_1 (OMAP363X_CLASS | (0x1 << 8)) 401#define OMAP3630_REV_ES1_2 (OMAP363X_CLASS | (0x2 << 8)) 402 403#define TI816X_CLASS 0x81600034 404#define TI8168_REV_ES1_0 TI816X_CLASS 405#define TI8168_REV_ES1_1 (TI816X_CLASS | (0x1 << 8)) | 1/* 2 * OMAP cpu type detection 3 * 4 * Copyright (C) 2004, 2008 Nokia Corporation 5 * 6 * Copyright (C) 2009-11 Texas Instruments. 7 * 8 * Written by Tony Lindgren <tony.lindgren@nokia.com> --- 389 unchanged lines hidden (view full) --- 398#define OMAP363X_CLASS 0x36300034 399#define OMAP3630_REV_ES1_0 OMAP363X_CLASS 400#define OMAP3630_REV_ES1_1 (OMAP363X_CLASS | (0x1 << 8)) 401#define OMAP3630_REV_ES1_2 (OMAP363X_CLASS | (0x2 << 8)) 402 403#define TI816X_CLASS 0x81600034 404#define TI8168_REV_ES1_0 TI816X_CLASS 405#define TI8168_REV_ES1_1 (TI816X_CLASS | (0x1 << 8)) |
406#define TI8168_REV_ES2_0 (TI816X_CLASS | (0x2 << 8)) 407#define TI8168_REV_ES2_1 (TI816X_CLASS | (0x3 << 8)) |
|
406 407#define TI814X_CLASS 0x81400034 408#define TI8148_REV_ES1_0 TI814X_CLASS 409#define TI8148_REV_ES2_0 (TI814X_CLASS | (0x1 << 8)) 410#define TI8148_REV_ES2_1 (TI814X_CLASS | (0x2 << 8)) 411 412#define AM35XX_CLASS 0x35170034 413#define AM35XX_REV_ES1_0 AM35XX_CLASS --- 113 unchanged lines hidden --- | 408 409#define TI814X_CLASS 0x81400034 410#define TI8148_REV_ES1_0 TI814X_CLASS 411#define TI8148_REV_ES2_0 (TI814X_CLASS | (0x1 << 8)) 412#define TI8148_REV_ES2_1 (TI814X_CLASS | (0x2 << 8)) 413 414#define AM35XX_CLASS 0x35170034 415#define AM35XX_REV_ES1_0 AM35XX_CLASS --- 113 unchanged lines hidden --- |