1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /********************************************* 3 4 /* 5 * mcfslt.h -- ColdFire internal Slice (S 6 * 7 * (C) Copyright 2004, Greg Ungerer (gerg 8 * (C) Copyright 2009, Philippe De Muyter 9 */ 10 11 /********************************************* 12 #ifndef mcfslt_h 13 #define mcfslt_h 14 /********************************************* 15 16 /* 17 * Define the SLT timer register set addr 18 */ 19 #define MCFSLT_STCNT 0x00 /* Ter 20 #define MCFSLT_SCR 0x04 /* Con 21 #define MCFSLT_SCNT 0x08 /* Cur 22 #define MCFSLT_SSR 0x0C /* Sta 23 24 /* 25 * Bit definitions for the SCR control re 26 */ 27 #define MCFSLT_SCR_RUN 0x04000000 28 #define MCFSLT_SCR_IEN 0x02000000 29 #define MCFSLT_SCR_TEN 0x01000000 30 31 /* 32 * Bit definitions for the SSR status reg 33 */ 34 #define MCFSLT_SSR_BE 0x02000000 35 #define MCFSLT_SSR_TE 0x01000000 36 37 /********************************************* 38 #endif /* mcfslt_h */ 39
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.