Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dvga.c128 uint8_t gc_rotate; member
465 val = (val >> sc->vga_gc.gc_rotate) | in vga_mem_wr_handler()
466 (val << (8 - sc->vga_gc.gc_rotate)); in vga_mem_wr_handler()
583 val = (val >> sc->vga_gc.gc_rotate) | in vga_mem_wr_handler()
584 (val << (8 - sc->vga_gc.gc_rotate)); in vga_mem_wr_handler()
900 *val = sc->vga_gc.gc_rotate; in vga_port_in_handler()
1185 sc->vga_gc.gc_rotate = val; in vga_port_out_handler()