Home
last modified time | relevance | path

Searched refs:ecfg (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/hp300/stand/common/
Dite_sti.c54 struct sti_ecfg ecfg; member
120 struct sti_einqconfout ecfg; in sti_iteinit_common() local
171 sti.cfg.ext_cfg = &sti.ecfg; in sti_iteinit_common()
174 sti.ecfg.addr = alloc(memsize); in sti_iteinit_common()
183 memset(&ecfg, 0, sizeof ecfg); in sti_iteinit_common()
184 cfg.ext = &ecfg; in sti_iteinit_common()
/netbsd/src/sys/dev/ic/
Dsti.c505 struct sti_einqconfout ecfg; in sti_screen_setup() local
531 memset(&ecfg, 0, sizeof(ecfg)); in sti_screen_setup()
532 cfg.ext = &ecfg; in sti_screen_setup()
578 ecfg.crt_config[0], ecfg.crt_config[1], ecfg.crt_config[2], in sti_screen_setup()
579 ecfg.crt_hw[0], ecfg.crt_hw[1], ecfg.crt_hw[2])); in sti_screen_setup()