Home
last modified time | relevance | path

Searched full:initialize (Results 1 – 25 of 2891) sorted by relevance

12345678910>>...116

/openbmc/u-boot/lib/efi_loader/
H A Defi_setup.c15 /* Initialize and populate EFI object list */
27 /* Initialize once only */ in efi_init_obj_list()
31 /* Initialize system table */ in efi_init_obj_list()
36 /* Initialize root node */ in efi_init_obj_list()
41 /* Initialize EFI driver uclass */ in efi_init_obj_list()
78 /* Initialize EFI runtime services */ in efi_init_obj_list()
/openbmc/u-boot/fs/ubifs/
H A Dkey.h79 * ino_key_init - initialize inode key.
81 * @key: key to initialize
92 * ino_key_init_flash - initialize on-flash inode key.
94 * @k: key to initialize
110 * @key: key to initialize
123 * @key: key to initialize
134 * dent_key_init - initialize directory entry key.
136 * @key: key to initialize
152 * dent_key_init_hash - initialize directory entry key without re-calculating
155 * @key: key to initialize
[all …]
/openbmc/linux/fs/ubifs/
Dkey.h
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c116 /* initialize higher level parts of CPU like timers */
184 * initialize a bunch of registers,
185 * initialize the UPM's
228 /*initialize higher level parts of CPU like timers */
275 * initialize higher level parts of CPU like timers
327 * initialize a bunch of registers,
328 * initialize the UPM's
399 * initialize higher level parts of CPU like timers
451 * initialize a bunch of registers,
452 * initialize the UPM's
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
Dr520.c
/openbmc/linux/drivers/scsi/aic94xx/
Daic94xx_seq.c
/openbmc/linux/drivers/platform/surface/aggregator/
Dssh_parser.h
/openbmc/qemu/include/hw/nvram/
H A Deeprom_at24c.h18 * Create the device state structure, initialize it, put it on the specified
29 * @init_rom: Array of bytes to initialize EEPROM memory with
32 * Create the device state structure, initialize it, put it on the specified
/openbmc/linux/arch/parisc/kernel/
Dhead.S
/openbmc/bios-bmc-smm-error-logger/include/
H A Dbuffer.hpp97 * @param[in] bmcInterfaceVersion - Used to initialize the header
98 * @param[in] queueSize - Used to initialize the header
99 * @param[in] ueRegionSize - Used to initialize the header
100 * @param[in] magicNumber - Used to initialize the header
103 virtual void initialize(uint32_t bmcInterfaceVersion, uint16_t queueSize,
195 void initialize(uint32_t bmcInterfaceVersion, uint16_t queueSize,
/openbmc/u-boot/board/freescale/m5235evb/
H A Dm5235evb.c39 /* Initialize PAR to enable SDRAM signals */ in dram_init()
55 /* Initialize DRAM Control Register: DCR */ in dram_init()
60 /* Initialize DACR0 */ in dram_init()
67 /* Initialize DMR0 */ in dram_init()
/openbmc/u-boot/arch/arm/lib/
H A Dgic_64.S20 * Initialize secure copy of GIC at EL3.
25 * Initialize Distributor
73 * Initialize secure copy of GIC at EL3.
79 * Initialize ReDistributor
112 /* Initialize Cpu Interface */
140 * Initialize SGIs and PPIs
149 /* Initialize Cpu Interface */
/openbmc/u-boot/include/
H A Dgeneric-phy.h56 * init - initialize the hardware.
64 * @phy: the PHY port to initialize
70 * exit - de-initialize the PHY device
117 * init()/deinit() are not implemented, it must not de-initialize
128 * generic_phy_init() - initialize the PHY port
130 * @phy: the PHY port to initialize
136 * generic_phy_init() - de-initialize the PHY device
/openbmc/qemu/trace/
H A Dcontrol.h29 * Initialize the event iterator struct @iter,
39 * Initialize the event iterator struct @iter,
50 * Initialize the event iterator struct @iter,
161 * Initialize the tracing backend.
202 * Initialize tracing subsystem.
/openbmc/telemetry/tests/src/mocks/
H A Dsensor_mock.hpp14 initialize(); in SensorMock()
19 initialize(); in SensorMock()
57 void initialize() in initialize() function in SensorMock
/openbmc/linux/include/linux/
Dcompletion.h
/openbmc/linux/tools/perf/util/
Dmutex.h
/openbmc/linux/drivers/staging/sm750fb/
Dddk750_swi2c.c
/openbmc/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S55 * initialize user and interrupt stack pointers
72 * initialize call depth counter
82 * initialize access to system global registers
91 * initialize SDA base pointers
115 * initialize context save areas
153 * initialize context save areas (CSAs), PCXI, LCX and FCX
182 mtcr $lcx,%d1 #; initialize LCX
183 add %d2,%d2,-2 #; CSAs to initialize -= 2
197 mtcr $fcx,%d1 #; initialize FCX
/openbmc/u-boot/board/mpc8308_p1m/
H A Dmpc8308_p1m.c75 /* Initialize TSECs first */ in board_eth_init()
80 printf("ERROR: failed to initialize TSECs.\n"); in board_eth_init()
86 printf("ERROR: failed to initialize PCI Ethernet.\n"); in board_eth_init()
/openbmc/u-boot/board/freescale/m5282evb/
H A Dm5282evb.c33 /* Initialize DRAM Control Register: DCR */ in dram_init()
39 /* Initialize DACR0 */ in dram_init()
47 /* Initialize DMR0 */ in dram_init()
/openbmc/sdbusplus/include/sdbusplus/
H A Dtimer.hpp37 // Initialize the timer in Timer()
38 initialize(); in Timer()
62 // Initialize the timer in Timer()
63 initialize(); in Timer()
161 void initialize() in initialize() function in sdbusplus::Timer
/openbmc/linux/drivers/staging/greybus/
Dfw-core.c
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dpxa2xx.c62 * 1) Initialize Asynchronous static memory controller in pxa2xx_dram_init()
69 * 2) Initialize Card Interface in pxa2xx_dram_init()
94 * 4) Initialize Timing for Sync Memory (SDCLK0) in pxa2xx_dram_init()
114 * 5) Initialize Synchronous Static Memory (Flash/Peripherals) in pxa2xx_dram_init()
117 /* Initialize SXCNFG register. Assert the enable bits. in pxa2xx_dram_init()
126 * 6) Initialize SDRAM in pxa2xx_dram_init()
/openbmc/linux/drivers/usb/gadget/function/
Du_ether.h

12345678910>>...116