Root/
| 1 | #ifndef __INGENIC_REQUEST_H__ |
| 2 | #define __INGENIC_REQUEST_H__ |
| 3 | |
| 4 | #define VR_GET_CPU_INFO (0x00) |
| 5 | #define VR_SET_DATA_ADDRESS (0x01) |
| 6 | #define VR_SET_DATA_LENGTH (0x02) |
| 7 | #define VR_FLUSH_CACHES (0x03) |
| 8 | #define VR_PROGRAM_START1 (0x04) |
| 9 | #define VR_PROGRAM_START2 (0x05) |
| 10 | #define VR_NOR_OPS (0x06) |
| 11 | #define VR_NAND_OPS (0x07) |
| 12 | #define VR_SDRAM_OPS (0x08) |
| 13 | #define VR_CONFIGRATION (0x09) |
| 14 | #define VR_RESET (0x0a) |
| 15 | |
| 16 | #endif |
| 17 |
