Home | History | Annotate | Download | only in vr

Lines Matching defs:STATIC

124 #define STATIC
126 #define STATIC static
157 STATIC void vr_cons_init(void);
158 STATIC void vr_fb_init(void **);
159 STATIC void vr_mem_init(paddr_t);
160 STATIC void vr_find_dram(paddr_t, paddr_t);
161 STATIC void vr_reboot(int, char *);
166 STATIC int vr_null_handler(void *, uint32_t, uint32_t);
167 STATIC int (*vr_intr_handler[4])(void *, vaddr_t, uint32_t) =
174 STATIC void *vr_intr_arg[4];
180 static struct vr_com_platdep {
259 static struct vr_kiu_platdep {
416 static struct vr_com_platdep *com_info;
419 static struct vr_kiu_platdep *kiu_info;