Deleted Added
full compact
at91sam9x5reg.h (238330) at91sam9x5reg.h (238922)
1/*-
2 * Copyright (c) 2009 Sylvestre Gallon. All rights reserved.
3 * Copyright (c) 2010 Greg Ansley. All rights reserved.
4 * Copyright (c) 2012 M. Warener Losh. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 11 unchanged lines hidden (view full) ---

20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
1/*-
2 * Copyright (c) 2009 Sylvestre Gallon. All rights reserved.
3 * Copyright (c) 2010 Greg Ansley. All rights reserved.
4 * Copyright (c) 2012 M. Warener Losh. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 11 unchanged lines hidden (view full) ---

20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28/* $FreeBSD: head/sys/arm/at91/at91sam9x25reg.h 238330 2012-07-10 02:14:50Z imp $ */
28/* $FreeBSD: head/sys/arm/at91/at91sam9x5reg.h 238922 2012-07-30 21:30:43Z imp $ */
29
29
30#ifndef AT91SAM9X25REG_H_
31#define AT91SAM9X25REG_H_
30#ifndef AT91SAM9X5REG_H_
31#define AT91SAM9X5REG_H_
32
33#ifndef AT91SAM9X25_MASTER_CLOCK
34#define AT91SAM9X25_MASTER_CLOCK ((18432000 * 43)/6)
35#endif
36
37/* Chip Specific limits */
38#define SAM9X25_PLL_A_MIN_IN_FREQ 2000000 /* 2 Mhz */
39#define SAM9X25_PLL_A_MAX_IN_FREQ 32000000 /* 32 Mhz */

--- 267 unchanged lines hidden (view full) ---

307#define AT91SAM9X25_SDRAMC_HSR 0x0c
308#define AT91SAM9X25_SDRAMC_LPR 0x10
309#define AT91SAM9X25_SDRAMC_IER 0x14
310#define AT91SAM9X25_SDRAMC_IDR 0x18
311#define AT91SAM9X25_SDRAMC_IMR 0x1c
312#define AT91SAM9X25_SDRAMC_ISR 0x20
313#define AT91SAM9X25_SDRAMC_MDR 0x24
314
32
33#ifndef AT91SAM9X25_MASTER_CLOCK
34#define AT91SAM9X25_MASTER_CLOCK ((18432000 * 43)/6)
35#endif
36
37/* Chip Specific limits */
38#define SAM9X25_PLL_A_MIN_IN_FREQ 2000000 /* 2 Mhz */
39#define SAM9X25_PLL_A_MAX_IN_FREQ 32000000 /* 32 Mhz */

--- 267 unchanged lines hidden (view full) ---

307#define AT91SAM9X25_SDRAMC_HSR 0x0c
308#define AT91SAM9X25_SDRAMC_LPR 0x10
309#define AT91SAM9X25_SDRAMC_IER 0x14
310#define AT91SAM9X25_SDRAMC_IDR 0x18
311#define AT91SAM9X25_SDRAMC_IMR 0x1c
312#define AT91SAM9X25_SDRAMC_ISR 0x20
313#define AT91SAM9X25_SDRAMC_MDR 0x24
314
315#endif /* AT91SAM9X25REG_H_*/
316
315#endif /* AT91SAM9X5REG_H_*/