Lines Matching refs:cmos
3600 char cmos; member
3732 UDP->cmos = v.cmos; in compat_setdrvprm()
3762 v.cmos = UDP->cmos; in compat_getdrvprm()
3930 if (!UDP->cmos) in config_types()
3931 UDP->cmos = FLOPPY0_TYPE; in config_types()
3933 if (!UDP->cmos) in config_types()
3934 UDP->cmos = FLOPPY1_TYPE; in config_types()
3939 unsigned int type = UDP->cmos; in config_types()
4025 if ((UDP->cmos == 6) || (UDP->cmos == 5)) in floppy_open()
4381 DP->cmos = ints[2]; in set_cmos()
4470 return sprintf(buf, "%X\n", UDP->cmos); in floppy_cmos_show()
4473 static DEVICE_ATTR(cmos, 0444, floppy_cmos_show, NULL);