Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/u-boot/tools/binman/test/
A D077_vblock_bad_entry.dts13 content = <&u_boot &other>;
25 other: other { label
/u-boot/doc/driver-model/
A Dmigration.rst27 switching over to using CONFIG_DM_MMC and other base driver model options in
38 other base driver model options in time for inclusion in the 2019.07 rerelease.
48 other base driver model options in time for inclusion in the 2019.07 rerelease.
83 submit patches switching over to using CONFIG_DM_PCI and other base driver
92 should submit patches switching over to using CONFIG_DM_VIDEO and other base
101 other base driver model options in time for inclusion in the 2020.07 release.
109 other base driver model options in time for inclusion in the 2021.10 release.
/u-boot/tools/patman/
A Dterminal.py43 def __eq__(self, other): argument
44 return (self.text == other.text and
45 self.newline == other.newline and
46 self.colour == other.colour and
47 self.bright == other.bright)
/u-boot/fs/btrfs/
A Dextent-io.c75 struct extent_state *other; in merge_state() local
83 other = container_of(other_node, struct extent_state, in merge_state()
85 if (other->end == state->start - 1 && in merge_state()
86 other->state == state->state) { in merge_state()
87 state->start = other->start; in merge_state()
90 btrfs_free_extent_state(other); in merge_state()
95 other = container_of(other_node, struct extent_state, in merge_state()
97 if (other->start == state->end + 1 && in merge_state()
98 other->state == state->state) { in merge_state()
99 other->start = state->start; in merge_state()
[all …]
/u-boot/drivers/pwm/
A DKconfig16 This PWM is found on Samsung Exynos 5250 and other Samsung SoCs. It
44 This PWM is found on RK3288 and other Rockchip SoCs. It supports a
61 This PWM is found SiFive's FU540 and other SoCs.
67 This PWM is found on Tegra 20 and other Nvidia SoCs. It supports
76 This PWM is found on H3, A64 and other Allwinner SoCs. It supports a
/u-boot/fs/jffs2/
A DLICENCE20 As a special exception, if other files instantiate templates or use
22 files and link them with other works to produce a work based on these
28 This exception does not invalidate any other reasons why a work based on
/u-boot/doc/
A DREADME.i2c26 each have a 'bus claim' line, which is an output that the other can see.
32 sure that the other side doesn't want it also. A detailed explanation is best
38 2. Waits a little bit for the other side to notice (slew time)
46 7. Panic. The other side is hung with the CLAIM line set.
60 wait for access to the bus assuming that the other side isn't using it.
A DREADME.sched10 in 'sched.c', it may or may not work in other cases.
24 applications must invoke thread_yield() to allow other threads to
47 - There NOT enough safety checks as are probably in the other
A DREADME.bcmns35 different images like fip.bin, nitro firmware, DDR shmo value and other backup
A DREADME.Heterogeneous-SoCs19 Code added in this file to print the DSP cores and other device's(CPRI,
44 Global structure updated for dsp cores and other components
73 DSP cores and other device's components have been added in this structure.
/u-boot/drivers/pch/
A DKconfig17 PCH provides access to the GPIO and SPI base addresses, among other
26 PCH provides access to the GPIO and SPI base addresses, among other
/u-boot/Licenses/
A DeCos-2.0.txt24 As a special exception, if other files instantiate templates or use
26 link it with other works to produce a work based on this file, this
32 This exception does not invalidate any other reasons why a work based
A Dlgpl-2.1.txt22 Free Software Foundation and other authors who decide to use it. You
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
83 Public License. It also provides other free software developers Less
97 In other cases, permission to use a particular library in non-free
118 0. This License Agreement applies to any software library or other
197 this License, whose permissions for other licensees extend to the
217 that version instead if you wish.) Do not make any other change in
328 restrictions of other proprietary libraries that do not normally
337 the Library and of the other library facilities is otherwise
[all …]
/u-boot/tools/dtoc/
A Dsrc_scan.py61 def __eq__(self, other): argument
62 return self.name == other.name
/u-boot/board/intel/edison/
A Ddsdt.asl5 * Partially based on dsdt.asl for other x86 boards
/u-boot/arch/x86/include/asm/arch-tangier/acpi/
A Dglobal_nvs.asl5 * Partially based on global_nvs.asl for other x86 platforms
/u-boot/arch/arm/dts/
A Dstm32mp15xx-dhcom-picoitx.dts52 /* spare dmas for other usage */
63 /* spare dmas for other usage */
/u-boot/board/broadcom/bcmns3/
A DKconfig20 command or any other commands specific to NS3 platform.
/u-boot/doc/usage/
A Dbase.rst19 All other commands ignore the address defined by *base*.
/u-boot/doc/device-tree-bindings/regulator/
A Dfan53555.txt10 voltage. The other one is used for the runtime voltage setting
/u-boot/drivers/led/
A DKconfig69 GPIOs may be on the SoC or some other device which provides GPIOs.
128 with respect to the other CONFIG_LED_STATUS_BIT's. Mapping the value
162 be unique with respect to the other CONFIG_LED_STATUS_BIT's. Mapping
197 be unique with respect to the other CONFIG_LED_STATUS_BIT's. Mapping
232 be unique with respect to the other CONFIG_LED_STATUS_BIT's. Mapping
267 be unique with respect to the other CONFIG_LED_STATUS_BIT's. Mapping
302 be unique with respect to the other CONFIG_LED_STATUS_BIT's. Mapping
/u-boot/doc/device-tree-bindings/net/
A Dfsl-tsec-phy.txt10 "rgmii-rxid" and "rgmii-txid" as all other connection types are detected
52 with other PHYs on the bus. The TBI PHYs are referred to by a "tbi-handle"
A Dallwinner,sun7i-a20-gmac.txt4 Please see stmmac.txt for the other unchanged properties.
/u-boot/arch/arm/mach-omap2/omap5/
A DKconfig94 option for booting and choose this when unsure about other OPPs .
118 option for booting and choose this when unsure about other OPPs .
142 option for booting and choose this when unsure about other OPPs .
/u-boot/lib/libfdt/
A DREADME22 After importing, other customizations were performed. See the

Completed in 24 milliseconds

12345678910>>...12