/linux-3.3/arch/arm/mach-netx/include/mach/ |
D | pfifo.h | 24 static inline int pfifo_push(int no, unsigned int pointer) in pfifo_push() 30 static inline unsigned int pfifo_pop(int no) in pfifo_pop() 35 static inline int pfifo_fill_level(int no) in pfifo_fill_level() 41 static inline int pfifo_full(int no) in pfifo_full() 46 static inline int pfifo_empty(int no) in pfifo_empty()
|
D | hardware.h | 30 #define SRAM_INTERNAL_PHYS(no) ((no) * 0x8000) argument
|
D | xc.h | 24 int no; member
|
D | netx-regs.h | 44 #define NETX_OFS_XMAC(no) (0x60000 + (no) * 0x1000) argument 50 #define NETX_OFS_XPEC(no) (0x70000 + (no) * 0x4000) argument 74 #define NETX_PA_XMAC(no) (NETX_IO_PHYS + NETX_OFS_XMAC(no)) argument 80 #define NETX_PA_XPEC(no) (NETX_IO_PHYS + NETX_OFS_XPEC(no)) argument 104 #define NETX_VA_XMAC(no) (NETX_IO_VIRT + NETX_OFS_XMAC(no)) argument 110 #define NETX_VA_XPEC(no) (NETX_IO_VIRT + NETX_OFS_XPEC(no)) argument
|
D | irqs.h | 42 #define NETX_IRQ_XPEC(no) (17 + (no)) argument
|
/linux-3.3/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 21 no = 0 define 26 no = no + 1 define 40 no = 0 define 45 no = no + 1 define
|
/linux-3.3/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 19 no = 0 define 24 no = no + 1 define
|
/linux-3.3/arch/arm/plat-samsung/ |
D | init.c | 106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() 132 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
|
/linux-3.3/drivers/s390/char/ |
D | tape_char.c | 354 unsigned int no, unsigned long data) in __tapechar_ioctl() 450 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() 466 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl()
|
/linux-3.3/drivers/media/dvb/b2c2/ |
D | flexcop-dma.c | 124 flexcop_dma_index_t no, in flexcop_dma_control_size_irq() 141 flexcop_dma_index_t no, in flexcop_dma_control_timer_irq()
|
D | flexcop.c | 175 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
|
/linux-3.3/arch/arm/plat-samsung/include/plat/ |
D | backlight.h | 19 int no; member
|
/linux-3.3/arch/x86/kernel/ |
D | kdebugfs.c | 85 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() 121 int no = 0; in create_setup_data_nodes() local
|
/linux-3.3/arch/arm/plat-mxc/include/mach/ |
D | spi.h | 25 #define MXC_SPI_CS(no) ((no) - 32) argument
|
/linux-3.3/arch/arm/mach-s3c2416/ |
D | s3c2416.c | 113 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
|
/linux-3.3/arch/arm/mach-s3c2443/ |
D | s3c2443.c | 84 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
|
/linux-3.3/arch/arm/mach-s5p64x0/ |
D | common.c | 295 void __init s5p6440_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5p6440_init_uarts() 307 void __init s5p6450_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5p6450_init_uarts()
|
/linux-3.3/arch/arm/mach-msm/include/mach/ |
D | mmc.h | 12 unsigned no; member
|
/linux-3.3/arch/arm/mach-s5pc100/ |
D | common.c | 222 void __init s5pc100_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5pc100_init_uarts()
|
/linux-3.3/arch/arm/mach-s5pv210/ |
D | common.c | 259 void __init s5pv210_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5pv210_init_uarts()
|
/linux-3.3/arch/arm/mach-s3c2412/ |
D | s3c2412.c | 89 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
|
/linux-3.3/arch/arm/mach-s3c2410/ |
D | s3c2410.c | 63 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
|
/linux-3.3/arch/arm/mach-s3c2440/ |
D | s3c244x.c | 59 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
|
/linux-3.3/arch/x86/mm/ |
D | pf_in.c | 252 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) in get_reg_w8() 348 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) in get_reg_w32()
|
/linux-3.3/drivers/staging/tidspbridge/include/dspbridge/ |
D | ntfy.h | 71 static inline void ntfy_init(struct ntfy_object *no) in ntfy_init()
|