Lines Matching refs:cmos
3583 char cmos; member
3713 UDP->cmos = v.cmos; in compat_setdrvprm()
3743 v.cmos = UDP->cmos; in compat_getdrvprm()
3911 if (!UDP->cmos) in config_types()
3912 UDP->cmos = FLOPPY0_TYPE; in config_types()
3914 if (!UDP->cmos && FLOPPY1_TYPE) in config_types()
3915 UDP->cmos = FLOPPY1_TYPE; in config_types()
3920 unsigned int type = UDP->cmos; in config_types()
4006 if ((UDP->cmos == 6) || (UDP->cmos == 5)) in floppy_open()
4361 DP->cmos = ints[2]; in set_cmos()
4450 return sprintf(buf, "%X\n", UDP->cmos); in floppy_cmos_show()
4453 static DEVICE_ATTR(cmos, 0444, floppy_cmos_show, NULL);