Home
last modified time | relevance | path

Searched +full:boot +full:- +full:blks (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/mtd/
H A Drockchip,nand-controller.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/rockchip,nand-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - $ref: nand-controller.yaml#
13 - Heiko Stuebner <heiko@sntech.de>
18 - const: rockchip,px30-nfc
19 - const: rockchip,rk2928-nfc
20 - const: rockchip,rv1108-nfc
21 - items:
[all …]
/linux/include/linux/
H A Defs_vh.h1 /* SPDX-License-Identifier: GPL-2.0 */
16 #define BFNAMESIZE 16 /* max 16 chars in boot file name */
26 __be32 pt_nblks; /* # of logical blks in partition */
35 char vh_bootfile[BFNAMESIZE]; /* name of file to boot */
43 /* partition type sysv is used for EFS format CD-ROM partitions */
/linux/arch/powerpc/boot/
H A Dmktree.c1 // SPDX-License-Identifier: GPL-2.0
8 * The Right Thing on an LE machine. It's non-obvious, but it should
26 * bytes allocated after the _start label used by the boot rom (see
32 uint32_t bb_num_512blocks; /* Size, rounded-up, in 512 byte blks */
51 fprintf(stderr, "usage: %s <zImage-file> <boot-image> <load address> <entry point>\n",argv[0]); in main()
77 /* To be neat and tidy :-). in main()
115 nblks -= (64 * 1024) / IMGBLK; in main()
120 perror("boot-image write"); in main()
124 while (nblks-- > 0) { in main()
133 perror("boot-image write"); in main()
[all …]
/linux/drivers/scsi/
H A Dst.c1 // SPDX-License-Identifier: GPL-2.0-only
13 Copyright 1992 - 2016 Kai Makisara
16 Some small formal changes - aeb, 950809
18 Last modified: 18-JAN-1998 Richard Gooch <rgooch@atnf.csiro.au> Devfs support
62 is defined and non-zero. */
159 6-byte SCSI read and write commands. */
160 #if ST_FIXED_BUFFER_SIZE >= (2 << 24 - 1)
161 #error "Buffer size should not exceed (2 << 24 - 1) bytes!"
166 /* Setting these non-zero may risk recognizing resets */
176 /* Remove mode bits and auto-rewind bit (7) */
[all …]
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h1 /* SPDX-License-Identifier: GPL-2.0-only */
15 #include "boot.h"
41 int (*boot)(struct wl1271 *wl); member
52 u32 blks, u32 spare_blks);
257 /* Time-offset between host and chipset clocks */
313 /* Pointer that holds DMA-friendly block for the mailbox */
376 * AP-mode - links indexed by HLID. The global and broadcast links
387 /* AP-mode - a bitmap of links currently in PS mode according to FW */
390 /* AP-mode - a bitmap of links currently in PS mode in mac80211 */
402 /* AP-mode - number of currently connected stations */
[all …]
/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright 2018-2020 Broadcom.
7 #include <linux/dma-mapping.h>
49 {VK_IMAGE_TYPE_BOOT1, {"vk_a0-boot1.bin", "vk-boot1.bin"}},
50 {VK_IMAGE_TYPE_BOOT2, {"vk_a0-boot2.bin", "vk-boot2.bin"}}
53 {VK_IMAGE_TYPE_BOOT1, {"vk_b0-boot1.bin", "vk-boot1.bin"}},
54 {VK_IMAGE_TYPE_BOOT2, {"vk_b0-boot2.bin", "vk-boot2.bin"}}
58 {VK_IMAGE_TYPE_BOOT1, {"vp-boot1.bin", ""}},
59 {VK_IMAGE_TYPE_BOOT2, {"vp-boot2.bin", ""}}
88 /* Ucode boot wait time */
[all …]
/linux/fs/ext4/
H A Dext4.h1 // SPDX-License-Identifier: GPL-2.0
7 * Laboratoire MASI - Institut Blaise Pascal
38 #include <linux/percpu-rwsem.h>
61 * with DOUBLE_CHECK defined mballoc creates persistent in-core
77 printk(KERN_DEBUG "EXT4-fs DEBUG (%s, %d): %s:", \
95 pr_debug("[%s/%d] EXT4-fs (%s): ino %lu: (%s, %d): %s:" fmt, \
96 current->comm, task_pid_nr(current), \
97 ino->i_sb->s_id, ino->i_ino, __FILE__, __LINE__, \
116 /* data type for filesystem-wide blocks number */
146 * Tries to lookup in-memory data structures to find the most
[all …]