Home
last modified time | relevance | path

Searched full:programmed (Results 1 – 25 of 178) sorted by relevance

12345678

/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dpf0100.c33 unsigned programmed = 0; in pmic_init() local
105 /* get device programmed state */ in pmic_init()
116 programmed++; in pmic_init()
120 return programmed; in pmic_init()
123 programmed++; in pmic_init()
127 return programmed; in pmic_init()
130 programmed++; in pmic_init()
132 switch (programmed) { in pmic_init()
134 printf("PMIC: not programmed\n"); in pmic_init()
137 printf("PMIC: programmed\n"); in pmic_init()
[all …]
H A Dpf0100.h49 /* i.e. 0: unprogrammed, 3: programmed, other: undefined prog. state */
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dpf0100.c32 unsigned programmed = 0; in pmic_init() local
104 /* get device programmed state */ in pmic_init()
115 programmed++; in pmic_init()
119 return programmed; in pmic_init()
122 programmed++; in pmic_init()
126 return programmed; in pmic_init()
129 programmed++; in pmic_init()
131 switch (programmed) { in pmic_init()
133 printf("PMIC: not programmed\n"); in pmic_init()
136 printf("PMIC: programmed\n"); in pmic_init()
[all …]
H A Dpf0100.h49 /* i.e. 0: unprogrammed, 3: programmed, other: undefined prog. state */
/openbmc/u-boot/doc/
H A DREADME.fuse6 A fuse corresponds to a single non-volatile memory bit that can be programmed
8 fuse that has not been programmed reads 0.
45 Only the bits to be programmed should be set in the input value (i.e. for
46 fuse bits that have already been programmed and hence should be left
61 fuses have already been programmed or are locked (if the SoC allows to
H A DREADME.fsl-hwconfig10 routed to the Wolfson WM8776 codec. The ngPIXIS can be programmed to
13 will be programmed accordingly. Second, the clock-frequency property
H A DREADME.spear6 The SPEAr SoC family embeds a customizable logic that can be programmed
73 environment variables. Although, we can check the mac id programmed in i2c
H A DREADME.mpc74xx14 we also don't do. The BATs are programmed just for the benefit of
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dstream_id_lsch2.h11 * are not hardwired and are programmed by sw. There are a limited number
20 * -all legacy devices get a unique stream ID assigned and programmed in
55 /* PCI - programmed in PEXn_LUT */
59 /* DPAA1 - Stream-ID that can be programmed in DPAA1 h/w */
H A Dstream_id_lsch3.h12 * devices are not hardwired and are programmed by sw. There are a limited
21 * -all legacy devices get a unique stream ID assigned and programmed in
45 * On Chasis-3 SoCs stream IDs are programmed in AMQ registers (32-bits) for
83 /* PCI - programmed in PEXn_LUT */
/openbmc/u-boot/board/davinci/da8xxevm/
H A DKconfig21 The OMAP-L138 and AM1808 SoM are programmed with
28 The DA850 EVM comes with SoM are programmed with
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.h192 * @resets: Programmed state of the reset lines.
193 * @programmed_state: The state as programmed by set_device.
296 * @programmed_state: Any programmed state of the clock. This is one of
396 * allowable programmed frequency and does not account for clock
401 * allowable programmed frequency and does not account for clock
440 * allowable programmed frequency and does not account for clock
442 * @target_freq_hz: The target clock frequency. The clock will be programmed
445 * allowable programmed frequency and does not account for clock
/openbmc/u-boot/board/gateworks/gw_ventana/
H A DREADME9 information from an EEPROM on the board programmed at the factory and supports
47 settings programmed at the factory.
68 The Gateworks Ventana boards with NAND flash have been factory programmed
83 header must be programmed in the NAND flash boot device at an offset hard
85 The image can be programmed from either U-Boot or Linux:
110 When the IMX6 eFUSE settings have been factory programmed to boot from
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dabb.c28 * transition and must be programmed with the correct time at boot. in abb_setup_timings()
29 * The value programmed into the register is the number of SYS_CLK in abb_setup_timings()
/openbmc/u-boot/board/microchip/pic32mzda/
H A DREADME12 boot-flash. Stage1 bootloader inturns locates and jumps to U-Boot programmed
/openbmc/u-boot/board/birdland/bav335x/
H A DREADME13 If the BAV335x EEPROM is populated and programmed, the board will
H A Dboard.h22 * Can be programmed during manufacturing to store fields such as
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ktls-utils/
H A Dktls-utils_1.0.0.bb4 can then be programmed into the kernel's TLS record protocol engine."
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/
H A DVPD.errors.yaml30 if they are programmed correctly.
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/swift/
H A Davsbus-enable.sh4 # start voltage to what was last programmed in VOUT_COMMAND. This should be run
/openbmc/qemu/hw/nvram/
H A Daspeed_otp.c35 * - if OTP word is even-indexed, programmed bits flip 0->1 in valid_program_data()
45 /* If any bit can be programmed, accept the request */ in valid_program_data()
H A Dtrace-events6 aspeed_otp_prog_bit(int bit) "Programmed bit %d"
/openbmc/libcper/specification/json/sections/
H A Dcper-pci-component.json56 …"description": "Number of PCI Component Programmed IO register address/data pair values present in…
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h70 Data structure containing ponters to programmed I/O functions used by the
71 emulator. This is used so that the user program can hook all programmed
75 need to override the programmed I/O functions using the X86EMU_setupPioFuncs
/openbmc/u-boot/drivers/pwm/
H A DKconfig19 programmed. Channel 4 (the last) is normally used as a timer.

12345678