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

/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_core.c2662 u_int operation, int pixel_width,
2680 if ((width * pixel_width) < DMA_BT848_SPLIT) {
2697 (width * pixel_width - skip));
2701 *target_buffer += width * pixel_width;
2728 (width * pixel_width / 2 - skip));
2731 *target_buffer += (width * pixel_width / 2);
2736 (width * pixel_width / 2));
2737 *target_buffer += (width * pixel_width / 2);
2661 split(bktr_reg_t * bktr, volatile u_int **dma_prog, int width , u_int operation, int pixel_width, volatile u_char ** target_buffer, int cols) argument

Completed in 127 milliseconds