Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c2444 int pixel_width, u_int *target_buffer, int cols) in split() argument
2457 switch ((*target_buffer) % 4) { in split()
2480 *(*dma_prog)++ = htole32(*target_buffer); in split()
2482 *target_buffer += width * pixel_width; in split()
2511 *(*dma_prog)++ = htole32(*target_buffer); in split()
2512 *target_buffer += width * pixel_width / 2; in split()
2518 *target_buffer += width * pixel_width / 2; in split()
2534 u_int target_buffer, buffer, target, width; in rgb_vbi_prog() local
2579 target_buffer = bktr->video.addr; in rgb_vbi_prog()
2583 target_buffer = bktr->dm_mem->dm_segs->ds_addr; in rgb_vbi_prog()
[all …]