Lines Matching refs:mud
176 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff;
177 mup.mud[1] = (DEFAULT_MUD & 0xff);
263 dev->info.mud = _2btol(mup.mud);
264 if (dev->info.mud == 0) {
270 dev->info.mud = DEFAULT_MUD;
274 dev->info.mud = DEFAULT_MUD;
294 DBG (5, "mud=%d\n", dev->info.mud);
758 s->params.pixels_per_line = width * xres / s->hw->info.mud;
759 s->params.lines = length * yres / s->hw->info.mud;
917 mup.mud[0] = (DEFAULT_MUD >> 8) & 0xff;
918 mup.mud[1] = (DEFAULT_MUD & 0xff);