Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c123 uint8_t gc_rotate; member
452 val = (val >> sc->vga_gc.gc_rotate) | in vga_mem_wr_handler()
453 (val << (8 - sc->vga_gc.gc_rotate)); in vga_mem_wr_handler()
570 val = (val >> sc->vga_gc.gc_rotate) | in vga_mem_wr_handler()
571 (val << (8 - sc->vga_gc.gc_rotate)); in vga_mem_wr_handler()
887 *val = sc->vga_gc.gc_rotate; in vga_port_in_handler()
1160 sc->vga_gc.gc_rotate = val; in vga_port_out_handler()