Searched refs:operations (Results 1 – 25 of 72) sorted by relevance
123
| /u-boot/drivers/fpga/ |
| A D | xilinx.c | 149 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 D | README.fsl_iim | 25 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 D | README.mxc_ocotp | 28 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 D | README.esbc_validate | 11 SHA-256 and RSA operations are performed using SEC block in HW.
|
| A D | README.semihosting | 7 with a host or host debugger for basic operations such as file I/O,
|
| A D | README.fuse | 56 may differ from the fusebox values. Read or sense operations can then be
|
| /u-boot/drivers/power/pmic/ |
| A D | Kconfig | 48 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 D | status.txt | 9 - sf_ops.c: SPI flash operations code. 12 - Added memory_mapped support for read operations.
|
| /u-boot/drivers/tpm/ |
| A D | Kconfig | 32 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 D | no-op.txt | 3 This driver is used to stub PHY operations in a driver (USB, SATA).
|
| /u-boot/doc/device-tree-bindings/i2c/ |
| A D | i2c-gpio.txt | 17 between gpio-toggle operations. Speed [Hz] = 1000000 / 4 * udelay[us],
|
| /u-boot/include/ |
| A D | xilinx.h | 46 struct xilinx_fpga_op *operations; /* operations */ member
|
| /u-boot/arch/arm/mach-zynq/ |
| A D | cpu.c | 24 .operations = &zynq_op,
|
| /u-boot/lib/crypto/ |
| A D | Kconfig | 5 the asymmetric keys used for public key cryptographic operations such
|
| /u-boot/drivers/fastboot/ |
| A D | Kconfig | 120 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 D | pmic-framework.rst | 105 for pmic I/O operations only. 141 - do all regulator-specific operations
|
| /u-boot/api/ |
| A D | README | 16 functional areas like networking or storage operations
|
| /u-boot/drivers/virtio/ |
| A D | Kconfig | 9 # get high performance network and disk operations, and gives most of the
|
| /u-boot/drivers/remoteproc/ |
| A D | Kconfig | 32 operations for sandbox platform.
|
| /u-boot/doc/device-tree-bindings/arm/ |
| A D | l2c2x0.txt | 24 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 D | introduction_habv4.txt | 12 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 D | Kconfig | 73 performing various IDE operations.
|
| /u-boot/doc/arch/ |
| A D | nds32.rst | 26 operations.
|
| /u-boot/drivers/pinctrl/ |
| A D | Kconfig | 42 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 D | xenguest_arm64.rst | 16 a guest system in the Xen domain and perform I/O operations using a special
|
Completed in 24 milliseconds
123