Searched refs:ndest (Results 1 – 2 of 2) sorted by relevance
/drivers/video/fbdev/ |
D | cirrusfb.c | 2598 u_long nsrc, u_long ndest, in cirrusfb_set_blitter() argument 2626 vga_wgfx(regbase, CL_GR28, (u_char) (ndest & 0xff)); in cirrusfb_set_blitter() 2628 vga_wgfx(regbase, CL_GR29, (u_char) (ndest >> 8)); in cirrusfb_set_blitter() 2630 vga_wgfx(regbase, CL_GR2A, (u_char) (ndest >> 16)); in cirrusfb_set_blitter() 2664 u_long nsrc, ndest; in cirrusfb_BitBLT() local 2679 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT() 2685 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT() 2691 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT() 2705 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill() local 2732 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()
|
/drivers/staging/lustre/lnet/selftest/ |
D | framework.c | 736 int ndest = req->tsr_ndest; in sfw_add_test_instance() local 778 LASSERT (bk->bk_niov * SFW_ID_PER_PAGE >= (unsigned int)ndest); in sfw_add_test_instance() 780 sizeof(lnet_process_id_packed_t) * ndest); in sfw_add_test_instance() 785 for (i = 0; i < ndest; i++) { in sfw_add_test_instance()
|