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

  /src/sys/dev/ic/
igsfbvar.h 183 igs_attr_write(bus_space_tag_t, bus_space_handle_t, uint8_t, uint8_t);
186 igs_attr_write(bus_space_tag_t t, bus_space_handle_t h, function in typeref:typename:void
igsfb_subr.c 228 igs_attr_write(iot, ioh, i, i);
230 igs_attr_write(iot, ioh, 0x10, 0x01); /* select graphic mode */
231 igs_attr_write(iot, ioh, 0x11, 0x00); /* crt overscan color */
232 igs_attr_write(iot, ioh, 0x12, 0x0f); /* color plane enable */
233 igs_attr_write(iot, ioh, 0x13, 0x00);
234 igs_attr_write(iot, ioh, 0x14, 0x00);
599 igs_attr_write(iot, ioh, i, i);
601 igs_attr_write(iot, ioh, 0x10, 0x01);
602 igs_attr_write(iot, ioh, 0x11, 0x00);
603 igs_attr_write(iot, ioh, 0x12, 0x0f)
    [all...]

Completed in 11 milliseconds