Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.4/arch/mips/ath79/
Dclock.c240 u32 bootstrap; in ar934x_clocks_init() local
245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()
246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init()
358 u32 bootstrap; in qca953x_clocks_init() local
360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init()
361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init()
441 u32 bootstrap; in qca955x_clocks_init() local
443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init()
524 u32 bootstrap; in qca956x_clocks_init() local
[all …]
/Linux-v5.4/arch/arm/boot/dts/
Daks-cdu.dts68 bootstrap@0 {
69 label = "bootstrap";
Dat91-kizboxmini.dts118 bootstrap@0 {
119 label = "bootstrap";
Dat91-kizbox.dts95 bootstrap@0 {
96 label = "bootstrap";
Dat91-kizbox2.dts178 bootstrap@0 {
179 label = "bootstrap";
Dat91sam9m10g45ek.dts286 label = "bootstrap/uboot/kernel";
Dat91-sama5d2_ptc_ek.dts86 label = "bootstrap";
/Linux-v5.4/drivers/gpu/drm/mga/
Dmga_dma.c777 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local
783 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap()
790 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap()
791 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap()
793 bootstrap->texture_handle = 0; in mga_dma_bootstrap()
794 bootstrap->texture_size = 0; in mga_dma_bootstrap()
797 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
/Linux-v5.4/arch/xtensa/boot/boot-elf/
DMakefile17 boot-y := bootstrap.o
/Linux-v5.4/arch/xtensa/boot/boot-redboot/
DMakefile15 boot-y := bootstrap.o
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmediatek-bluetooth.txt59 enter proper bootstrap mode.
67 the device is powered up to enter proper bootstrap mode when
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358767.txt5 - reg: i2c address of the bridge, 0x68 or 0x0f, depending on bootstrap pins
/Linux-v5.4/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h98 # All cores other than the master need to wait here for SMP bootstrap
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/
Dnvidia,tegra20-emc.txt64 on a 2-pin "ram code" bootstrap setting on the board. The values of
/Linux-v5.4/Documentation/mic/
Dmic_overview.rst10 PCIe devices. The card itself runs a bootstrap after reset that
/Linux-v5.4/include/linux/netfilter/
Dx_tables.h310 struct xt_table_info *bootstrap,
/Linux-v5.4/Documentation/virt/kvm/
Damd-memory-encryption.rst53 encrypting bootstrap code, snapshot, migrating and debugging the guest. For more
/Linux-v5.4/Documentation/process/
Dcode-of-conduct-interpretation.rst155 staffing beyond the bootstrap period. This document will be updated
/Linux-v5.4/Documentation/isdn/
Dhysdn.rst139 1005 First boot stage (bootstrap loader) failed
/Linux-v5.4/net/ipv4/netfilter/
Darp_tables.c1538 struct xt_table_info bootstrap = {0}; in arpt_register_table() local
1553 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
Dip_tables.c1761 struct xt_table_info bootstrap = {0}; in ipt_register_table() local
1776 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
/Linux-v5.4/fs/ntfs/
Dlayout.h80 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
/Linux-v5.4/net/netfilter/
Dx_tables.c1426 struct xt_table_info *bootstrap, in xt_register_table() argument
1450 table->private = bootstrap; in xt_register_table()
/Linux-v5.4/net/ipv6/netfilter/
Dip6_tables.c1771 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local
1786 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc535 // bootstrap processes, idle process will be last, and not return

12