Searched refs:plane (Results 1 – 5 of 5) sorted by relevance
256 int plane; in stdvga_mem_readb() local274 plane = (s->gr[4] & 2) | (addr & 1); in stdvga_mem_readb()275 vram_b = vram_getb(s, ((addr & ~1) << 1) | plane); in stdvga_mem_readb()289 plane = s->gr[4]; in stdvga_mem_readb()290 ret = GET_PLANE(s->latch, plane); in stdvga_mem_readb()351 int plane, write_mode, b, func_select, mask; in stdvga_mem_writeb() local362 plane = addr & 3; in stdvga_mem_writeb()363 mask = (1 << plane); in stdvga_mem_writeb()374 plane = (s->gr[4] & 2) | (addr & 1); in stdvga_mem_writeb()375 mask = (1 << plane); in stdvga_mem_writeb()[all …]
1442 + /* plane 1 */1446 + /* plane 2 */1450 + /* plane 3 */1454 + /* plane 4 */
1221 /* plane 1 */
13 used only for small amounts of control plane data. Therefore xenstore
89 negotiating the data plane for that protocol (because it is encoded into
Completed in 10 milliseconds