/Linux-v4.19/arch/mips/ath79/ |
D | clock.c | 250 u32 bootstrap; in ar934x_clocks_init() local 255 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init() 256 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init() 366 u32 bootstrap; in qca953x_clocks_init() local 368 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init() 369 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init() 451 u32 bootstrap; in qca955x_clocks_init() local 453 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init() 454 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init() 536 u32 bootstrap; in qca956x_clocks_init() local [all …]
|
D | dev-usb.c | 187 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()
|
D | pci.c | 232 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-v4.19/arch/arm/boot/dts/ |
D | aks-cdu.dts | 69 bootstrap@0 { 70 label = "bootstrap";
|
D | at91-kizboxmini.dts | 112 bootstrap@0 { 113 label = "bootstrap";
|
D | at91-kizbox.dts | 96 bootstrap@0 { 97 label = "bootstrap";
|
D | at91-kizbox2.dts | 179 bootstrap@0 { 180 label = "bootstrap";
|
D | at91-sama5d2_ptc_ek.dts | 86 label = "bootstrap";
|
D | at91sam9m10g45ek.dts | 287 label = "bootstrap/uboot/kernel";
|
/Linux-v4.19/drivers/gpu/drm/mga/ |
D | mga_dma.c | 777 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-v4.19/arch/xtensa/boot/boot-elf/ |
D | Makefile | 17 boot-y := bootstrap.o
|
/Linux-v4.19/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 15 boot-y := bootstrap.o
|
/Linux-v4.19/Documentation/devicetree/bindings/display/bridge/ |
D | toshiba,tc358767.txt | 5 - reg: i2c address of the bridge, 0x68 or 0x0f, depending on bootstrap pins
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | phy.txt | 38 bootstrap configuration caused by issues in PCB layout design.
|
/Linux-v4.19/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 98 # All cores other than the master need to wait here for SMP bootstrap
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 60 on a 2-pin "ram code" bootstrap setting on the board. The values of
|
/Linux-v4.19/Documentation/mic/ |
D | mic_overview.txt | 6 PCIe devices. The card itself runs a bootstrap after reset that
|
/Linux-v4.19/include/linux/netfilter/ |
D | x_tables.h | 310 struct xt_table_info *bootstrap,
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | amd-memory-encryption.rst | 53 encrypting bootstrap code, snapshot, migrating and debugging the guest. For more
|
/Linux-v4.19/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 155 staffing beyond the bootstrap period. This document will be updated
|
/Linux-v4.19/Documentation/isdn/ |
D | README.hysdn | 130 1005 First boot stage (bootstrap loader) failed
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 1537 struct xt_table_info bootstrap = {0}; in arpt_register_table() local 1552 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
|
D | ip_tables.c | 1764 struct xt_table_info bootstrap = {0}; in ipt_register_table() local 1779 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
|
/Linux-v4.19/fs/ntfs/ |
D | layout.h | 94 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
|
/Linux-v4.19/net/netfilter/ |
D | x_tables.c | 1431 struct xt_table_info *bootstrap, in xt_register_table() argument 1455 table->private = bootstrap; in xt_register_table()
|