Home
last modified time | relevance | path

Searched full:bringup (Results 1 – 25 of 113) sorted by relevance

12345

/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c58 * @bringup: Single callback bringup or teardown selector
73 bool bringup; member
98 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
100 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
103 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
105 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
109 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
110 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
119 * @cant_stop: Bringup/teardown can't be stopped at this step
150 * @bringup: True if the bringup callback should be invoked
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-gru.dts76 regulator-always-on; // For bringup???
77 regulator-boot-on; // For bringup???
92 regulator-always-on; // For bringup???
93 regulator-boot-on; // For bringup???
/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dme_status.c93 [0x11] = "Bringup in M3",
94 [0x12] = "Bringup in M0",
143 debug("ME: Bringup Loader Failure : %s\n", in _intel_me_status()
172 case ME_GMES_PHASE_BUP: /* Bringup Phase */ in _intel_me_status()
/OK3568_Linux_fs/buildroot/package/rockchip/recovery/
H A DConfig.in30 prompt "Linux A/B bringup features."
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Ddm355.c17 /* Bringup UART0 out of reset */ in davinci_enable_uart0()
H A Ddm644x.c28 /* Bringup UART0 out of reset */ in davinci_enable_uart0()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sram/
H A Dsram.yaml165 // Samsung SMP-capable Exynos SoCs use part of the SYSRAM for the bringup
191 // Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c300 * follows the bringup documented in 10.6.3 of the manual.
302 * @interface: Interface to bringup
358 * Bringup and enable a SGMII interface. After this call packet
H A Dcvmx-helper-loop.c73 * Bringup and enable a LOOP interface. After this call packet
H A Dcvmx-helper-npi.c67 * Bringup and enable a NPI interface. After this call packet
/OK3568_Linux_fs/kernel/arch/arm/mach-keystone/
H A Dplatsmp.c34 pr_err("CPU %d bringup failed with %d\n", cpu, error); in keystone_smp_boot_secondary()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra210/
H A DKconfig10 E2220-1170 is a Tegra210 bringup board with onboard SoC, DRAM,
/OK3568_Linux_fs/kernel/security/smack/
H A DKconfig25 of access initially with the bringup mode set on the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DSmack.rst845 Bringup Mode
848 Bringup mode provides logging features that can make application
849 configuration and system bringup easier. Configure the kernel with
850 CONFIG_SECURITY_SMACK_BRINGUP to enable these features. When bringup
856 Another feature of bringup mode is the "unconfined" option. Writing
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhead64.c532 * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is
539 * during early CPU bringup. Also the idt_table has the runtime vectors
541 * which also hasn't happened yet in early CPU bringup.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.arm6416 or SMP bringup). U-Boot can be entered in EL2 when its main purpose is
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-helper-npi.h51 * Bringup and enable a NPI interface. After this call packet
H A Dcvmx-helper-loop.h50 * Bringup and enable a LOOP interface. After this call packet
H A Dcvmx-helper-spi.h48 * Bringup and enable a SPI interface. After this call packet I/O
H A Dcvmx-helper-xaui.h51 * Bringup and enable a XAUI interface. After this call packet
H A Dcvmx-helper-sgmii.h51 * Bringup and enable a SGMII interface. After this call packet
/OK3568_Linux_fs/kernel/arch/arm/common/
H A Dmcpm_platsmp.c8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpreempt.h129 /* Deferred to CPU bringup time */
/OK3568_Linux_fs/u-boot/board/freescale/m5253evbe/
H A DREADME16 2.1. For the initial bringup, we adopted a consistent memory scheme between U-Boot and
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Ds32c1i_selftest.c54 /* Simple test of S32C1I (soc bringup assist) */

12345