Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 72) sorted by relevance

123

/u-boot/drivers/fpga/
A Dxilinx.c149 if (!desc->operations || !desc->operations->load) { in xilinx_load()
154 return desc->operations->load(desc, buf, bsize, bstype); in xilinx_load()
166 if (!desc->operations || !desc->operations->loadfs) { in xilinx_loadfs()
171 return desc->operations->loadfs(desc, buf, bsize, fpga_fsinfo); in xilinx_loadfs()
184 if (!desc->operations || !desc->operations->loads) { in xilinx_loads()
189 return desc->operations->loads(desc, buf, bsize, fpga_sec_info); in xilinx_loads()
200 if (!desc->operations || !desc->operations->dump) { in xilinx_dump()
205 return desc->operations->dump(desc, buf, bsize); in xilinx_dump()
283 if (desc->operations && desc->operations->info) in xilinx_info()
284 desc->operations->info(desc); in xilinx_info()
/u-boot/doc/
A DREADME.fsl_iim25 Fuse operations:
28 Read operations are implemented as read accesses to the shadow registers,
33 Sense operations are implemented as explained in 30.4.5.2.
36 Program operations are implemented as explained in 30.4.5.3. Following
42 Override operations are implemented as write accesses to the shadow
A DREADME.mxc_ocotp28 Fuse operations:
31 Read operations are implemented as read accesses to the shadow registers,
36 Sense operations are implemented as the direct fusebox read explained by
40 Program operations are implemented as explained by the steps in 46.2.1.3.
45 Override operations are implemented as write accesses to the shadow
A DREADME.esbc_validate11 SHA-256 and RSA operations are performed using SEC block in HW.
A DREADME.semihosting7 with a host or host debugger for basic operations such as file I/O,
A DREADME.fuse56 may differ from the fusebox values. Read or sense operations can then be
/u-boot/drivers/power/pmic/
A DKconfig48 for PMIC DA9063. The driver implements read/write operations.
55 for PMIC DA9063. The driver implements read/write operations.
70 for PMIC BD71837. The driver implements read/write operations.
78 operations.
99 for PMIC MP5416. The driver implements read/write operations.
107 operations.
149 for PMIC MAX8998. The driver implements read/write operations.
163 for PMIC MAX8997. The driver implements read/write operations.
196 This driver implements register read/write operations.
218 - sandbox PMIC I/O driver - implements dm pmic operations
[all …]
/u-boot/doc/SPI/
A Dstatus.txt9 - sf_ops.c: SPI flash operations code.
12 - Added memory_mapped support for read operations.
/u-boot/drivers/tpm/
A DKconfig32 The usual tpm operations and the 'tpm' command can be used to talk
41 The usual tpm operations and the 'tpm' command can be used to talk
65 The usual tpm operations and the 'tpm' command can be used to talk
83 The usual tpm operations and the 'tpm' command can be used to talk
92 The usual tpm operations and the 'tpm' command can be used to talk
154 The usual TPM operations and the 'tpm' command can be used to talk
/u-boot/doc/device-tree-bindings/phy/
A Dno-op.txt3 This driver is used to stub PHY operations in a driver (USB, SATA).
/u-boot/doc/device-tree-bindings/i2c/
A Di2c-gpio.txt17 between gpio-toggle operations. Speed [Hz] = 1000000 / 4 * udelay[us],
/u-boot/include/
A Dxilinx.h46 struct xilinx_fpga_op *operations; /* operations */ member
/u-boot/arch/arm/mach-zynq/
A Dcpu.c24 .operations = &zynq_op,
/u-boot/lib/crypto/
A DKconfig5 the asymmetric keys used for public key cryptographic operations such
/u-boot/drivers/fastboot/
A DKconfig120 The fastboot "flash" and "erase" commands normally does operations
131 The fastboot "flash" and "erase" commands support operations on
142 The fastboot "flash" and "erase" commands support operations on
/u-boot/doc/driver-model/
A Dpmic-framework.rst105 for pmic I/O operations only.
141 - do all regulator-specific operations
/u-boot/api/
A DREADME16 functional areas like networking or storage operations
/u-boot/drivers/virtio/
A DKconfig9 # get high performance network and disk operations, and gives most of the
/u-boot/drivers/remoteproc/
A DKconfig32 operations for sandbox platform.
/u-boot/doc/device-tree-bindings/arm/
A Dl2c2x0.txt24 maintenance operations on L1 are broadcasted to the L2 and L2
81 will randomly hang unless outer sync operations are disabled.
/u-boot/doc/imx/habv4/
A Dintroduction_habv4.txt12 operations.
87 order is (sign and then encrypt, or encrypt and then sign), both operations
125 operations and should be present in the final image structure encapsulated
/u-boot/drivers/block/
A DKconfig73 performing various IDE operations.
/u-boot/doc/arch/
A Dnds32.rst26 operations.
/u-boot/drivers/pinctrl/
A DKconfig42 operations.
169 rejection of unwanted pulses from key or push button operations. You
232 messages when pinctrl operations are invoked.
/u-boot/doc/board/xen/
A Dxenguest_arm64.rst16 a guest system in the Xen domain and perform I/O operations using a special

Completed in 24 milliseconds

123