Searched defs:no (Results 1 - 19 of 19) 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/arm/mach-s3c24xx/
H A Ds3c2416.c110 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
112 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
H A Ds3c2443.c81 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
83 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.c84 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
86 s3c24xx_init_uartdevs("s3c2412-uart", s3c2410_uart_resources, cfg, no);
H A Ds3c244x.c57 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
59 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no);
H A Ddma.c382 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",
1225 unsigned int no = cp->number | DMACH_LOW_LEVEL; local
1234 s3c2410_dma_config(no, cp->xfer_unit);
1235 s3c2410_dma_devconfig(no, cp->source, cp->dev_addr);
1458 printk(KERN_ERR "no memory to store dma channel order\n");
/arch/arm64/kernel/
H A Dsys_compat.c59 unsigned int no = regs->regs[7]; local
61 switch (no) {
64 * _exclusive_. There is no alignment requirement on either address;
/arch/sh/kernel/cpu/sh2/
H A Dex.S19 no = 0 define
23 mov #no,r1
24 no = no + 1 define
/arch/arm/plat-samsung/
H A Dinit.c84 panic("s3c24xx_init_clocks: no cpu setup?\n");
87 panic("s3c24xx_init_clocks: cpu has no clock init\n");
111 struct s3c2410_uartcfg *cfg, int no)
119 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no);
121 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) {
135 nr_uarts = no;
139 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
145 printk(KERN_ERR "s3c24xx_init_uarts: cpu has no uart init\n");
147 (cpu->init_uarts)(cfg, no);
109 s3c24xx_init_uartdevs(char *name, struct s3c24xx_uart_resources *res, struct s3c2410_uartcfg *cfg, int no) argument
/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
143 error = create_setup_data_node(d, no, node);
150 no++;
/arch/arm/mach-s3c64xx/
H A Dcommon.c73 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) argument
75 s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);
235 * FIXME: there is no better place to put this at the moment
/arch/sh/drivers/dma/
H A Ddma-sh.c263 static inline int dmaor_reset(int no) argument
265 unsigned long dmaor = dmaor_read_reg(no);
269 dmaor_write_reg(no, dmaor);
272 dmaor_write_reg(no, dmaor);
275 if ((dmaor_read_reg(no) & (DMAOR_AE | DMAOR_NMIF))) {
/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.c201 printk("no frame pointer");
575 asmlinkage int arm_syscall(int no, struct pt_regs *regs) argument
579 if ((no >> 16) != (__ARM_NR_BASE>> 16))
580 return bad_syscall(no, regs);
582 switch (no & 0xffff) {
599 * _exclusive_. There is no alignment requirement on either address;
633 * Return zero in r0 if *MEM was changed or non-zero if no exchange
687 if ((no & 0xffff) <= 0x7ff)
698 task_pid_nr(current), current->comm, no);
712 arm_notify_die("Oops - bad syscall(2)", regs, &info, no,
[all...]
/arch/mips/txx9/generic/
H A Dsetup.c551 ioport_resource.end = ~0UL; /* no limit */
553 iomem_resource.end = ~0UL; /* no limit */
632 void __init txx9_physmap_flash_init(int no, unsigned long addr, argument
662 pdev = platform_device_alloc("physmap-flash", no);

Completed in 366 milliseconds