Changeset f81b295 in rtems
- Timestamp:
- 10/30/07 20:57:38 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 3dd61288
- Parents:
- b83b754e
- Location:
- c/src/lib/libbsp/powerpc/gen5200
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/gen5200/ChangeLog
rb83b754e rf81b295 1 2007-10-30 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * include/mpc5200.h: Fix constants off by one nibble. 4 1 5 2007-10-30 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h
rb83b754e rf81b295 579 579 #define GPIO_SIST_SINT_1_PSC3_5_PIN_STATUS 0x02000000 580 580 #define GPIO_SIST_SINT_0_PSC3_4_PIN_STATUS 0x01000000 581 #define GPIO_SIST_SINT_7_ETH_16_PIN_VALUE 0x0 8000000582 #define GPIO_SIST_SINT_6_ETH_15_PIN_VALUE 0x0 4000000583 #define GPIO_SIST_SINT_5_ETH_14_PIN_VALUE 0x0 2000000584 #define GPIO_SIST_SINT_4_ETH_13_PIN_VALUE 0x0 1000000585 #define GPIO_SIST_SINT_3_USB1_9_PIN_VALUE 0x00 800000586 #define GPIO_SIST_SINT_2_PSC3_8_PIN_VALUE 0x00 400000587 #define GPIO_SIST_SINT_1_PSC3_5_PIN_VALUE 0x00 200000588 #define GPIO_SIST_SINT_0_PSC3_4_PIN_VALUE 0x00 100000589 590 #define GPIO_SIST_SINT_CLEAR_ALL 0x 00000000581 #define GPIO_SIST_SINT_7_ETH_16_PIN_VALUE 0x008000000 582 #define GPIO_SIST_SINT_6_ETH_15_PIN_VALUE 0x00400000 583 #define GPIO_SIST_SINT_5_ETH_14_PIN_VALUE 0x00200000 584 #define GPIO_SIST_SINT_4_ETH_13_PIN_VALUE 0x00100000 585 #define GPIO_SIST_SINT_3_USB1_9_PIN_VALUE 0x00080000 586 #define GPIO_SIST_SINT_2_PSC3_8_PIN_VALUE 0x00040000 587 #define GPIO_SIST_SINT_1_PSC3_5_PIN_VALUE 0x00020000 588 #define GPIO_SIST_SINT_0_PSC3_4_PIN_VALUE 0x00010000 589 590 #define GPIO_SIST_SINT_CLEAR_ALL 0xff000000 591 591 592 592 volatile uint8_t res4[0xC0];
Note: See TracChangeset
for help on using the changeset viewer.