Searched refs:vmem8 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/fbtft/
H A Dfbtft-bus.c187 u8 *vmem8; fbtft_write_vmem16_bus9() local
204 vmem8 = par->info->screen_base + offset; fbtft_write_vmem16_bus9()
215 txbuf16[i] = 0x0100 | vmem8[i+1]; fbtft_write_vmem16_bus9()
216 txbuf16[i+1] = 0x0100 | vmem8[i]; fbtft_write_vmem16_bus9()
220 txbuf16[i] = 0x0100 | vmem8[i]; fbtft_write_vmem16_bus9()
222 vmem8 = vmem8 + to_copy; fbtft_write_vmem16_bus9()

Completed in 52 milliseconds