Searched refs:CRTC_DATA (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/sbus/
H A Dmgxreg.h39 #define CRTC_DATA 0x3d5 macro
H A Dmgx.c630 mgx_write_vga(sc, CRTC_DATA, stride & 0xff);
632 mgx_write_vga(sc, CRTC_DATA, (stride & 0xf00) >> 4);
/netbsd-current/sys/dev/pci/
H A Dvoodoofbreg.h267 #define CRTC_DATA 0x3d5 macro
H A Dsisfb.c152 #define CRTC_DATA (0x3d5 - SIS_VGA_PORT_OFFSET) macro
171 val = bus_space_read_1(fb->iot, fb->ioh, CRTC_DATA);
185 bus_space_write_1(fb->iot, fb->ioh, CRTC_DATA, val);
H A Dvoodoofb.c277 bus_space_write_1(sc->sc_ioregt, sc->sc_ioregh, CRTC_DATA - 0x300, val);
/netbsd-current/sys/dev/ic/
H A Dct65550reg.h33 #define CRTC_DATA 0x3d5 macro

Completed in 102 milliseconds