llvm-mos-sdk
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint8_t | rpc8e_redbus_map (uint8_t device_id) |
Map a given RedBus device ID to memory. Return the previous device's ID. More... | |
void | rpc8e_redbus_set_map (uint8_t device_id) |
Map a given RedBus device ID to memory. More... | |
uint8_t | rpc8e_redbus_get_map (void) |
Get the currently mapped RedBus device ID. More... | |
void | rpc8e_redbus_window_set_offset (uint16_t offset) |
uint16_t | rpc8e_redbus_window_get_offset (void) |
void | rpc8e_redbus_enable (void) |
Enable the RedBus memory mapping. More... | |
void | rpc8e_redbus_disable (void) |
Disable the RedBus memory mapping. More... | |
void | rpc8e_mmu_ext_window_set (uint16_t addr) |
uint16_t | rpc8e_mmu_ext_window_get (void) |
void | rpc8e_mmu_ext_window_enable (void) |
void | rpc8e_mmu_ext_window_disable (void) |
void | rpc8e_mmu_set_brk_address (uint16_t addr) |
Set the BRK address. More... | |
uint16_t | rpc8e_mmu_get_brk_address (void) |
Get the current BRK address. More... | |
void | rpc8e_mmu_set_por_address (uint16_t addr) |
Set the POR (power-on/reset) address. More... | |
uint16_t | rpc8e_mmu_get_por_address (void) |
Get the current POR (power-on/reset) address. More... | |
Variables | |
uint8_t | boot_drive_id |
uint8_t | boot_display_id |
Functionality related to the MMU.
void rpc8e_mmu_ext_window_disable | ( | void | ) |
void rpc8e_mmu_ext_window_enable | ( | void | ) |
uint16_t rpc8e_mmu_ext_window_get | ( | void | ) |
void rpc8e_mmu_ext_window_set | ( | uint16_t | addr | ) |
uint16_t rpc8e_mmu_get_brk_address | ( | void | ) |
Get the current BRK address.
uint16_t rpc8e_mmu_get_por_address | ( | void | ) |
Get the current POR (power-on/reset) address.
void rpc8e_mmu_set_brk_address | ( | uint16_t | addr | ) |
Set the BRK address.
void rpc8e_mmu_set_por_address | ( | uint16_t | addr | ) |
Set the POR (power-on/reset) address.
void rpc8e_redbus_disable | ( | void | ) |
Disable the RedBus memory mapping.
void rpc8e_redbus_enable | ( | void | ) |
Enable the RedBus memory mapping.
uint8_t rpc8e_redbus_get_map | ( | void | ) |
Get the currently mapped RedBus device ID.
uint8_t rpc8e_redbus_map | ( | uint8_t | device_id | ) |
Map a given RedBus device ID to memory. Return the previous device's ID.
device_id | The device ID. |
void rpc8e_redbus_set_map | ( | uint8_t | device_id | ) |
Map a given RedBus device ID to memory.
device_id | The device ID. |
uint16_t rpc8e_redbus_window_get_offset | ( | void | ) |
void rpc8e_redbus_window_set_offset | ( | uint16_t | offset | ) |
uint8_t boot_display_id |
uint8_t boot_drive_id |