|
void | prom_init (struct linux_romvec *rom_ptr) |
|
char * | prom_getbootargs (void) |
|
char * | prom_mapio (char *virt_hint, int io_space, unsigned int phys_addr, unsigned int num_bytes) |
|
void | prom_unmapio (char *virt_addr, unsigned int num_bytes) |
|
int | prom_devopen (char *device_string) |
|
int | prom_devclose (int device_handle) |
|
void | prom_seek (int device_handle, unsigned int seek_hival, unsigned int seek_lowval) |
|
struct linux_mem_v0 * | prom_meminfo (void) |
|
void | prom_reboot (char *boot_command) |
|
void | prom_feval (char *forth_string) |
|
void | prom_cmdline (void) |
|
void | prom_halt (void) |
|
void | prom_setsync (sync_func_t func_ptr) |
|
unsigned char | prom_get_idprom (char *idp_buffer, int idpbuf_size) |
|
int | prom_version (void) |
|
int | prom_getrev (void) |
|
int | prom_getprev (void) |
|
int | prom_nbgetchar (void) |
|
int | prom_nbputchar (char character) |
|
char | prom_getchar (void) |
|
void | prom_putchar (char character) |
|
void | prom_printf (char *fmt,...) |
|
enum prom_input_device | prom_query_input_device (void) |
|
enum prom_output_device | prom_query_output_device (void) |
|
int | prom_startcpu (int cpunode, struct linux_prom_registers *context_table, int context, char *program_counter) |
|
int | prom_stopcpu (int cpunode) |
|
int | prom_idlecpu (int cpunode) |
|
int | prom_restartcpu (int cpunode) |
|
char * | prom_alloc (char *virt_hint, unsigned int size) |
|
void | prom_free (char *virt_addr, unsigned int size) |
|
void | prom_putsegment (int context, unsigned long virt_addr, int physical_segment) |
|
int | prom_getchild (int parent_node) |
|
int | prom_getsibling (int node) |
|
int | prom_getproplen (int thisnode, char *property) |
|
int | prom_getproperty (int thisnode, char *property, char *prop_buffer, int propbuf_size) |
|
int | prom_getint (int node, char *property) |
|
int | prom_getintdefault (int node, char *property, int defval) |
|
int | prom_getbool (int node, char *prop) |
|
void | prom_getstring (int node, char *prop, char *buf, int bufsize) |
|
int | prom_nodematch (int thisnode, char *name) |
|
int | prom_searchsiblings (int node_start, char *name) |
|
char * | prom_firstprop (int node) |
|
char * | prom_nextprop (int node, char *prev_property) |
|
int | prom_node_has_property (int node, char *property) |
|
int | prom_setprop (int node, char *prop_name, char *prop_value, int value_size) |
|
int | prom_pathtoinode (char *path) |
|
int | prom_inst2pkg (int) |
|
void | prom_adjust_regs (struct linux_prom_registers *regp, int nregs, struct linux_prom_ranges *rangep, int nranges) |
|
void | prom_adjust_ranges (struct linux_prom_ranges *cranges, int ncranges, struct linux_prom_ranges *pranges, int npranges) |
|
void | prom_apply_obio_ranges (struct linux_prom_registers *obioregs, int nregs) |
|
void | prom_apply_generic_ranges (int node, int parent, struct linux_prom_registers *sbusregs, int nregs) |
|