Lines Matching defs:sense
342 * Get the monitor sense value.
348 int sense;
354 sense = (in_le32(CNTRL_REG(p,mon_sense)) & 0x1c0) << 2;
356 /* drive each sense line low in turn and collect the other 2 */
359 sense |= (in_le32(CNTRL_REG(p,mon_sense)) & 0xc0) >> 2;
362 sense |= ((in_le32(CNTRL_REG(p,mon_sense)) & 0x100) >> 5)
366 sense |= (in_le32(CNTRL_REG(p,mon_sense)) & 0x180) >> 7;
370 return sense;
840 int full, sense, vmode, cmode, vyres;
860 sense = read_control_sense(p);
861 printk(KERN_CONT "Monitor sense value = 0x%x, ", sense);
862 vmode = mac_map_monitor_sense(sense);