Searched refs:base (Results 276 - 300 of 6786) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsort.h6 void sort(void *base, size_t num, size_t size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ux500/include/mach/
H A Dentry-macro.S19 .macro get_irqnr_preamble, base, tmp
20 ldr \base, =IO_ADDRESS(UX500_GIC_CPU_BASE)
47 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
50 ldr \irqstat, [\base, #GIC_CPU_INTACK]
71 .macro test_for_ipi, irqnr, irqstat, base, tmp
74 strcc \irqstat, [\base, #GIC_CPU_EOI]
78 /* As above, this assumes that irqstat and base
82 .macro test_for_ltirq, irqnr, irqstat, base, tmp
87 streq \irqstat, [\base, #GIC_CPU_EOI]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-versatile/
H A Dcore.h33 #define AMBA_DEVICE(name,busid,base,plat) \
41 .start = VERSATILE_##base##_BASE, \
42 .end = (VERSATILE_##base##_BASE) + SZ_4K - 1,\
46 .irq = base##_IRQ, \
47 /* .dma = base##_DMA,*/ \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-vexpress/
H A Dcore.h4 #define AMBA_DEVICE(name,busid,base,plat) \
12 .start = base, \
13 .end = base + SZ_4K - 1, \
17 .irq = IRQ_##base, \
18 /* .dma = DMA_##base,*/ \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-brcm/include/mach/
H A Dentry-macro.S28 .macro get_irqnr_preamble, base, tmp
29 ldr \base, =MPCORE_GIC_CPUIF_VA
53 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
56 ldr \irqstat, [\base, #GIC_CPU_INTACK]
84 .macro test_for_ipi, irqnr, irqstat, base, tmp
87 strcc \irqstat, [\base, #GIC_CPU_EOI]
92 .macro test_for_ltirq, irqnr, irqstat, base,tmp
97 streq \irqstat, [\base, #GIC_CPU_EOI]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Dentry-macro.S17 .macro get_irqnr_preamble, base, tmp
18 ldr \base, =davinci_intc_base
19 ldr \base, [\base]
25 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
33 ldr \tmp, [\base, #0x14]
39 1001: ldr \irqnr, [\base, #0x80] /* get irq number */
44 ldr \irqstat, [\base, \tmp] /* get the intc status */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-lpc32xx/include/mach/
H A Dentry-macro.S27 .macro get_irqnr_preamble, base, tmp
28 ldr \base, =IO_ADDRESS(LPC32XX_MIC_BASE)
38 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
39 ldr \irqstat, [\base, #LPC32XX_INTC_MASKED_STATUS_OFS]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/davclient.js/jsbase/
H A Dnumber.js12 this.toBase = function(number, base, padwidth, chars) {
13 /* convert number to a base <base> number (string) */
19 if (base > chars.length) {
20 throw('not enough formatting characters for this base');
25 var curr = Math.pow(base, i);
26 var next = curr * base;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/include/mach/
H A Dentry-macro.S34 .macro get_irqnr_preamble, base, tmp
40 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
41 ldr \base, =OMAP1_IO_ADDRESS(OMAP_IH1_BASE)
42 ldr \irqnr, [\base, #IRQ_ITR_REG_OFFSET]
43 ldr \tmp, [\base, #IRQ_MIR_REG_OFFSET]
49 ldr \irqnr, [\base, #IRQ_SIR_FIQ_REG_OFFSET]
51 ldreq \irqnr, [\base, #IRQ_SIR_IRQ_REG_OFFSET]
53 ldreq \base, =OMAP1_IO_ADDRESS(OMAP_IH2_BASE)
54 ldreq \irqnr, [\base, #IRQ_SIR_IRQ_REG_OFFSET]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap1/include/mach/
H A Dentry-macro.S34 .macro get_irqnr_preamble, base, tmp
40 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
41 ldr \base, =OMAP1_IO_ADDRESS(OMAP_IH1_BASE)
42 ldr \irqnr, [\base, #IRQ_ITR_REG_OFFSET]
43 ldr \tmp, [\base, #IRQ_MIR_REG_OFFSET]
49 ldr \irqnr, [\base, #IRQ_SIR_FIQ_REG_OFFSET]
51 ldreq \irqnr, [\base, #IRQ_SIR_IRQ_REG_OFFSET]
53 ldreq \base, =OMAP1_IO_ADDRESS(OMAP_IH2_BASE)
54 ldreq \irqnr, [\base, #IRQ_SIR_IRQ_REG_OFFSET]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dcascade.c38 float base){
45 a[j*step]-=base;
47 base=temp;
52 return base;
60 float base=0.f; local
66 base=process_one(b,a+i,dim,n/dim,addmul[bi],base);
69 base=process_one(b,a+i,dim,1,addmul[bi],base);
37 process_one(codebook *b,float *a,int dim,int step,int addmul, float base) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dcascade.c38 float base){
45 a[j*step]-=base;
47 base=temp;
52 return base;
60 float base=0.f; local
66 base=process_one(b,a+i,dim,n/dim,addmul[bi],base);
69 base=process_one(b,a+i,dim,1,addmul[bi],base);
37 process_one(codebook *b,float *a,int dim,int step,int addmul, float base) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dcascade.c38 float base){
45 a[j*step]-=base;
47 base=temp;
52 return base;
60 float base=0.f; local
66 base=process_one(b,a+i,dim,n/dim,addmul[bi],base);
69 base=process_one(b,a+i,dim,1,addmul[bi],base);
37 process_one(codebook *b,float *a,int dim,int step,int addmul, float base) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/common/
H A Dscoop.c35 void __iomem *base; member in struct:scoop_dev
47 iowrite16(0x0100, sdev->base + SCOOP_MCR); // 00
48 iowrite16(0x0000, sdev->base + SCOOP_CDR); // 04
49 iowrite16(0x0000, sdev->base + SCOOP_CCR); // 10
50 iowrite16(0x0000, sdev->base + SCOOP_IMR); // 18
51 iowrite16(0x00FF, sdev->base + SCOOP_IRM); // 14
52 iowrite16(0x0000, sdev->base + SCOOP_ISR); // 1C
53 iowrite16(0x0000, sdev->base + SCOOP_IRM);
61 gpwr = ioread16(sdev->base + SCOOP_GPWR);
66 iowrite16(gpwr, sdev->base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/common/
H A Dscoop.c35 void __iomem *base; member in struct:scoop_dev
47 iowrite16(0x0100, sdev->base + SCOOP_MCR); // 00
48 iowrite16(0x0000, sdev->base + SCOOP_CDR); // 04
49 iowrite16(0x0000, sdev->base + SCOOP_CCR); // 10
50 iowrite16(0x0000, sdev->base + SCOOP_IMR); // 18
51 iowrite16(0x00FF, sdev->base + SCOOP_IRM); // 14
52 iowrite16(0x0000, sdev->base + SCOOP_ISR); // 1C
53 iowrite16(0x0000, sdev->base + SCOOP_IRM);
61 gpwr = ioread16(sdev->base + SCOOP_GPWR);
66 iowrite16(gpwr, sdev->base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dpci-quirks.c60 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base) argument
72 outw(UHCI_USBCMD_HCRESET, base + UHCI_USBCMD);
75 if (inw(base + UHCI_USBCMD) & UHCI_USBCMD_HCRESET)
81 outw(0, base + UHCI_USBINTR);
82 outw(0, base + UHCI_USBCMD);
92 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base) argument
114 cmd = inw(base + UHCI_USBCMD);
122 intr = inw(base + UHCI_USBINTR);
132 uhci_reset_hc(pdev, base);
148 unsigned long base local
171 void __iomem *base; local
216 void __iomem *base, *op_reg_base; local
368 void __iomem *base; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_probe.c27 static int cfi_probe_chip(struct map_info *map, __u32 base,
38 #define xip_allowed(base, map) \
40 (void) map_read(map, base); \
45 #define xip_enable(base, map, cfi) \
47 cfi_qry_mode_off(base, map, cfi); \
48 xip_allowed(base, map); \
51 #define xip_disable_qry(base, map, cfi) \
54 cfi_qry_mode_on(base, map, cfi); \
60 #define xip_allowed(base, map) do { } while (0)
61 #define xip_enable(base, ma
71 cfi_probe_chip(struct map_info *map, __u32 base, unsigned long *chip_map, struct cfi_private *cfi) argument
157 __u32 base = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.c60 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base) argument
72 outw(UHCI_USBCMD_HCRESET, base + UHCI_USBCMD);
75 if (inw(base + UHCI_USBCMD) & UHCI_USBCMD_HCRESET)
81 outw(0, base + UHCI_USBINTR);
82 outw(0, base + UHCI_USBCMD);
92 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base) argument
114 cmd = inw(base + UHCI_USBCMD);
122 intr = inw(base + UHCI_USBINTR);
132 uhci_reset_hc(pdev, base);
148 unsigned long base local
171 void __iomem *base; local
216 void __iomem *base, *op_reg_base; local
368 void __iomem *base; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_probe.c27 static int cfi_probe_chip(struct map_info *map, __u32 base,
38 #define xip_allowed(base, map) \
40 (void) map_read(map, base); \
45 #define xip_enable(base, map, cfi) \
47 cfi_qry_mode_off(base, map, cfi); \
48 xip_allowed(base, map); \
51 #define xip_disable_qry(base, map, cfi) \
54 cfi_qry_mode_on(base, map, cfi); \
60 #define xip_allowed(base, map) do { } while (0)
61 #define xip_enable(base, ma
71 cfi_probe_chip(struct map_info *map, __u32 base, unsigned long *chip_map, struct cfi_private *cfi) argument
157 __u32 base = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/
H A Dauth_sam_reply.c122 sam3->base = *sam;
141 sam3->base.user_flags |= NETLOGON_EXTRA_SIDS;
160 struct netr_SamBaseInfo *base = NULL; local
168 base = &validation->sam2->base;
174 base = &validation->sam3->base;
180 base = &validation->sam6->base;
194 server_info->account_sid = dom_sid_add_rid(server_info, base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/
H A Dauth_sam_reply.c122 sam3->base = *sam;
141 sam3->base.user_flags |= NETLOGON_EXTRA_SIDS;
160 struct netr_SamBaseInfo *base = NULL; local
168 base = &validation->sam2->base;
174 base = &validation->sam3->base;
180 base = &validation->sam6->base;
194 server_info->account_sid = dom_sid_add_rid(server_info, base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/
H A Dauth_sam_reply.c122 sam3->base = *sam;
141 sam3->base.user_flags |= NETLOGON_EXTRA_SIDS;
160 struct netr_SamBaseInfo *base = NULL; local
168 base = &validation->sam2->base;
174 base = &validation->sam3->base;
180 base = &validation->sam6->base;
194 server_info->account_sid = dom_sid_add_rid(server_info, base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-lh7a40x/include/mach/
H A Dentry-macro.S19 .macro get_irqnr_preamble, base, tmp
25 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
31 mov \irqnr, #0 @ VIC1 irq base
32 mov \base, #io_p2v(0x80000000) @ APB registers
33 add \base, \base, #0x8000
34 ldr \tmp, [\base, #0x0030] @ VIC1_VECTADDR
38 ldrne \irqstat, [\base, #0] @ VIC1_IRQSTATUS
40 add \base, \base, #(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s3c64xx/
H A Dgpiolib.c82 .base = S3C64XX_GPA_BASE,
85 .base = S3C64XX_GPA(0),
90 .base = S3C64XX_GPB_BASE,
93 .base = S3C64XX_GPB(0),
98 .base = S3C64XX_GPC_BASE,
101 .base = S3C64XX_GPC(0),
106 .base = S3C64XX_GPD_BASE,
109 .base = S3C64XX_GPD(0),
114 .base = S3C64XX_GPE_BASE,
117 .base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dgpiolib.c82 .base = S3C64XX_GPA_BASE,
85 .base = S3C64XX_GPA(0),
90 .base = S3C64XX_GPB_BASE,
93 .base = S3C64XX_GPB(0),
98 .base = S3C64XX_GPC_BASE,
101 .base = S3C64XX_GPC(0),
106 .base = S3C64XX_GPD_BASE,
109 .base = S3C64XX_GPD(0),
114 .base = S3C64XX_GPE_BASE,
117 .base
[all...]

Completed in 137 milliseconds

<<11121314151617181920>>