Searched refs:bios (Results 1 – 14 of 14) sorted by relevance
/arch/x86/kernel/ |
D | apm_32.c | 856 clock_slowed = (apm_info.bios.flags & APM_IDLE_SLOWS_CLOCK) != 0; in apm_do_idle() 999 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED)) in apm_enable_power_management() 1005 apm_info.bios.flags &= ~APM_BIOS_DISABLED; in apm_enable_power_management() 1007 apm_info.bios.flags |= APM_BIOS_DISABLED; in apm_enable_power_management() 1095 && (apm_info.bios.flags & APM_BIOS_DISABLED)) in apm_engage_power_management() 1102 apm_info.bios.flags &= ~APM_BIOS_DISENGAGED; in apm_engage_power_management() 1104 apm_info.bios.flags |= APM_BIOS_DISENGAGED; in apm_engage_power_management() 1697 (apm_info.bios.version >> 8) & 0xff, in proc_apm_show() 1698 apm_info.bios.version & 0xff, in proc_apm_show() 1699 apm_info.bios.flags, in proc_apm_show() [all …]
|
D | setup.c | 817 apm_info.bios = boot_params.apm_bios_info; in setup_arch()
|
/arch/x86/platform/geode/ |
D | net5501.c | 109 unsigned char *rombase, *bios; in net5501_present() local 118 bios = rombase + 0x20; /* null terminated */ in net5501_present() 120 if (memcmp(bios, "comBIOS", 7)) in net5501_present()
|
/arch/x86/platform/ts5500/ |
D | ts5500.c | 94 void __iomem *bios; in ts5500_check_signature() local 97 bios = ioremap(0xf0000, 0x10000); in ts5500_check_signature() 98 if (!bios) in ts5500_check_signature() 102 if (check_signature(bios + ts5500_signatures[i].offset, in ts5500_check_signature() 110 iounmap(bios); in ts5500_check_signature()
|
/arch/x86/realmode/rm/ |
D | reboot.S | 113 jz bios 125 bios: label
|
D | Makefile | 28 wakeup-objs += video-bios.o
|
/arch/sh/configs/ |
D | shx3_defconfig | 51 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=bios ignore_loglevel"
|
/arch/x86/boot/ |
D | Makefile | 47 setup-y += video-bios.o
|
/arch/arm/boot/dts/ |
D | aspeed-bmc-inspur-nf5280m6.dts | 104 label = "bios";
|
D | nuvoton-npcm730-kudo.dts | 455 label = "bios";
|
D | aspeed-bmc-bytedance-g220a.dts | 272 label = "bios";
|
/arch/arm64/boot/dts/qcom/ |
D | sdm845-cheza.dtsi | 1092 bios_flash_wp_r_l: bios-flash-wp-r-l {
|
D | sc7180-trogdor.dtsi | 1222 bios_flash_wp_l: bios-flash-wp-l {
|
/arch/x86/ |
D | Kconfig | 1259 dell-smm-hwmon driver. Character file /proc/i8k reports bios version,
|