Home
last modified time | relevance | path

Searched refs:basep (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-bcmring/include/csp/
DintcHw.h36 static inline void intcHw_irq_disable(void *basep, uint32_t mask);
37 static inline void intcHw_irq_enable(void *basep, uint32_t mask);
/arch/powerpc/kernel/
Dcrash_dump.c137 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()
Drtas.c1101 const u32 *basep, *entryp, *sizep; in rtas_initialize() local
1103 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in rtas_initialize()
1105 if (basep != NULL && sizep != NULL) { in rtas_initialize()
1106 rtas.base = *basep; in rtas_initialize()
1139 u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1144 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
1148 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1149 rtas.base = *basep; in early_init_dt_scan_rtas()
1155 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1156 if (basep) in early_init_dt_scan_rtas()
[all …]
Dmachine_kexec_64.c38 const unsigned long *basep; in default_machine_kexec_prepare() local
78 basep = of_get_property(node, "linux,tce-base", NULL); in default_machine_kexec_prepare()
80 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare()
83 low = *basep; in default_machine_kexec_prepare()
/arch/arm/mach-bcmring/include/mach/csp/
DintcHw_reg.h235 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()
/arch/powerpc/platforms/powernv/
Dopal.c35 const void *basep, *entryp; in early_init_dt_scan_opal() local
42 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal()
45 if (!basep || !entryp) in early_init_dt_scan_opal()
48 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal()
52 opal.base, basep, basesz); in early_init_dt_scan_opal()
Dpci.c467 const __be64 *basep, *swinvp; in pnv_pci_setup_bml_iommu() local
470 basep = of_get_property(hose->dn, "linux,tce-base", NULL); in pnv_pci_setup_bml_iommu()
472 if (basep == NULL || sizep == NULL) { in pnv_pci_setup_bml_iommu()
480 pnv_pci_setup_iommu_table(tbl, __va(be64_to_cpup(basep)), in pnv_pci_setup_bml_iommu()
/arch/alpha/kernel/
Dosf_sys.c100 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()
/arch/powerpc/platforms/pseries/
Diommu.c463 const unsigned long *basep, *sw_inval; in iommu_table_setparms() local
468 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms()
470 if (basep == NULL || sizep == NULL) { in iommu_table_setparms()
476 tbl->it_base = (unsigned long)__va(*basep); in iommu_table_setparms()