Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/ath79/
Ddev-usb.c187 u32 bootstrap; in ar934x_usb_setup() local
189 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_usb_setup()
190 if (bootstrap & AR934X_BOOTSTRAP_USB_MODE_DEVICE) in ar934x_usb_setup()
Dclock.c249 u32 bootstrap; in ar934x_clocks_init() local
254 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()
255 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init()
365 u32 bootstrap; in qca955x_clocks_init() local
367 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
368 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init()
Dpci.c232 u32 bootstrap; in ath79_register_pci() local
234 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ath79_register_pci()
235 if ((bootstrap & AR934X_BOOTSTRAP_PCIE_RC) == 0) in ath79_register_pci()
/linux-4.4.14/arch/arm/boot/dts/
Daks-cdu.dts71 bootstrap@0 {
72 label = "bootstrap";
Dat91-kizboxmini.dts80 bootstrap@0 {
81 label = "bootstrap";
Dat91-kizbox.dts67 bootstrap@0 {
68 label = "bootstrap";
Dat91-kizbox2.dts153 bootstrap@0 {
154 label = "bootstrap";
Dat91sam9m10g45ek.dts255 label = "bootstrap/uboot/kernel";
/linux-4.4.14/arch/mn10300/
DMakefile83 bootstrap: target
84 $(Q)$(MAKEBOOT) bootstrap
/linux-4.4.14/firmware/dsp56k/
Dbootstrap.bin.ihex26 /* DSP56001 bootstrap code */
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_dma.c759 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local
765 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap()
772 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap()
773 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap()
775 bootstrap->texture_handle = 0; in mga_dma_bootstrap()
776 bootstrap->texture_size = 0; in mga_dma_bootstrap()
779 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
/linux-4.4.14/arch/xtensa/boot/boot-elf/
DMakefile17 boot-y := bootstrap.o
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
DMakefile15 boot-y := bootstrap.o
/linux-4.4.14/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-4.4.14/Documentation/mic/
Dmic_overview.txt6 PCIe devices. The card itself runs a bootstrap after reset that
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h256 struct xt_table_info *bootstrap,
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt60 on a 2-pin "ram code" bootstrap setting on the board. The values of
/linux-4.4.14/Documentation/isdn/
DREADME.icn126 loadpg.bin - Image of the bootstrap loader.
DREADME.hysdn130 1005 First boot stage (bootstrap loader) failed
/linux-4.4.14/firmware/
DMakefile32 fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
DWHENCE351 File: dsp56k/bootstrap.bin
352 Source: dsp56k/bootstrap.asm
/linux-4.4.14/net/netfilter/
Dx_tables.c1084 struct xt_table_info *bootstrap, in xt_register_table() argument
1108 table->private = bootstrap; in xt_register_table()
/linux-4.4.14/fs/ntfs/
Dlayout.h94 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c1675 struct xt_table_info bootstrap = {0}; in arpt_register_table() local
1693 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
Dip_tables.c1925 struct xt_table_info bootstrap = {0}; in ipt_register_table() local
1942 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt313 to bootstrap things
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc547 // bootstrap processes, idle process will be last, and not return
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c1927 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local
1944 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt88 initial ramdisk loaded by your bootstrap program (please consult the
89 instructions for your bootstrap program to find out how to load an
214 passed by bootstrap! In this case, the size is selected automatically
/linux-4.4.14/mm/
Dslub.c3853 static struct kmem_cache * __init bootstrap(struct kmem_cache *static_cache) in bootstrap() function
3907 kmem_cache = bootstrap(&boot_kmem_cache); in kmem_cache_init()
3914 kmem_cache_node = bootstrap(&boot_kmem_cache_node); in kmem_cache_init()
/linux-4.4.14/Documentation/
Dxillybus.txt332 bootstrap process is done in three phases:
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h5244 struct legacy_bootstrap_region bootstrap; member