Searched refs:basep (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | crash_dump.c | 137 const u32 *basep, *sizep; in crash_free_reserved_phys_range() local 140 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 143 if (basep && sizep) { in crash_free_reserved_phys_range() 144 rtas_start = *basep; in crash_free_reserved_phys_range() 145 rtas_end = *basep + *sizep; in crash_free_reserved_phys_range()
|
D | rtas.c | 951 const u32 *basep, *entryp, *sizep; in rtas_initialize() local 953 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in rtas_initialize() 955 if (basep != NULL && sizep != NULL) { in rtas_initialize() 956 rtas.base = *basep; in rtas_initialize() 989 u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 994 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas() 998 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 999 rtas.base = *basep; in early_init_dt_scan_rtas() 1005 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas() 1006 if (basep) in early_init_dt_scan_rtas() [all …]
|
D | machine_kexec_64.c | 38 const unsigned long *basep; in default_machine_kexec_prepare() local 79 basep = of_get_property(node, "linux,tce-base", NULL); in default_machine_kexec_prepare() 81 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare() 84 low = *basep; in default_machine_kexec_prepare()
|
/linux-2.6.39/arch/arm/mach-bcmring/include/csp/ |
D | intcHw.h | 36 static inline void intcHw_irq_disable(void *basep, uint32_t mask); 37 static inline void intcHw_irq_enable(void *basep, uint32_t mask);
|
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/ |
D | intcHw_reg.h | 235 static inline void intcHw_irq_disable(void *basep, uint32_t mask) in intcHw_irq_disable() argument 237 __REG32(basep + INTCHW_INTENCLEAR) = mask; in intcHw_irq_disable() 241 static inline void intcHw_irq_enable(void *basep, uint32_t mask) in intcHw_irq_enable() argument 243 __REG32(basep + INTCHW_INTENABLE) = mask; in intcHw_irq_enable()
|
/linux-2.6.39/arch/alpha/kernel/ |
D | osf_sys.c | 100 long __user *basep; member 122 if (buf->basep) { in osf_filldir() 123 if (put_user(offset, buf->basep)) in osf_filldir() 125 buf->basep = NULL; in osf_filldir() 145 long __user *, basep) in SYSCALL_DEFINE4() argument 157 buf.basep = basep; in SYSCALL_DEFINE4()
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | iommu.c | 427 const unsigned long *basep; in iommu_table_setparms() local 432 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms() 434 if (basep == NULL || sizep == NULL) { in iommu_table_setparms() 440 tbl->it_base = (unsigned long)__va(*basep); in iommu_table_setparms()
|
/linux-2.6.39/drivers/media/video/ |
D | vivi.c | 421 static void gen_text(struct vivi_dev *dev, char *basep, in gen_text() argument 433 char *pos = basep + line * dev->width * 2 + x * 2; in gen_text()
|