Changeset edd12702 in rtems
- Timestamp:
- 05/21/97 12:59:40 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 69df7da
- Parents:
- e8cdda4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/startup/init68360.c
re8cdda4 redd12702 112 112 * 180 nsec ROM (3 wait states) 113 113 */ 114 m360.gmr = M360_GMR_RCNT(2 4) | M360_GMR_RFEN |114 m360.gmr = M360_GMR_RCNT(23) | M360_GMR_RFEN | 115 115 M360_GMR_RCYC(0) | M360_GMR_PGS(1) | 116 116 M360_GMR_DPS_32BIT | M360_GMR_NCS | … … 417 417 default: 418 418 case 4*1024*1024: 419 m360.gmr = M360_GMR_RCNT(2 4) | M360_GMR_RFEN |419 m360.gmr = M360_GMR_RCNT(23) | M360_GMR_RFEN | 420 420 M360_GMR_RCYC(0) | M360_GMR_PGS(3) | 421 421 M360_GMR_DPS_32BIT | M360_GMR_NCS | … … 424 424 425 425 case 16*1024*1024: 426 m360.gmr = M360_GMR_RCNT(2 4) | M360_GMR_RFEN |426 m360.gmr = M360_GMR_RCNT(23) | M360_GMR_RFEN | 427 427 M360_GMR_RCYC(0) | M360_GMR_PGS(5) | 428 428 M360_GMR_DPS_32BIT | M360_GMR_NCS | … … 431 431 432 432 case 64*1024*1024: 433 m360.gmr = M360_GMR_RCNT(2 4) | M360_GMR_RFEN |433 m360.gmr = M360_GMR_RCNT(23) | M360_GMR_RFEN | 434 434 M360_GMR_RCYC(0) | M360_GMR_PGS(7) | 435 435 M360_GMR_DPS_32BIT | M360_GMR_NCS |
Note: See TracChangeset
for help on using the changeset viewer.