Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/pci/
H A Dpci_vga.c108 #define VGA_REG_SIZE (8*1024) macro
143 if (bus_space_map(iot, 0, VGA_REG_SIZE, 0, &ioh_regs)) in check_for_vga()
256 bus_space_unmap(iot, ioh_regs, VGA_REG_SIZE); in check_for_vga()