Lines Matching defs:start
153 /* Cursor start & end scanlines */
278 CARD16 start;
281 /* Calculate new start address */
283 start = X86_AL * MEM_RW(pInt, 0x044C);
284 MEM_WW(pInt, 0x044E, start);
285 start <<= 1;
287 /* Update start address */
289 pci_io_write8(pInt->io, ioport + 1, start >> 8);
291 pci_io_write8(pInt->io, ioport + 1, start & 0xFF);
296 start += (y * MEM_RW(pInt, 0x044A)) + x;
300 pci_io_write8(pInt->io, ioport + 1, start >> 8);
302 pci_io_write8(pInt->io, ioport + 1, start & 0xFF);