Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | EXT_REGION 0 |
#define | INT_REGION 1 |
Typedefs | |
typedef void( | watch_callback )(void) |
Enumerations | |
enum | { arbiter_all_dmas = 0x3ff, arbiter_cpu = 0xc00, arbiter_all_clients = 0x3fff } |
enum | { arbiter_all_read = 0x55, arbiter_all_write = 0xaa, arbiter_all_accesses = 0xff } |
Functions | |
int | crisv32_arbiter_allocate_bandwidth (int client, int region, unsigned long bandwidth) |
int | crisv32_arbiter_watch (unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback *cb) |
int | crisv32_arbiter_unwatch (int id) |
anonymous enum |
anonymous enum |