Home
last modified time | relevance | path

Searched refs:mem_attr (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_mvebu.c108 int *mem_target, int *mem_attr) in mvebu_get_port_lane() argument
118 *mem_attr = attr[pex_idx]; in mvebu_get_port_lane()
143 int *mem_target, int *mem_attr) in mvebu_get_port_lane() argument
155 *mem_attr = attr[pex_idx]; in mvebu_get_port_lane()
337 int mem_target, mem_attr, i; in pci_init_board() local
352 mvebu_get_port_lane(pcie, i, &mem_target, &mem_attr); in pci_init_board()
385 if (mvebu_mbus_add_window_by_id(mem_target, mem_attr, in pci_init_board()
/OK3568_Linux_fs/u-boot/cmd/
H A Defi.c34 } mem_attr[] = { variable
176 for (j = 0, first = true; j < ARRAY_SIZE(mem_attr); j++) { in efi_print_mem_table()
177 if (attr & (1ULL << mem_attr[j].shift)) { in efi_print_mem_table()
182 printf("%s", mem_attr[j].name); in efi_print_mem_table()
/OK3568_Linux_fs/u-boot/lib/
H A Dsysmem.c290 if (mem_attr[i].name && !strcasecmp(mem_attr[i].name, name)) { in sysmem_alias2name()
296 alias = mem_attr[i].alias[0]; in sysmem_alias2name()
301 alias = mem_attr[i].alias[j]; in sysmem_alias2name()
312 return mem_attr[i].name; in sysmem_alias2name()
346 attr = mem_attr[id]; in sysmem_alloc_align_base()
371 attr = mem_attr[id]; in sysmem_alloc_align_base()
H A Dbidram.c282 attr = mem_attr[id]; in bidram_core_reserve()
/OK3568_Linux_fs/u-boot/include/
H A Dmemblk.h62 extern const struct memblk_attr *mem_attr;
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dmemblk.c72 const struct memblk_attr *mem_attr = plat_mem_attr; variable
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-mvebu.c93 unsigned int mem_attr; member
414 mvebu_pcie_set_window(port, port->mem_target, port->mem_attr, in mvebu_pcie_handle_membase_change()
429 mvebu_pcie_set_window(port, port->mem_target, port->mem_attr, &desired, in mvebu_pcie_handle_membase_change()
851 &port->mem_target, &port->mem_attr); in mvebu_pcie_parse_port()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c4939 struct attribute **mem_attr = &empty_attrs; in intel_pmu_init() local
5069 mem_attr = nhm_mem_events_attrs; in intel_pmu_init()
5227 mem_attr = nhm_mem_events_attrs; in intel_pmu_init()
5267 mem_attr = snb_mem_events_attrs; in intel_pmu_init()
5308 mem_attr = snb_mem_events_attrs; in intel_pmu_init()
5348 mem_attr = hsw_mem_events_attrs; in intel_pmu_init()
5390 mem_attr = hsw_mem_events_attrs; in intel_pmu_init()
5452 mem_attr = hsw_mem_events_attrs; in intel_pmu_init()
5494 mem_attr = icl_events_attrs; in intel_pmu_init()
5528 group_events_mem.attrs = mem_attr; in intel_pmu_init()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dsal.h180 u8 mem_attr; /* current memory attribute setting */ member
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym