Mercurial > ecos-v3_0-branch
comparison packages/hal/powerpc/quicc/current/src/quicc_smc1.c @ 70:c5536bad4c24 ecos-sw-2000-02-11
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 11 Feb 2000 16:47:32 +0000 |
| parents | f74b2666b30d |
| children | 435cced73e2f |
comparison
equal
deleted
inserted
replaced
| 69:9a9babddf7e7 | 70:c5536bad4c24 |
|---|---|
| 58 #ifdef CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT | 58 #ifdef CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT |
| 59 #include <cyg/hal/hal_stub.h> // target_register_t | 59 #include <cyg/hal/hal_stub.h> // target_register_t |
| 60 #include <cyg/hal/hal_intr.h> // HAL_INTERRUPT_UNMASK(...) | 60 #include <cyg/hal/hal_intr.h> // HAL_INTERRUPT_UNMASK(...) |
| 61 #endif | 61 #endif |
| 62 | 62 |
| 63 #define UART_BIT_RATE(n) (((CYGHWR_HAL_POWERPC_MBX_BOARD_SPEED*1000000)/16)/n) | 63 #define UART_BIT_RATE(n) (((CYGHWR_HAL_POWERPC_BOARD_SPEED*1000000)/16)/n) |
| 64 #define UART_BAUD_RATE 38400 | 64 #define UART_BAUD_RATE 38400 |
| 65 | 65 |
| 66 #define Rxbd 0x2800 /* Rx Buffer Descriptor Offset */ | 66 #define Rxbd 0x2800 /* Rx Buffer Descriptor Offset */ |
| 67 #define Txbd 0x2808 /* Tx Buffer Descriptor Offset */ | 67 #define Txbd 0x2808 /* Tx Buffer Descriptor Offset */ |
| 68 | 68 |
