Lines Matching defs:sense
352 * Get the monitor sense value.
358 int sense;
364 sense = (in_le32(CNTRL_REG(p,mon_sense)) & 0x1c0) << 2;
366 /* drive each sense line low in turn and collect the other 2 */
369 sense |= (in_le32(CNTRL_REG(p,mon_sense)) & 0xc0) >> 2;
372 sense |= ((in_le32(CNTRL_REG(p,mon_sense)) & 0x100) >> 5)
376 sense |= (in_le32(CNTRL_REG(p,mon_sense)) & 0x180) >> 7;
380 return sense;
850 int full, sense, vmode, cmode, vyres;
870 sense = read_control_sense(p);
871 printk(KERN_CONT "Monitor sense value = 0x%x, ", sense);
872 vmode = mac_map_monitor_sense(sense);