Searched refs:hsetup (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/tc/
H A Dsfb.c323 int hsetup, vsetup, vbase, cookie; local
327 hsetup = *(volatile uint32_t *)(asic + SFB_ASIC_VIDEO_HSETUP);
345 ri->ri_width = (hsetup & 0x1ff) << 2;
H A Dsfbplus.c332 int i, depth, hsetup, vsetup, vbase, cookie; local
336 hsetup = *(uint32_t *)(asic + SFB_ASIC_VIDEO_HSETUP);
342 * - neglect 0,1 cases of hsetup register.
369 ri->ri_width = (hsetup & 0x1ff) << 2;

Completed in 71 milliseconds