Lines Matching full:cmos
35 * Set CMOS feature:
36 * CMOS_CONF_MEM: CMOS memory contains configuration info
262 int cmos; in fd_probe() local
290 /* get the cmos memory values quick and dirty */ in fd_probe()
292 cmos = drive_type = (int)inb(CMOS_DATA); in fd_probe()
301 if (cmos && (drive_type & 0x0F)) { in fd_probe()
306 * require NO drives defined in the CMOS configuration in fd_probe()
349 int cmos; in fd_attach() local
369 cmos = drive_type = (int)inb(CMOS_DATA); in fd_attach()
379 if (cmos) in fd_attach()
383 * require NO drives defined in the CMOS configuration in fd_attach()