Skip to content
Snippets Groups Projects
Commit 6c9eec38 authored by Federico Vaga's avatar Federico Vaga
Browse files

speclib: explain meaning of BAR0 BAR4


Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent 57339bf2
Branches
Tags
No related merge requests found
......@@ -20,7 +20,9 @@
#include "wb_uart.h"
struct spec_private {
/* BAR0 maps the local bus (i.e. we can access FGPA register) */
void *bar0;
/* BAR4 maps the local GN412x register */
void *bar4;
uint32_t vuart_base;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment