Home
last modified time | relevance | path

Searched refs:BASE_FB (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/evbppc/explora/
Dconsinit.c84 tag = elb_get_bus_space_tag(BASE_FB); in consinit()
85 fb_cnattach(tag, BASE_FB2, (void *)BASE_FB); in consinit()
Dmachdep.c98 ppc4xx_tlb_reserve(BASE_FB, BASE_FB, TLB_PG_SIZE, TLB_I | TLB_G); in initppc()
/netbsd/src/sys/arch/evbppc/explora/dev/
Delb.c70 BASE_FB,
109 { "fb", BASE_FB, BASE_FB2, -1, &elb_fb_tag },
/netbsd/src/sys/arch/evbppc/include/
Dexplora.h9 #define BASE_FB 0x70000000 macro