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

  /src/sys/dev/isa/
ega.c 110 static void ega_init(struct ega_config *, bus_space_tag_t, bus_space_tag_t,
393 ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono) function in typeref:typename:void
508 ega_init(dc, ia->ia_iot, ia->ia_memt, 0);
512 ega_init(dc, ia->ia_iot, ia->ia_memt, 1);
541 ega_init(&ega_console_dc, iot, memt, mono);
ega.c 110 static void ega_init(struct ega_config *, bus_space_tag_t, bus_space_tag_t,
393 ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono) function in typeref:typename:void
508 ega_init(dc, ia->ia_iot, ia->ia_memt, 0);
512 ega_init(dc, ia->ia_iot, ia->ia_memt, 1);
541 ega_init(&ega_console_dc, iot, memt, mono);

Completed in 22 milliseconds