Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/devicetree/bindings/mtd/
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 <[email protected]>
18 - const: rockchip,px30-nfc
19 - const: rockchip,rk2928-nfc
20 - const: rockchip,rv1108-nfc
21 - items:
[all …]
/linux-6.14.4/include/linux/
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-6.14.4/arch/powerpc/boot/
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-6.14.4/arch/arm/boot/dts/rockchip/
Drk3066a-mk808.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include <dt-bindings/input/input.h>
20 stdout-path = "serial2:115200n8";
28 adc-keys {
29 compatible = "adc-keys";
30 io-channels = <&saradc 1>;
31 io-channel-names = "buttons";
32 keyup-threshold-microvolt = <2500000>;
33 poll-interval = <100>;
[all …]
/linux-6.14.4/drivers/scsi/
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 <[email protected]> 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!"
174 /* Remove mode bits and auto-rewind bit (7) */
176 (iminor(x) & ((1 << ST_MODE_SHIFT)-1)))
[all …]
/linux-6.14.4/drivers/net/wireless/ti/wlcore/
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-6.14.4/drivers/net/wireless/ti/wl12xx/
Dmain.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2008-2010 Nokia Corporation
20 #include "../wlcore/boot.h"
280 .rssi_threshold = -90,
415 /* TI-specific rate */
445 /* TI-specific rate */
589 #define WL127X_FW_NAME_MULTI "ti-connectivity/wl127x-fw-5-mr.bin"
590 #define WL127X_FW_NAME_SINGLE "ti-connectivity/wl127x-fw-5-sr.bin"
591 #define WL127X_PLT_FW_NAME "ti-connectivity/wl127x-fw-5-plt.bin"
593 #define WL128X_FW_NAME_MULTI "ti-connectivity/wl128x-fw-5-mr.bin"
[all …]
/linux-6.14.4/drivers/mtd/nand/raw/
Drockchip-nand-controller.c1 // SPDX-License-Identifier: GPL-2.0 OR MIT
5 * Author: Yifeng Zhao <yifeng.zhao@rock-chips.com>
10 #include <linux/dma-mapping.h>
30 * nand_chip->oob_poi data layout:
62 #define DMA_INC_NUM (9) /* 1 - 16 */
197 return (u8 *)p + i * chip->ecc.size; in rk_nfc_buf_to_data_ptr()
204 poi = chip->oob_poi + i * NFC_SYS_DATA_SIZE; in rk_nfc_buf_to_oob_ptr()
214 poi = chip->oob_poi + rknand->metadata_size + chip->ecc.bytes * i; in rk_nfc_buf_to_oob_ecc_ptr()
221 return chip->ecc.size + chip->ecc.bytes + NFC_SYS_DATA_SIZE; in rk_nfc_data_len()
228 return nfc->page_buf + i * rk_nfc_data_len(chip); in rk_nfc_data_ptr()
[all …]
/linux-6.14.4/drivers/misc/bcm-vk/
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-6.14.4/drivers/net/wireless/ti/wl18xx/
Dmain.c1 // SPDX-License-Identifier: GPL-2.0-only
22 #include "../wlcore/boot.h"
40 static int num_rx_desc_param = -1;
43 static int dc2dc_param = -1;
44 static int n_antennas_2_param = -1;
45 static int n_antennas_5_param = -1;
46 static int low_band_component_param = -1;
47 static int low_band_component_type_param = -1;
48 static int high_band_component_param = -1;
49 static int high_band_component_type_param = -1;
[all …]
/linux-6.14.4/fs/ext4/
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 …]