Searched refs:rx (Results 26 - 50 of 556) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/include/mach/
H A Ddebug-macro.S22 .macro addruart, rx, rtmp
23 mrc p15, 0, \rx, c1, c0
24 tst \rx, #1
25 ldreq \rx, = S3C_PA_UART
26 ldrne \rx, = S3C_VA_UART
28 add \rx, \rx, #(0x400 * CONFIG_DEBUG_S3C_UART)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pc100/include/mach/
H A Ddebug-macro.S25 .macro addruart, rx, rtmp
26 mrc p15, 0, \rx, c1, c0
27 tst \rx, #1
28 ldreq \rx, = S3C_PA_UART
29 ldrne \rx, = S3C_VA_UART
31 add \rx, \rx, #(0x400 * CONFIG_DEBUG_S3C_UART)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/include/mach/
H A Ddebug-macro.S13 .macro addruart, rx, tmp
15 mrc p15, 0, \rx, c1, c0
16 tst \rx, #1 @ MMU enabled?
17 ldreq \rx, = U300_SLOW_PER_PHYS_BASE @ MMU off, physical address
18 ldrne \rx, = U300_SLOW_PER_VIRT_BASE @ MMU on, virtual address
19 orr \rx, \rx, #0x00003000
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Ddebug-macro.S15 .macro addruart, rx, tmp
16 mrc p15, 0, \rx, c1, c0
17 tst \rx, #1 @ mmu enabled?
18 ldreq \rx, =IXP23XX_PERIPHERAL_PHYS @ physical
19 ldrne \rx, =IXP23XX_PERIPHERAL_VIRT @ virtual
21 orr \rx, \rx, #0x00000003
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Ddebug-macro.S14 .macro addruart, rx, tmp
15 mrc p15, 0, \rx, c1, c0
16 tst \rx, #1 @ MMU enabled?
17 ldreq \rx, =APB_PHYS_BASE @ physical
18 ldrne \rx, =APB_VIRT_BASE @ virtual
19 orr \rx, \rx, #0x00017000
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/include/mach/
H A Ddebug-macro.S23 .macro addruart, rx, tmp
25 mrc p15, 0, \rx, c1, c0
26 tst \rx, #1
27 ldreq \rx, =MSM_DEBUG_UART_PHYS
28 ldrne \rx, =MSM_DEBUG_UART_BASE
31 .macro senduart,rd,rx
32 teq \rx, #0
33 strne \rd, [\rx, #0x0C]
36 .macro waituart,rd,rx
38 1001: ldr \rd, [\rx, #
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6442/include/mach/
H A Ddebug-macro.S18 .macro addruart, rx, rtmp
19 mrc p15, 0, \rx, c1, c0
20 tst \rx, #1
21 ldreq \rx, = S3C_PA_UART
22 ldrne \rx, = S3C_VA_UART
24 add \rx, \rx, #(0x400 * CONFIG_DEBUG_S3C_UART)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv210/include/mach/
H A Ddebug-macro.S24 .macro addruart, rx, tmp
25 mrc p15, 0, \rx, c1, c0
26 tst \rx, #1
27 ldreq \rx, = S3C_PA_UART
28 ldrne \rx, = S3C_VA_UART
30 add \rx, \rx, #(0x400 * CONFIG_DEBUG_S3C_UART)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/include/mach/
H A Ddebug-macro.S23 .macro addruart, rx, tmp
24 mrc p15, 0, \rx, c1, c0
25 tst \rx, #1
26 ldreq \rx, = S3C_PA_UART
27 ldrne \rx, = S3C_VA_UART
29 add \rx, \rx, #(0x10000 * CONFIG_DEBUG_S3C_UART)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Ddebug-macro.S13 .macro addruart, rx, tmp
14 mrc p15, 0, \rx, c1, c0
15 tst \rx, #1 @ MMU enabled?
16 moveq \rx, #0xc8000000
17 movne \rx, #0xff000000
18 orrne \rx, \rx, #0x00b00000
20 add \rx,\rx,#3 @ Uart regs are at off set of 3 if
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/include/mach/
H A Ddebug-macro.S14 .macro addruart, rx, tmp
15 mrc p15, 0, \rx, c1, c0
16 tst \rx, #1 @ MMU enabled?
17 ldreq \rx, =GEMINI_UART_BASE @ physical
18 ldrne \rx, =IO_ADDRESS(GEMINI_UART_BASE) @ virtual
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lpc32xx/include/mach/
H A Ddebug-macro.S23 .macro addruart,rx, tmp
24 mrc p15, 0, \rx, c1, c0
25 tst \rx, #1 @ MMU enabled?
26 ldreq \rx, =0x40090000
27 ldrne \rx, =0xF4090000
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Ddebug-macro.S32 .macro addruart, rx, tmp
35 10: mrc p15, 0, \rx, c1, c0
36 tst \rx, #1 @ MMU enabled?
37 ldreq \rx, =__virt_to_phys(davinci_uart_phys)
38 ldrne \rx, =davinci_uart_virt
39 ldr \rx, [\rx]
40 cmp \rx, #0 @ is port configured?
43 mrc p15, 0, \rx, c1, c0
44 tst \rx, #
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-h720x/include/mach/
H A Ddebug-macro.S19 .macro addruart, rx, tmp
20 mrc p15, 0, \rx, c1, c0
21 tst \rx, #1 @ MMU enabled?
22 moveq \rx, #io_phys @ physical base address
23 movne \rx, #io_virt @ virtual address
24 add \rx, \rx, #0x00020000 @ UART1
27 .macro senduart,rd,rx
28 str \rd, [\rx, #0x0] @ UARTDR
32 .macro waituart,rd,rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-footbridge/include/mach/
H A Ddebug-macro.S18 .macro addruart, rx, tmp
19 mrc p15, 0, \rx, c1, c0
20 tst \rx, #1 @ MMU enabled?
21 moveq \rx, #0x7c000000 @ physical
22 movne \rx, #0xff000000 @ virtual
23 orr \rx, \rx, #0x000003f8
35 .macro addruart, rx, tmp
36 mrc p15, 0, \rx, c1, c0
37 tst \rx, #
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/include/mach/
H A Ddebug-macro.S17 .macro addruart, rx, tmp
18 mrc p15, 0, \rx, c1, c0
19 tst \rx, #1 @ MMU enabled?
20 moveq \rx, #CLPS7111_PHYS_BASE
21 movne \rx, #CLPS7111_VIRT_BASE
23 add \rx, \rx, #0x0000 @ UART1
25 add \rx, \rx, #0x1000 @ UART2
29 .macro senduart,rd,rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-spear/include/plat/
H A Ddebug-macro.S17 .macro addruart, rx
18 mrc p15, 0, \rx, c1, c0
19 tst \rx, #1 @ MMU enabled?
20 moveq \rx, #SPEAR_DBG_UART_BASE @ Physical base
21 movne \rx, #VA_SPEAR_DBG_UART_BASE @ Virtual base
24 .macro senduart, rd, rx
25 strb \rd, [\rx, #UART01x_DR] @ ASC_TX_BUFFER
28 .macro waituart, rd, rx
29 1001: ldr \rd, [\rx, #UART01x_FR] @ FLAG REGISTER
34 .macro busyuart, rd, rx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/include/mach/
H A Ddebug-macro.S31 .macro addruart, rx, tmp
34 9: mrc p15, 0, \rx, c1, c0
35 tst \rx, #1 @ MMU enabled?
36 ldreq \rx, =__virt_to_phys(omap_uart_phys) @ physical base address
37 ldrne \rx, =omap_uart_virt @ virtual base
38 ldr \rx, [\rx, #0]
39 cmp \rx, #0 @ is port configured?
43 mrc p15, 0, \rx, c1, c0
44 tst \rx, #
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop32x/include/mach/
H A Ddebug-macro.S14 .macro addruart, rx, tmp
15 mov \rx, #0xfe000000 @ physical as well as virtual
16 orr \rx, \rx, #0x00800000 @ location of the UART
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/include/mach/
H A Ddebug-macro.S17 .macro addruart, rx, tmp
18 mrc p15, 0, \rx, c1, c0
19 tst \rx, #1 @ MMU enabled?
20 mov \rx, #0x00000700 @ offset from base
21 orreq \rx, \rx, #0x80000000 @ physical base
22 orrne \rx, \rx, #0xf8000000 @ virtual base
25 .macro senduart,rd,rx
26 strb \rd, [\rx]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-realview/include/mach/
H A Ddebug-macro.S34 .macro addruart, rx, tmp
35 mrc p15, 0, \rx, c1, c0
36 tst \rx, #1 @ MMU enabled?
37 moveq \rx, #0x10000000
38 movne \rx, #0xfb000000 @ virtual base
39 orr \rx, \rx, #DEBUG_LL_UART_OFFSET
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Ddebug-macro.S15 .macro addruart, rx, tmp
16 mrc p15, 0, \rx, c1, c0
17 tst \rx, #1 @ MMU enabled?
18 moveq \rx, #0x80000000 @ physical base address
19 movne \rx, #0xf8000000 @ virtual address
26 add \rx, \rx, #0x00050000
27 ldr r1, [\rx, #UTCR3]
31 addeq \rx, \rx, #(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/include/mach/
H A Ddebug-macro.S15 .macro addruart, rx, tmp
16 mrc p15, 0, \rx, c1, c0
17 tst \rx, #1
18 ldreq \rx, =NS9XXX_CSxSTAT_PHYS(0)
19 ldrne \rx, =io_p2v(NS9XXX_CSxSTAT_PHYS(0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/include/mach/
H A Ddebug-macro.S21 .macro addruart, rx, tmp
22 mrc p15, 0, \rx, c1, c0
23 tst \rx, #1 @ MMU enabled?
24 ldreq \rx, =PLAT_LLDEBUG_UART_PA @ MMU off, Physical
25 ldrne \rx, =PLAT_LLDEBUG_UART_VA @ MMU on, Virtual
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Ddebug-macro.S34 .macro addruart, rx, tmp
37 10: mrc p15, 0, \rx, c1, c0
38 tst \rx, #1 @ MMU enabled?
39 ldreq \rx, =__virt_to_phys(omap_uart_phys) @ physical base address
40 ldrne \rx, =omap_uart_virt @ virtual base address
41 ldr \rx, [\rx, #0]
42 cmp \rx, #0 @ is port configured?
46 mrc p15, 0, \rx, c1, c0
47 tst \rx, #
[all...]

Completed in 138 milliseconds

1234567891011>>