Searched refs:apm_version (Results 1 – 1 of 1) sorted by relevance
74 static u_long apm_version; variable929 apm_version = vmf.vmf_ax; in apm_probe()1175 APM_DPRINT("apm: APM BIOS version %04lx\n", apm_version); in apm_attach()1193 if (apm_version==0x112 || apm_version==0x111 || apm_version==0x110) in apm_attach()1205 drv_version = apm_version > 0x102 ? 0x102 : apm_version; in apm_attach()1212 ((apm_version & 0x0f00) >> 8); in apm_attach()1219 ((apm_version & 0xf000) >> 12) * 10 + ((apm_version & 0x0f00) >> 8), in apm_attach()1220 ((apm_version & 0x00f0) >> 4) * 10 + ((apm_version & 0x000f) >> 0), in apm_attach()