Searched refs:base (Results 1 - 25 of 6511) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h5 #include <asm-generic/errno-base.h>
7 #undef EAGAIN /* 11 in errno-base.h */
/linux-master/arch/alpha/kernel/
H A Dcore_mcpcia.c525 unsigned long base;
556 hose->index, iodpp->base);
523 unsigned long base; member in struct:IOD_subpacket
H A Dcore_t2.c327 t2_direct_map_window1(unsigned long base, unsigned long length)
331 __direct_map_base = base;
334 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);
348 unsigned long base,
355 hose->sg_isa = iommu_arena_new(hose, base, length, SMP_CACHE_BYTES);
358 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);
326 t2_direct_map_window1(unsigned long base, unsigned long length) argument
346 t2_sg_map_window2(struct pci_controller *hose, unsigned long base, unsigned long length) argument
/linux-master/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c63 .base.cra_name = "crct10dif",
64 .base.cra_driver_name = "crct10dif-arm-ce",
65 .base.cra_priority = 200,
66 .base.cra_blocksize = CRC_T10DIF_BLOCK_SIZE,
67 .base.cra_module = THIS_MODULE,
/linux-master/arch/arm/include/asm/
H A Dcti.h42 * @base: mapped virtual address for the cti base
50 void __iomem *base; member in struct:cti
58 * @base: mapped virtual address for the cti base
64 * @base, @irq and @trig_out to cti.
67 void __iomem *base, int irq, int trig_out)
69 cti->base = base;
87 void __iomem *base local
66 cti_init(struct cti *cti, void __iomem *base, int irq, int trig_out) argument
129 void __iomem *base = cti->base; local
[all...]
/linux-master/arch/arm/mach-ep93xx/
H A Ddma.c30 { .name = (_name), .base = (_base), .irq = (_irq) }
/linux-master/arch/arm/mach-footbridge/
H A Dnetwinder-hw.c226 * IR base address
273 * Group1 base address
298 * Group2 base address
475 dprintk("Slider base: ");
485 static inline void rwa010_waveartist_init(int base, int irq, int dma) argument
491 dprintk("WaveArtist base: ");
492 WRITE_RWA(0x61, base & 255);
495 WRITE_RWA(0x60, base >> 8);
496 dprintk("%02X%02X (%X),", inb(0x203), i, base);
513 dprintk("SoundBlaster base
[all...]
/linux-master/arch/arm/mach-imx/
H A Dsystem.c66 void __init mxc_arch_reset_init(void __iomem *base) argument
68 wdog_base = base;
78 void __init imx1_reset_init(void __iomem *base) argument
81 mxc_arch_reset_init(base);
/linux-master/arch/arm/mach-omap2/
H A Domap-hotplug.c30 void __iomem *base = omap_get_wakeupgen_base(); local
39 writel_relaxed(0, base + OMAP_AUX_CORE_BOOT_0);
53 readl_relaxed(base + OMAP_AUX_CORE_BOOT_0) >> 5;
H A Dsram242x.S48 cmp r12, #0x1 @ cs1 base (2422 es2.05/1)
49 addeq r11, r11, #0x8 @ if cs1 base, move to DLLB
H A Dsram243x.S48 cmp r12, #0x1 @ cs1 base (2422 es2.05/1)
49 addeq r11, r11, #0x8 @ if cs1 base, move to DLLB
/linux-master/arch/arm/mach-rpc/
H A Ddma.c27 void __iomem *base; /* Controller base address */ member in struct:iomd_dma
98 void __iomem *base = idma->base; local
103 status = readb(base + ST);
119 writel(idma->cur_addr, base + cur);
120 writel(idma->cur_len, base + end);
158 void __iomem *base = idma->base; local
181 writeb(DMA_CR_C, base
195 void __iomem *base = idma->base; local
[all...]
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c474 void __init l2x0_pmu_register(void __iomem *base, u32 part) argument
486 * running, so just stash the name and base, and leave that to another
500 l2x0_base = base;
/linux-master/arch/arm/plat-orion/include/plat/
H A Daddr-map.h37 const u32 base; member in struct:orion_addr_map_info
48 const int win, const u32 base,
H A Dpcie.h16 u32 orion_pcie_dev_id(void __iomem *base);
17 u32 orion_pcie_rev(void __iomem *base);
18 int orion_pcie_link_up(void __iomem *base);
19 int orion_pcie_x4_mode(void __iomem *base);
20 int orion_pcie_get_local_bus_nr(void __iomem *base);
21 void orion_pcie_set_local_bus_nr(void __iomem *base, int nr);
22 void orion_pcie_reset(void __iomem *base);
23 void orion_pcie_setup(void __iomem *base);
24 int orion_pcie_rd_conf(void __iomem *base, struct pci_bus *bus,
26 int orion_pcie_rd_conf_tlp(void __iomem *base, struc
[all...]
/linux-master/arch/arm/plat-orion/
H A Dpcie.c55 u32 orion_pcie_dev_id(void __iomem *base) argument
57 return readl(base + PCIE_DEV_ID_OFF) >> 16;
60 u32 orion_pcie_rev(void __iomem *base) argument
62 return readl(base + PCIE_DEV_REV_OFF) & 0xff;
65 int orion_pcie_link_up(void __iomem *base) argument
67 return !(readl(base + PCIE_STAT_OFF) & PCIE_STAT_LINK_DOWN);
70 int __init orion_pcie_x4_mode(void __iomem *base) argument
72 return !(readl(base + PCIE_CTRL_OFF) & PCIE_CTRL_X1_MODE);
75 int orion_pcie_get_local_bus_nr(void __iomem *base) argument
77 u32 stat = readl(base
82 orion_pcie_set_local_bus_nr(void __iomem *base, int nr) argument
92 orion_pcie_reset(void __iomem *base) argument
123 orion_pcie_setup_wins(void __iomem *base) argument
181 orion_pcie_setup(void __iomem *base) argument
208 orion_pcie_rd_conf(void __iomem *base, struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) argument
227 orion_pcie_rd_conf_tlp(void __iomem *base, struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) argument
266 orion_pcie_wr_conf(void __iomem *base, struct pci_bus *bus, u32 devfn, int where, int size, u32 val) argument
[all...]
/linux-master/arch/m68k/amiga/
H A Dcia.c51 unsigned char cia_set_irq(struct ciabase *base, unsigned char mask) argument
55 old = (base->icr_data |= base->cia->icr);
57 base->icr_data |= mask;
59 base->icr_data &= ~mask;
60 if (base->icr_data & base->icr_mask)
61 amiga_custom.intreq = IF_SETCLR | base->int_mask;
62 return old & base->icr_mask;
69 unsigned char cia_able_irq(struct ciabase *base, unsigne argument
88 struct ciabase *base = dev_id; local
179 cia_init_IRQ(struct ciabase *base) argument
[all...]
H A Dplatform.c108 .base = 0xda0000,
121 .base = 0xdd2020,
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S31 | ILOG is the log base 10 of the input value. It is
217 | ILOG is the log base 10 of the input value. It is approx-
409 leal RBDTBL,%a2 |load rbdtbl base
416 leal PTENRN,%a1 |load a1 with RN table base
421 leal PTENRP,%a1 |load a1 with RP table base
424 leal PTENRM,%a1 |load a1 with RM table base
H A Ddecbin.S437 leal RTABLE,%a1 |load rtable base
H A Dfpsp.h80 .set LV,-LOCAL_SIZE | convenient base value
H A Dslog2.S4 | The entry point slog10 computes the base-10
8 | sLog2 and sLog2d are the base-2 analogues.
H A Dstwotox.S38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig.
42 | 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7987 # F = 1.xxxxxx1 in base 2 where the six "x" match those #
8646 # slog10(): computes the base-10 logarithm of a normalized input #
8647 # slog10d(): computes the base-10 logarithm of a denormalized input #
8648 # slog2(): computes the base-2 logarithm of a normalized input #
8649 # slog2d(): computes the base-2 logarithm of a denormalized input #
8844 # 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. #
8848 # 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set #
H A Dfpsp.S8093 # F = 1.xxxxxx1 in base 2 where the six "x" match those #
8752 # slog10(): computes the base-10 logarithm of a normalized input #
8753 # slog10d(): computes the base-10 logarithm of a denormalized input #
8754 # slog2(): computes the base-2 logarithm of a normalized input #
8755 # slog2d(): computes the base-2 logarithm of a denormalized input #
8950 # 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. #
8954 # 3. Set y := X*log_2(10)*64 (base 2 log of 10). Set #
18886 # " " " w/ " (base displacement): (bd, An, Xn) #
18892 bsr.l fetch_dreg # fetch base areg
18985 # " " w/ " (base displacemen
[all...]

Completed in 414 milliseconds

1234567891011>>