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

  /src/sys/arch/hp300/stand/common/
ite_sti.c 53 struct sti_ecfg ecfg; member in struct:__anon6b387c450108
117 struct sti_einqconfout ecfg; local in function:sti_iteinit_common
168 sti.cfg.ext_cfg = &sti.ecfg;
171 sti.ecfg.addr = alloc(memsize);
180 memset(&ecfg, 0, sizeof ecfg);
181 cfg.ext = &ecfg;
  /src/sys/dev/ic/
sti.c 506 struct sti_einqconfout ecfg; local in function:sti_screen_setup
532 memset(&ecfg, 0, sizeof(ecfg));
533 cfg.ext = &ecfg;
579 ecfg.crt_config[0], ecfg.crt_config[1], ecfg.crt_config[2],
580 ecfg.crt_hw[0], ecfg.crt_hw[1], ecfg.crt_hw[2]))
    [all...]

Completed in 22 milliseconds