|
@@ -124,14 +124,6 @@ static inline void cpm2_fastbrg(uint brg, uint rate, int div16)
|
|
__cpm2_setbrg(brg, rate, CPM2_BRG_INT_CLK, div16, CPM_BRG_EXTC_INT);
|
|
__cpm2_setbrg(brg, rate, CPM2_BRG_INT_CLK, div16, CPM_BRG_EXTC_INT);
|
|
}
|
|
}
|
|
|
|
|
|
-/* Function code bits, usually generic to devices.
|
|
|
|
-*/
|
|
|
|
-#define CPMFCR_GBL ((u_char)0x20) /* Set memory snooping */
|
|
|
|
-#define CPMFCR_EB ((u_char)0x10) /* Set big endian byte order */
|
|
|
|
-#define CPMFCR_TC2 ((u_char)0x04) /* Transfer code 2 value */
|
|
|
|
-#define CPMFCR_DTB ((u_char)0x02) /* Use local bus for data when set */
|
|
|
|
-#define CPMFCR_BDB ((u_char)0x01) /* Use local bus for BD when set */
|
|
|
|
-
|
|
|
|
/* Parameter RAM offsets from the base.
|
|
/* Parameter RAM offsets from the base.
|
|
*/
|
|
*/
|
|
#define PROFF_SCC1 ((uint)0x8000)
|
|
#define PROFF_SCC1 ((uint)0x8000)
|