Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | orion_addr_map_cfg |
struct | orion_addr_map_info |
Functions | |
void __init | orion_config_wins (struct orion_addr_map_cfg *cfg, const struct orion_addr_map_info *info) |
void __init | orion_setup_cpu_win (const struct orion_addr_map_cfg *cfg, const int win, const u32 base, const u32 size, const u8 target, const u8 attr, const int remap) |
void __init | orion_setup_cpu_mbus_target (const struct orion_addr_map_cfg *cfg, const void __iomem *ddr_window_cpu_base) |
Variables | |
struct mbus_dram_target_info | orion_mbus_dram_info |
void __init orion_config_wins | ( | struct orion_addr_map_cfg * | cfg, |
const struct orion_addr_map_info * | info | ||
) |
Definition at line 127 of file addr-map.c.
void __init orion_setup_cpu_mbus_target | ( | const struct orion_addr_map_cfg * | cfg, |
const void __iomem * | ddr_window_cpu_base | ||
) |
Definition at line 145 of file addr-map.c.
void __init orion_setup_cpu_win | ( | const struct orion_addr_map_cfg * | cfg, |
const int | win, | ||
const u32 | base, | ||
const u32 | size, | ||
const u8 | target, | ||
const u8 | attr, | ||
const int | remap | ||
) |
Definition at line 66 of file addr-map.c.
struct mbus_dram_target_info orion_mbus_dram_info |
Definition at line 18 of file addr-map.c.