#include <stddef.h>
#include "types.h"
#include "string.h"
Go to the source code of this file.
|
void | start (void) |
|
void | fdt_init (void *blob) |
|
int | serial_console_init (void) |
|
int | ns16550_console_init (void *devp, struct serial_console_data *scdp) |
|
int | mpsc_console_init (void *devp, struct serial_console_data *scdp) |
|
int | cpm_console_init (void *devp, struct serial_console_data *scdp) |
|
int | mpc5200_psc_console_init (void *devp, struct serial_console_data *scdp) |
|
int | uartlite_console_init (void *devp, struct serial_console_data *scdp) |
|
void * | simple_alloc_init (char *base, unsigned long heap_size, unsigned long granularity, unsigned long max_allocs) |
|
void | flush_cache (void *, unsigned long) |
|
int | dt_xlate_reg (void *node, int res, unsigned long *addr, unsigned long *size) |
|
int | dt_xlate_addr (void *node, u32 *buf, int buflen, unsigned long *xlated_addr) |
|
int | dt_is_compatible (void *node, const char *compat) |
|
void | dt_get_reg_format (void *node, u32 *naddr, u32 *nsize) |
|
int | dt_get_virtual_reg (void *node, void **addr, int nres) |
|
void | dt_fixup_memory (u64 start, u64 size) |
|
void | dt_fixup_cpu_clocks (u32 cpufreq, u32 tbfreq, u32 busfreq) |
|
void | dt_fixup_clock (const char *path, u32 freq) |
|
void | dt_fixup_mac_address_by_alias (const char *alias, const u8 *addr) |
|
void | dt_fixup_mac_address (u32 index, const u8 *addr) |
|
void | __dt_fixup_mac_addresses (u32 startindex,...) |
|
void | udelay (long delay) |
|
#define BSS_STACK |
( |
|
size | ) |
|
Value:static char _bss_stack[
size]; \
void *_platform_stack_top = _bss_stack + sizeof(_bss_stack);
Definition at line 237 of file ops.h.
#define COMMAND_LINE_SIZE 512 |
Definition at line 18 of file ops.h.
Definition at line 19 of file ops.h.
#define MAX_PROP_LEN 256 /* What should this be? */ |
Definition at line 20 of file ops.h.
#define setprop_val |
( |
|
devp, |
|
|
|
name, |
|
|
|
val |
|
) |
| |
Value:
Definition at line 116 of file ops.h.
Definition at line 22 of file ops.h.
void __dt_fixup_mac_addresses |
( |
u32 |
startindex, |
|
|
|
... |
|
) |
| |
void dt_fixup_cpu_clocks |
( |
u32 |
cpufreq, |
|
|
u32 |
tbfreq, |
|
|
u32 |
busfreq |
|
) |
| |
int dt_xlate_addr |
( |
void * |
node, |
|
|
u32 * |
buf, |
|
|
int |
buflen, |
|
|
unsigned long * |
xlated_addr |
|
) |
| |
void flush_cache |
( |
void * |
, |
|
|
unsigned |
long |
|
) |
| |
void* simple_alloc_init |
( |
char * |
base, |
|
|
unsigned long |
heap_size, |
|
|
unsigned long |
granularity, |
|
|
unsigned long |
max_allocs |
|
) |
| |
unsigned long timebase_period_ns |