Searched defs:no (Results 1 - 23 of 23) sorted by relevance

/arch/arm/plat-samsung/include/plat/
H A Dbacklight.h15 * @no: GPIO number for PWM timer out
19 int no; member in struct:samsung_bl_gpio_info
/arch/sh/kernel/cpu/sh2a/
H A Dex.S19 ! exception no 0 to 255
21 no = 0 define
25 mov #no,r1
26 no = no + 1 define
38 ! exception no 256 to 511
40 no = 0 define
44 mov #no,r1
45 no = no define
[all...]
/arch/arm/mach-netx/include/mach/
H A Dpfifo.h24 static inline int pfifo_push(int no, unsigned int pointer) argument
26 writel(pointer, NETX_PFIFO_BASE(no));
30 static inline unsigned int pfifo_pop(int no) argument
32 return readl(NETX_PFIFO_BASE(no));
35 static inline int pfifo_fill_level(int no) argument
38 return readl(NETX_PFIFO_FILL_LEVEL(no));
41 static inline int pfifo_full(int no) argument
43 return readl(NETX_PFIFO_FULL) & (1<<no) ? 1 : 0;
46 static inline int pfifo_empty(int no) argument
48 return readl(NETX_PFIFO_EMPTY) & (1<<no)
[all...]
H A Dxc.h24 int no; member in struct:xc
/arch/sh/kernel/cpu/sh2/
H A Dex.S19 no = 0 define
23 mov #no,r1
24 no = no + 1 define
/arch/arm/mach-msm/include/mach/
H A Dmmc.h12 unsigned no; member in struct:msm_mmc_gpio
/arch/arm/mach-s3c24xx/
H A Ds3c2416.c113 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
115 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
H A Ds3c2443.c87 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
89 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
H A Ds3c2410.c64 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
66 s3c24xx_init_uartdevs("s3c2410-uart", s3c2410_uart_resources, cfg, no);
H A Ds3c2412.c88 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
90 s3c24xx_init_uartdevs("s3c2412-uart", s3c2410_uart_resources, cfg, no);
H A Ds3c244x.c60 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
62 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
/arch/arm/mach-s5pc100/
H A Dcommon.c211 void __init s5pc100_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
213 s3c24xx_init_uartdevs("s3c6400-uart", s5p_uart_resources, cfg, no);
/arch/arm/mach-s5pv210/
H A Dcommon.c247 void __init s5pv210_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
249 s3c24xx_init_uartdevs("s5pv210-uart", s5p_uart_resources, cfg, no);
/arch/arm/plat-samsung/
H A Dinit.c81 panic("s3c24xx_init_clocks: no cpu setup?\n");
84 panic("s3c24xx_init_clocks: cpu has no clock init\n");
106 struct s3c2410_uartcfg *cfg, int no)
113 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no);
115 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) {
129 nr_uarts = no;
132 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
138 printk(KERN_ERR "s3c24xx_init_uarts: cpu has no uart init\n");
140 (cpu->init_uarts)(cfg, no);
104 s3c24xx_init_uartdevs(char *name, struct s3c24xx_uart_resources *res, struct s3c2410_uartcfg *cfg, int no) argument
/arch/sh/drivers/dma/
H A Ddma-sh.c211 static inline int dmaor_reset(int no) argument
213 unsigned long dmaor = dmaor_read_reg(no);
217 dmaor_write_reg(no, dmaor);
220 dmaor_write_reg(no, dmaor);
223 if ((dmaor_read_reg(no) & (DMAOR_AE | DMAOR_NMIF))) {
/arch/x86/kernel/
H A Dkdebugfs.c78 create_setup_data_node(struct dentry *parent, int no, argument
84 sprintf(buf, "%d", no);
114 int no = 0; local
141 error = create_setup_data_node(d, no, node);
148 no++;
/arch/arm/mach-s3c64xx/
H A Dcommon.c53 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
55 s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);
/arch/arm/mach-s5p64x0/
H A Dcommon.c293 void __init s5p6440_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
297 for (uart = 0; uart < no; uart++) {
302 s3c24xx_init_uartdevs("s3c6400-uart", s5p_uart_resources, cfg, no);
305 void __init s5p6450_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
307 s3c24xx_init_uartdevs("s3c6400-uart", s5p_uart_resources, cfg, no);
/arch/x86/mm/
H A Dpf_in.c252 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) argument
256 switch (no) {
307 switch (no) {
324 switch (no) {
343 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no);
348 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) argument
352 switch (no) {
404 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no);
[all...]
/arch/arm/kernel/
H A Dtraps.c193 printk("no frame pointer");
511 asmlinkage int arm_syscall(int no, struct pt_regs *regs) argument
516 if ((no >> 16) != (__ARM_NR_BASE>> 16))
517 return bad_syscall(no, regs);
519 switch (no & 0xffff) {
536 * _exclusive_. There is no alignment requirement on either address;
585 * Return zero in r0 if *MEM was changed or non-zero if no exchange
639 if ((no & 0xffff) <= 0x7ff)
650 task_pid_nr(current), current->comm, no);
664 arm_notify_die("Oops - bad syscall(2)", regs, &info, no,
[all...]
/arch/arm/mach-exynos/
H A Dcommon.c62 static void exynos_init_uarts(struct s3c2410_uartcfg *cfg, int no);
686 static void __init exynos_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
691 for (ucnt = 0; ucnt < no; ucnt++, tcfg++)
695 s3c24xx_init_uartdevs("exynos4210-uart", exynos5_uart_resources, cfg, no);
697 s3c24xx_init_uartdevs("exynos4210-uart", exynos4_uart_resources, cfg, no);
/arch/arm/plat-s3c24xx/
H A Ddma.c383 pr_debug("%s: buff not yet loaded, no more todo\n",
565 pr_debug("dma%d: lastxfer: unhandled load_state %d with no next\n",
619 printk(KERN_ERR "dma%d: IRQ with no loaded buffer?\n",
956 pr_debug("%s: buff not yet loaded, no more todo\n",
1228 unsigned int no = cp->number | DMACH_LOW_LEVEL; local
1237 s3c2410_dma_config(no, cp->xfer_unit);
1238 s3c2410_dma_devconfig(no, cp->source, cp->dev_addr);
1461 printk(KERN_ERR "no memory to store dma channel order\n");
/arch/mips/txx9/generic/
H A Dsetup.c550 ioport_resource.end = ~0UL; /* no limit */
552 iomem_resource.end = ~0UL; /* no limit */
631 void __init txx9_physmap_flash_init(int no, unsigned long addr, argument
661 pdev = platform_device_alloc("physmap-flash", no);

Completed in 499 milliseconds