Deleted Added
full compact
imx51_sdmareg.h (248557) imx51_sdmareg.h (250357)
1/*-
1/*-
2 * Copyright (c) 2012 The FreeBSD Foundation
2 * Copyright (c) 2012, 2013 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * This software was developed by Oleksandr Rybalko under sponsorship
6 * from the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
3 * All rights reserved.
4 *
5 * This software was developed by Oleksandr Rybalko under sponsorship
6 * from the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/arm/freescale/imx/imx51_sdmareg.h 248557 2013-03-20 15:39:27Z ray $
29 * $FreeBSD: head/sys/arm/freescale/imx/imx51_sdmareg.h 250357 2013-05-08 09:42:50Z ray $
30 */
31
32/* Internal Registers definition for Freescale i.MX515 SDMA Core */
33
34/* SDMA Core Instruction Memory Space */
35#define SDMA_IBUS_ROM_ADDR_BASE 0x0000
36#define SDMA_IBUS_ROM_ADDR_SIZE 0x07ff
37#define SDMA_IBUS_RAM_ADDR_BASE 0x1000

--- 105 unchanged lines hidden ---
30 */
31
32/* Internal Registers definition for Freescale i.MX515 SDMA Core */
33
34/* SDMA Core Instruction Memory Space */
35#define SDMA_IBUS_ROM_ADDR_BASE 0x0000
36#define SDMA_IBUS_ROM_ADDR_SIZE 0x07ff
37#define SDMA_IBUS_RAM_ADDR_BASE 0x1000

--- 105 unchanged lines hidden ---