HomeSort by: relevance | last modified time | path
    Searched defs:hsetup (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tc/
sfb.c 323 int hsetup, vsetup, vbase, cookie; local in function:sfb_common_init
327 hsetup = *(volatile uint32_t *)(asic + SFB_ASIC_VIDEO_HSETUP);
345 ri->ri_width = (hsetup & 0x1ff) << 2;
sfbplus.c 332 int i, depth, hsetup, vsetup, vbase, cookie; local in function:sfbp_common_init
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 115 milliseconds