Home
last modified time | relevance | path

Searched refs:hsetup (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
327 hsetup = *(volatile uint32_t *)(asic + SFB_ASIC_VIDEO_HSETUP); in sfb_common_init()
345 ri->ri_width = (hsetup & 0x1ff) << 2; in sfb_common_init()
H A Dsfbplus.c332 int i, depth, hsetup, vsetup, vbase, cookie; in sfbp_common_init() local
336 hsetup = *(uint32_t *)(asic + SFB_ASIC_VIDEO_HSETUP); in sfbp_common_init()
369 ri->ri_width = (hsetup & 0x1ff) << 2; in sfbp_common_init()