Changeset 8d05346 in rtems
- Timestamp:
- 09/03/97 22:05:51 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8f35817
- Parents:
- cf5ef6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/startup/init68360.c
rcf5ef6d r8d05346 155 155 * Step 14: More system initialization 156 156 * SDCR (Serial DMA configuration register) 157 * Disable SDMA during FREEZE157 * Enable SDMA during FREEZE 158 158 * Give SDMA priority over all interrupt handlers 159 159 * Set DMA arbiration level to 4 … … 168 168 * SCCs priority grouped at top of table 169 169 */ 170 m360.sdcr = M360_SDMA_ FREEZE | M360_SDMA_SISM_7 | M360_SDMA_SAID_4;170 m360.sdcr = M360_SDMA_SISM_7 | M360_SDMA_SAID_4; 171 171 m360.cicr = (3 << 22) | (2 << 20) | (1 << 18) | (0 << 16) | 172 172 (4 << 13) | (0x1F << 8) | (128);
Note: See TracChangeset
for help on using the changeset viewer.