Home
last modified time | relevance | path

Searched refs:bootinfo (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/m68k/include/uapi/asm/
DKbuild14 header-y += bootinfo.h
15 header-y += bootinfo-amiga.h
16 header-y += bootinfo-apollo.h
17 header-y += bootinfo-atari.h
18 header-y += bootinfo-hp300.h
19 header-y += bootinfo-mac.h
20 header-y += bootinfo-q40.h
21 header-y += bootinfo-vme.h
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dfirmware.c89 struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) in s3fwrn5_fw_get_bootinfo() argument
113 memcpy(bootinfo, rsp->data + S3FWRN5_FW_HDR_SIZE, 10); in s3fwrn5_fw_get_bootinfo()
336 struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo, u32 *base_addr) in s3fwrn5_fw_get_base_addr() argument
351 if (bootinfo->hw_version[0] == match[i].version[0] && in s3fwrn5_fw_get_base_addr()
352 bootinfo->hw_version[1] == match[i].version[1] && in s3fwrn5_fw_get_base_addr()
353 bootinfo->hw_version[3] == match[i].version[3]) { in s3fwrn5_fw_get_base_addr()
362 s3fwrn5_fw_is_custom(struct s3fwrn5_fw_cmd_get_bootinfo_rsp *bootinfo) in s3fwrn5_fw_is_custom() argument
364 return !!bootinfo->hw_version[2]; in s3fwrn5_fw_is_custom()
369 struct s3fwrn5_fw_cmd_get_bootinfo_rsp bootinfo; in s3fwrn5_fw_setup() local
383 ret = s3fwrn5_fw_get_bootinfo(fw_info, &bootinfo); in s3fwrn5_fw_setup()
[all …]
/linux-4.4.14/arch/m68k/
DKconfig114 bool "Export bootinfo in procfs"
117 Say Y to export the bootinfo used to boot the kernel in a
118 "bootinfo" file in procfs. This is useful with kexec.
/linux-4.4.14/arch/arm/boot/dts/
Dmt8127.dtsi56 trustzone-bootinfo@80002000 {
57 compatible = "mediatek,trustzone-bootinfo";
Dmt8135.dtsi81 trustzone-bootinfo@80002000 {
82 compatible = "mediatek,trustzone-bootinfo";
/linux-4.4.14/drivers/clocksource/
Dtcb_clksrc.c283 static char bootinfo[] __initdata in tcb_clksrc_init() local
333 printk(bootinfo, clksrc.name, CONFIG_ATMEL_TCB_CLKSRC_BLOCK, in tcb_clksrc_init()
/linux-4.4.14/block/partitions/
Dsun.c31 __be32 bootinfo[3]; /* Info needed by mboot */ in sun_partition() member