Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
0cb7a09a
Commit
0cb7a09a
authored
Aug 17, 2006
by
Komal Shah
Committed by
Kevin Hilman
Sep 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: DaVinci: Minor cleanup for entry-macro.S
Signed-off-by:
Komal Shah
<
komal_shah802003@yahoo.com
>
parent
3679237c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
include/asm-arm/arch-davinci/entry-macro.S
include/asm-arm/arch-davinci/entry-macro.S
+10
-10
No files found.
include/asm-arm/arch-davinci/entry-macro.S
View file @
0cb7a09a
...
...
@@ -7,21 +7,21 @@
*
License
version
2
.
This
program
is
licensed
"as is"
without
any
*
warranty
of
any
kind
,
whether
express
or
implied
.
*/
#include <asm/hardware.h>
.
macro
disable_fiq
.
endm
.
macro
get_irqnr_and_base
,
irqnr
,
irqstat
,
base
,
tmp
/
*
GIVEN
:
*
IRQ
Entry
Table
Base
Address
*
RETURN
:
*
irqnr
:
Interrupt
number
.
Zero
corresponds
*
to
bit
0
of
the
status
register
*
irqstat
,
base
,
and
tmp
may
be
considered
*
as
scratch
registers
*
Z
conditions
means
no
outstanding
interrupt
*/
/
*
GIVEN
:
*
IRQ
Entry
Table
Base
Address
*
RETURN
:
*
irqnr
:
Interrupt
number
.
Zero
corresponds
*
to
bit
0
of
the
status
register
*
irqstat
,
base
,
and
tmp
may
be
considered
*
as
scratch
registers
*
Z
conditions
means
no
outstanding
interrupt
*/
ldr
\
base
,
=
IO_ADDRESS
(
DAVINCI_ARM_INTC_BASE
)
ldr
\
tmp
,
[
\
base
,
#
0x14
]
ldr
\
irqstat
,
=
DAVINCI_IRAM_VIRT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment