Searched refs:vectors (Results 1 - 25 of 183) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/boards/mach-se/7721/
H A Dirq.c23 static struct intc_vect vectors[] __initdata = {
32 static DECLARE_INTC_DESC(intc_desc, "SE7721", vectors,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/boards/mach-se/7721/
H A Dirq.c23 static struct intc_vect vectors[] __initdata = {
32 static DECLARE_INTC_DESC(intc_desc, "SE7721", vectors,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsh_intc.h60 struct intc_vect *vectors; member in struct:intc_hw_desc
75 #define INTC_HW_DESC(vectors, groups, mask_regs, \
78 _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \
92 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, \
96 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
100 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, \
104 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsh_intc.h60 struct intc_vect *vectors; member in struct:intc_hw_desc
75 #define INTC_HW_DESC(vectors, groups, mask_regs, \
78 _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \
92 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, \
96 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
100 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, \
104 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/boards/mach-highlander/
H A Dirq-r7780rp.c32 static struct intc_vect vectors[] __initdata = {
33 INTC_IRQ(PCI_A, 65), /* dirty: overwrite cpu vectors for pci */
55 static DECLARE_INTC_DESC(intc_desc, "r7780rp", vectors,
H A Dirq-r7780mp.c34 static struct intc_vect vectors[] __initdata = {
62 static DECLARE_INTC_DESC(intc_desc, "r7780mp", vectors,
H A Dirq-r7785rp.c32 static struct intc_vect vectors[] __initdata = {
64 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/boards/mach-highlander/
H A Dirq-r7780rp.c32 static struct intc_vect vectors[] __initdata = {
33 INTC_IRQ(PCI_A, 65), /* dirty: overwrite cpu vectors for pci */
55 static DECLARE_INTC_DESC(intc_desc, "r7780rp", vectors,
H A Dirq-r7780mp.c34 static struct intc_vect vectors[] __initdata = {
62 static DECLARE_INTC_DESC(intc_desc, "r7780mp", vectors,
H A Dirq-r7785rp.c32 static struct intc_vect vectors[] __initdata = {
64 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/atari/
H A Dataints.c13 * just the normal way. Additionally, all vectors >= 48 are initialized to
111 * (new vectors starting from 0x70 can be allocated by
146 vectors[VEC_INT4] = falcon_hblhandler;
218 vectors[VEC_INT2] = falcon_hblhandler;
219 vectors[VEC_INT4] = falcon_hblhandler;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A Dtraps.c18 * Sets up all exception vectors
51 e_vector vectors[256] = { variable
74 __asm__ volatile ("movec %0,%%vbr" : : "r" ((void*)vectors));
80 vectors[VEC_UNIMPII] = unimp_vec;
89 vectors[i] = bad_inthandler;
92 if (!vectors[i])
93 vectors[i] = trap;
96 vectors[i] = bad_inthandler;
100 vectors[VEC_LINE11] = fpu_emu;
115 vectors[VEC_FPDIV
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/atari/
H A Dataints.c13 * just the normal way. Additionally, all vectors >= 48 are initialized to
111 * (new vectors starting from 0x70 can be allocated by
146 vectors[VEC_INT4] = falcon_hblhandler;
218 vectors[VEC_INT2] = falcon_hblhandler;
219 vectors[VEC_INT4] = falcon_hblhandler;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c18 * Sets up all exception vectors
51 e_vector vectors[256] = { variable
74 __asm__ volatile ("movec %0,%%vbr" : : "r" ((void*)vectors));
80 vectors[VEC_UNIMPII] = unimp_vec;
89 vectors[i] = bad_inthandler;
92 if (!vectors[i])
93 vectors[i] = trap;
96 vectors[i] = bad_inthandler;
100 vectors[VEC_LINE11] = fpu_emu;
115 vectors[VEC_FPDIV
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/sun3x/
H A Dprom.c56 asm volatile ("movec %0,%%vbr" : : "r" ((void*)vectors));
116 vectors[VEC_TRAP14] = sun3x_prom_abort;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/kernel/
H A Dvmlinux.lds.S59 .vectors :
62 *(.vectors*)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/kernel/
H A Dvmlinux.lds.S59 .vectors :
62 *(.vectors*)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/sun3x/
H A Dprom.c56 asm volatile ("movec %0,%%vbr" : : "r" ((void*)vectors));
116 vectors[VEC_TRAP14] = sun3x_prom_abort;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D08-residue.tex16 residue vectors into the bitstream packet, and then reconstructs the
17 vectors during decode. Vorbis makes use of three different encoding
33 A set of coded residue vectors are all of the same length. High level
41 of \emph{ch} residue vectors, the total number of partitioned chunks
50 illustration below. Just as the residue vectors are coded in grouped
140 Rather than encoding multiple passed-in vectors as in residue type 1,
141 the \emph{ch} passed in vectors of length \emph{n} are first
172 the unpacked vectors are zeroed. Note that for residue type 2, these
174 the interleaved vector, not the individual vectors before interleave.
249 is passed the number of vectors i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D08-residue.tex16 residue vectors into the bitstream packet, and then reconstructs the
17 vectors during decode. Vorbis makes use of three different encoding
33 A set of coded residue vectors are all of the same length. High level
41 of \emph{ch} residue vectors, the total number of partitioned chunks
50 illustration below. Just as the residue vectors are coded in grouped
140 Rather than encoding multiple passed-in vectors as in residue type 1,
141 the \emph{ch} passed in vectors of length \emph{n} are first
172 the unpacked vectors are zeroed. Note that for residue type 2, these
174 the interleaved vector, not the individual vectors before interleave.
249 is passed the number of vectors i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D08-residue.tex16 residue vectors into the bitstream packet, and then reconstructs the
17 vectors during decode. Vorbis makes use of three different encoding
33 A set of coded residue vectors are all of the same length. High level
41 of \emph{ch} residue vectors, the total number of partitioned chunks
50 illustration below. Just as the residue vectors are coded in grouped
140 Rather than encoding multiple passed-in vectors as in residue type 1,
141 the \emph{ch} passed in vectors of length \emph{n} are first
172 the unpacked vectors are zeroed. Note that for residue type 2, these
174 the interleaved vector, not the individual vectors before interleave.
249 is passed the number of vectors i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/kernel/
H A DMakefile8 setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/kernel/
H A DMakefile8 setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68knommu/platform/coldfire/
H A DMakefile17 obj-$(CONFIG_COLDFIRE) += clk.o dma.o entry.o vectors.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A DMakefile17 obj-$(CONFIG_COLDFIRE) += clk.o dma.o entry.o vectors.o

Completed in 135 milliseconds

12345678