Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 201) sorted by relevance

123456789

/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,armada-37xx-pinctrl.txt29 - functions jtag, gpio
33 - functions sdio, gpio
37 - functions emmc, gpio
65 - functions i2c, gpio
69 - functions i2c, gpio
73 - functions spi, gpio
77 - functions spi, gpio
81 - functions spi, gpio
93 - functions spi, gpio
131 - functions ptp, mii
[all …]
A Dbcm6838-pinctrl.txt7 - brcm,functions-count: the number of function
23 brcm,functions-count = <8>;
/u-boot/drivers/pinctrl/sunxi/
A Dpinctrl-sunxi.c31 const struct sunxi_pinctrl_function *functions; member
73 return desc->functions[func_selector].name; in sunxi_pinctrl_get_function_name()
87 desc->functions[func_selector].mux); in sunxi_pinctrl_pinmux_set()
282 .functions = sun4i_a10_pinctrl_functions,
308 .functions = sun5i_a13_pinctrl_functions,
334 .functions = sun6i_a31_pinctrl_functions,
379 .functions = sun7i_a20_pinctrl_functions,
403 .functions = sun8i_a23_pinctrl_functions,
444 .functions = sun8i_a33_pinctrl_functions,
513 .functions = sun8i_h3_pinctrl_functions,
[all …]
/u-boot/doc/develop/
A Dcyclic.rst3 Cyclic functions
7 execute code, e.g. every 100ms. Examples for such functions might be LED
8 blinking etc. The functions that are hooked into this cyclic list should
11 delayed too much. To detect cyclic functions with a too long execution
47 calling all registered cyclic functions cyclic_run() into the common
49 very often, which is necessary for the cyclic functions to get scheduled
A Denvironment.rst8 Callback functions for environment variables
12 when their values are changed. This functionality allows functions to
41 The signature of the callback functions is::
/u-boot/doc/device-tree-bindings/pci_endpoint/
A Dcdns,cdns-pcie-ep.txt8 - max-functions: Maximum number of functions that can be configured (default 1).
17 max-functions = /bits/ 8 <8>;
/u-boot/test/
A DKconfig28 bool "Unit tests for library functions"
32 Enables the 'ut lib' command which tests library functions like
57 Enables a test for the crypt-style password hash functions.
81 bool "Unit tests for logging functions"
85 Enables the 'ut log' command which tests logging functions like
90 bool "Unit tests for time functions"
93 Enables the 'ut time' command which tests that the time functions
99 bool "Unit tests for Unicode functions"
104 Enables the 'ut unicode' command which tests that the functions for
/u-boot/drivers/pinctrl/mtmips/
A DKconfig13 the pin mux functions for each available pin groups.
22 the pin mux functions for each available pin groups.
31 the pin mux functions for each available pin groups.
/u-boot/doc/
A DREADME.LED23 CONFIG_STATUS_LED_BIT is passed into the __led_* functions to identify which LED
44 General LED functions
46 The following functions should be defined:
60 The functions names explain their purpose.
73 these functions in the board specific source.
A DREADME.standalone4 1. The functions are exported by U-Boot via a jump table. The jump
10 malloc() and free() functions that will be available to standalone
18 Note that the pointers to the functions are real function pointers
37 call to the exported functions. Also, implementor of the
108 6. The code for exporting the U-Boot functions to applications is
110 language are stub functions that perform the jump through the jump
117 Note that these functions may only use call-clobbered registers;
A DREADME.davinci.nand_spl9 functions, so we can write the UBL header and the spl
80 !! Don;t forget to switch to rbl nand read/write functions with
94 !! Don;t forget to switch to rbl nand read/write functions with
100 !! Don;t forget to switch to rbl nand read/write functions with
138 - If we make the nand read/write functions in the RBL equal to
139 the functions in u-boot (as I have no RBL code, it is only
A DREADME.tee25 A client finds the TEE device via tee_find_device(). Other important functions
55 OP-TEE SMC interface provides the basic functions required by SMCCC and some
56 additional functions specific for OP-TEE. The most interesting functions are:
/u-boot/drivers/pch/
A DKconfig8 PCH allows for higher performance since the memory functions are
18 functions.
27 functions.
/u-boot/drivers/pinctrl/mscc/
A Dmscc-common.h27 unsigned char functions[MSCC_FUNC_PER_PIN]; member
38 .functions = { \
/u-boot/doc/usage/cmd/
A Dcyclic.rst17 cyclic functions.
32 See :doc:`../../develop/cyclic` for more information on cyclic functions.
A Dut.rst77 lib - library functions
78 log - logging functions
83 str - basic test of string functions
84 time - very basic test of time functions
85 unicode - Unicode functions
/u-boot/doc/develop/driver-model/
A Dlivetree.rst110 flat and live device trees. See include/dm/read.h for a list of functions.
137 Useful ofnode functions
154 directly, such as of_read_u32(). Use ofnode functions instead, to allow your
174 Other useful functions:
191 There is full phandle support for live tree. All functions make use of
215 functions.
266 The dev_read\_...() functions have two implementations. When
268 functions directly. This is useful when livetree is not enabled. The ofnode
294 functions this can be tidied up.
297 Adding new access functions
[all …]
/u-boot/examples/
A DMakefile6 subdir-ccflags-y += -finstrument-functions -DFTRACE
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci2 /// NULL check before some freeing functions is not needed.
56 msg = "WARNING: NULL check before some freeing functions is not needed."
/u-boot/board/google/chromebook_coral/
A Ddsdt.asl44 /* ACPI code for EC SuperIO functions */
46 /* ACPI code for EC functions */
/u-boot/drivers/pinctrl/
A DKconfig36 generic DT interface. If enabled, some functions become available
37 to parse common properties such as "pins", "groups", "functions" and
51 a single pin can be used for several functions. An SoC pinctrl driver
170 both the GPIO definitions and pin control functions for each
179 both the GPIO definitions and pin control functions for each
221 contains both GPIO definition and pin control functions.
230 the GPIO definitions and pin control functions for each available
247 both the GPIO definitions and pin control functions for each
278 the GPIO definitions and pin control functions for each available
288 the GPIO definitions and pin control functions for each available
[all …]
/u-boot/arch/arm/mach-npcm/npcm8xx/
A DKconfig13 supports general functions of Basebase Management Controller
/u-boot/board/nuvoton/poleg_evb/
A DKconfig20 supports general functions of Basebase Management
/u-boot/doc/device-tree-bindings/rtc/
A Dds3232.txt4 functions are provided that can be used to access the SRAM memory.
/u-boot/arch/arm/mach-npcm/npcm7xx/
A DKconfig13 supports general functions of Basebase Management

Completed in 101 milliseconds

123456789