Home
last modified time | relevance | path

Searched refs:VGA_ATC_DATAR (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/ic/
H A Dvga_common.c90 regval = bus_space_read_1(iot, ioh_vga, VGA_ATC_DATAR); in vga_common_probe()
95 if (bus_space_read_1(iot, ioh_vga, VGA_ATC_DATAR) != (regval ^ 0x0f)) in vga_common_probe()
H A Dvgareg.h37 #define VGA_ATC_DATAR 0x1 macro
H A Dvgavar.h113 res = vga_raw_read(vh, VGA_ATC_DATAR); in _vga_attr_read()