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

  /src/sys/dev/tc/
sfb.c 323 int hsetup, vsetup, vbase, cookie; local in function:sfb_common_init
328 vsetup = *(volatile uint32_t *)(asic + SFB_ASIC_VIDEO_VSETUP);
346 ri->ri_height = (vsetup & 0x7ff);
sfb.c 323 int hsetup, vsetup, vbase, cookie; local in function:sfb_common_init
328 vsetup = *(volatile uint32_t *)(asic + SFB_ASIC_VIDEO_VSETUP);
346 ri->ri_height = (vsetup & 0x7ff);
sfbplus.c 332 int i, depth, hsetup, vsetup, vbase, cookie; local in function:sfbp_common_init
337 vsetup = *(uint32_t *)(asic + SFB_ASIC_VIDEO_VSETUP);
370 ri->ri_height = (vsetup & 0x7ff);
sfbplus.c 332 int i, depth, hsetup, vsetup, vbase, cookie; local in function:sfbp_common_init
337 vsetup = *(uint32_t *)(asic + SFB_ASIC_VIDEO_VSETUP);
370 ri->ri_height = (vsetup & 0x7ff);

Completed in 25 milliseconds