Home
last modified time | relevance | path

Searched refs:vsetup (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/tc/
H A Dsfb.c323 int hsetup, vsetup, vbase, cookie; in sfb_common_init() local
328 vsetup = *(volatile uint32_t *)(asic + SFB_ASIC_VIDEO_VSETUP); in sfb_common_init()
346 ri->ri_height = (vsetup & 0x7ff); in sfb_common_init()
H A Dsfbplus.c332 int i, depth, hsetup, vsetup, vbase, cookie; in sfbp_common_init() local
337 vsetup = *(uint32_t *)(asic + SFB_ASIC_VIDEO_VSETUP); in sfbp_common_init()
370 ri->ri_height = (vsetup & 0x7ff); in sfbp_common_init()