Lines Matching refs:mud
203 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff;
204 mup.mud[1] = (DEFAULT_MUD & 0xff);
298 dev->info.mud = _2btol(mup.mud);
299 if (dev->info.mud == 0) {
305 dev->info.mud = DEFAULT_MUD;
309 dev->info.mud = DEFAULT_MUD;
331 DBG (5, "mud=%d\n", dev->info.mud);
900 s->params.pixels_per_line = width * xres / s->hw->info.mud;
901 s->params.lines = length * yres / s->hw->info.mud;
1067 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff;
1068 mup.mud[1] = (DEFAULT_MUD & 0xff);