Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Andreas Bießmann | 5bf299b | 2013-04-02 06:05:54 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2004-2008 Texas Instruments, <www.ti.com> |
| 4 | * Rohit Choraria <rohitkc@ti.com> |
| 5 | * |
Andreas Bießmann | 09c2b8f | 2016-05-01 03:46:16 +0200 | [diff] [blame] | 6 | * (C) Copyright 2013 Andreas Bießmann <andreas@biessmann.org> |
Andreas Bießmann | 5bf299b | 2013-04-02 06:05:54 +0000 | [diff] [blame] | 7 | */ |
| 8 | #ifndef __ASM_OMAP_GPMC_H |
| 9 | #define __ASM_OMAP_GPMC_H |
| 10 | |
Andreas Bießmann | 5bf299b | 2013-04-02 06:05:54 +0000 | [diff] [blame] | 11 | #define GPMC_BUF_EMPTY 0 |
| 12 | #define GPMC_BUF_FULL 1 |
pekon gupta | 8d13a73 | 2014-06-02 17:14:41 +0530 | [diff] [blame] | 13 | #define GPMC_MAX_SECTORS 8 |
Andreas Bießmann | 5bf299b | 2013-04-02 06:05:54 +0000 | [diff] [blame] | 14 | |
pekon gupta | d016dc4 | 2013-11-18 19:03:00 +0530 | [diff] [blame] | 15 | enum omap_ecc { |
| 16 | /* 1-bit ECC calculation by Software, Error detection by Software */ |
| 17 | OMAP_ECC_HAM1_CODE_SW = 1, /* avoid un-initialized int can be 0x0 */ |
| 18 | /* 1-bit ECC calculation by GPMC, Error detection by Software */ |
| 19 | /* ECC layout compatible to legacy ROMCODE. */ |
| 20 | OMAP_ECC_HAM1_CODE_HW, |
| 21 | /* 4-bit ECC calculation by GPMC, Error detection by Software */ |
| 22 | OMAP_ECC_BCH4_CODE_HW_DETECTION_SW, |
| 23 | /* 4-bit ECC calculation by GPMC, Error detection by ELM */ |
| 24 | OMAP_ECC_BCH4_CODE_HW, |
| 25 | /* 8-bit ECC calculation by GPMC, Error detection by Software */ |
| 26 | OMAP_ECC_BCH8_CODE_HW_DETECTION_SW, |
| 27 | /* 8-bit ECC calculation by GPMC, Error detection by ELM */ |
| 28 | OMAP_ECC_BCH8_CODE_HW, |
pekon gupta | 46840f6 | 2014-06-02 17:14:42 +0530 | [diff] [blame] | 29 | /* 16-bit ECC calculation by GPMC, Error detection by ELM */ |
| 30 | OMAP_ECC_BCH16_CODE_HW, |
pekon gupta | d016dc4 | 2013-11-18 19:03:00 +0530 | [diff] [blame] | 31 | }; |
| 32 | |
pekon gupta | 51d192c | 2013-11-22 16:53:28 +0530 | [diff] [blame] | 33 | struct gpmc_cs { |
| 34 | u32 config1; /* 0x00 */ |
| 35 | u32 config2; /* 0x04 */ |
| 36 | u32 config3; /* 0x08 */ |
| 37 | u32 config4; /* 0x0C */ |
| 38 | u32 config5; /* 0x10 */ |
| 39 | u32 config6; /* 0x14 */ |
| 40 | u32 config7; /* 0x18 */ |
| 41 | u32 nand_cmd; /* 0x1C */ |
| 42 | u32 nand_adr; /* 0x20 */ |
| 43 | u32 nand_dat; /* 0x24 */ |
| 44 | u8 res[8]; /* blow up to 0x30 byte */ |
| 45 | }; |
| 46 | |
| 47 | struct bch_res_0_3 { |
| 48 | u32 bch_result_x[4]; |
| 49 | }; |
| 50 | |
pekon gupta | 46840f6 | 2014-06-02 17:14:42 +0530 | [diff] [blame] | 51 | struct bch_res_4_6 { |
| 52 | u32 bch_result_x[3]; |
| 53 | }; |
| 54 | |
pekon gupta | 51d192c | 2013-11-22 16:53:28 +0530 | [diff] [blame] | 55 | struct gpmc { |
| 56 | u8 res1[0x10]; |
| 57 | u32 sysconfig; /* 0x10 */ |
| 58 | u8 res2[0x4]; |
| 59 | u32 irqstatus; /* 0x18 */ |
| 60 | u32 irqenable; /* 0x1C */ |
| 61 | u8 res3[0x20]; |
| 62 | u32 timeout_control; /* 0x40 */ |
| 63 | u8 res4[0xC]; |
| 64 | u32 config; /* 0x50 */ |
| 65 | u32 status; /* 0x54 */ |
| 66 | u8 res5[0x8]; /* 0x58 */ |
| 67 | struct gpmc_cs cs[8]; /* 0x60, 0x90, .. */ |
Daniel Mack | c316f57 | 2014-06-25 14:43:32 +0200 | [diff] [blame] | 68 | u32 prefetch_config1; /* 0x1E0 */ |
| 69 | u32 prefetch_config2; /* 0x1E4 */ |
| 70 | u32 res6; /* 0x1E8 */ |
| 71 | u32 prefetch_control; /* 0x1EC */ |
| 72 | u32 prefetch_status; /* 0x1F0 */ |
pekon gupta | 51d192c | 2013-11-22 16:53:28 +0530 | [diff] [blame] | 73 | u32 ecc_config; /* 0x1F4 */ |
| 74 | u32 ecc_control; /* 0x1F8 */ |
| 75 | u32 ecc_size_config; /* 0x1FC */ |
| 76 | u32 ecc1_result; /* 0x200 */ |
| 77 | u32 ecc2_result; /* 0x204 */ |
| 78 | u32 ecc3_result; /* 0x208 */ |
| 79 | u32 ecc4_result; /* 0x20C */ |
| 80 | u32 ecc5_result; /* 0x210 */ |
| 81 | u32 ecc6_result; /* 0x214 */ |
| 82 | u32 ecc7_result; /* 0x218 */ |
| 83 | u32 ecc8_result; /* 0x21C */ |
| 84 | u32 ecc9_result; /* 0x220 */ |
| 85 | u8 res7[12]; /* 0x224 */ |
| 86 | u32 testmomde_ctrl; /* 0x230 */ |
| 87 | u8 res8[12]; /* 0x234 */ |
pekon gupta | 8d13a73 | 2014-06-02 17:14:41 +0530 | [diff] [blame] | 88 | struct bch_res_0_3 bch_result_0_3[GPMC_MAX_SECTORS]; /* 0x240,0x250, */ |
pekon gupta | 46840f6 | 2014-06-02 17:14:42 +0530 | [diff] [blame] | 89 | u8 res9[16 * 4]; /* 0x2C0 - 0x2FF */ |
| 90 | struct bch_res_4_6 bch_result_4_6[GPMC_MAX_SECTORS]; /* 0x300,0x310, */ |
pekon gupta | 51d192c | 2013-11-22 16:53:28 +0530 | [diff] [blame] | 91 | }; |
| 92 | |
| 93 | /* Used for board specific gpmc initialization */ |
Ladislav Michl | 0568dd0 | 2016-07-12 20:28:16 +0200 | [diff] [blame] | 94 | extern const struct gpmc *gpmc_cfg; |
Ladislav Michl | 22d6ac4 | 2016-07-12 20:28:17 +0200 | [diff] [blame] | 95 | extern char gpmc_cs0_flash; |
pekon gupta | 51d192c | 2013-11-22 16:53:28 +0530 | [diff] [blame] | 96 | |
Andreas Bießmann | 5bf299b | 2013-04-02 06:05:54 +0000 | [diff] [blame] | 97 | #endif /* __ASM_OMAP_GPMC_H */ |