Searched refs:in (Results 176 - 200 of 227) sorted by relevance

12345678910

/u-boot/drivers/usb/gadget/
H A Dether.c71 * A third option is also in use. Rather than CDC Ethernet, or something
109 *in, *out, *status; member in struct:eth_dev
251 * Some systems will want different product identifers published in the
253 * parameters are in UTF-8 (superset of ASCII's 7 bit characters).
257 * Emulating them in eth_bind:
383 * There are also differences in how control requests are handled.
474 * "SAFE" loosely follows CDC WMC MDLM, violating the spec in various
475 * ways: data endpoints live in the control interface, there's no data
527 * use wMaxPacketSize big enough to fit CDC_NOTIFY_SPEED_CHANGE in one
832 /* static strings, in UT
[all...]
H A Df_sdp.c8 * This file implements the Serial Download Protocol (SDP) as specified in
269 * static strings, in UTF-8
397 * specified in the HID descriptor. This leads to longer
593 static struct usb_request *sdp_start_ep(struct usb_ep *ep, bool in) argument
597 if (in)
612 if (in)
836 panic("Error in search header, failed to jump\n");
903 printf("error in submission: %s\n",
910 printf("error in submission: %s\n",
/u-boot/include/
H A Dvsc9953.h230 #define BITS_TO_DWORD(in) (1 + (((in) - 1) / 32))
/u-boot/drivers/spi/
H A Drockchip_sfc.c508 return rockchip_sfc_read_fifo(sfc, op->data.buf.in, len);
525 dma_buf = (void *)op->data.buf.in;
H A Ddesignware_spi.c60 /* Bit fields in CTRLR0 */
96 /* Bit fields in CTRLR0 based on DWC_ssi_databook.pdf v1.01a */
104 /* Bit fields in SR, 7 bits */
114 /* Bit field in RISR */
117 #define RX_TIMEOUT 1000 /* timeout in ms */
141 u32 max_xfer; /* Maximum transfer size (in bits) */
297 * and implement dw_spi_get_clk their own way in their clock manager.
525 * any data which breaks our logic in poll_transfer() above.
548 * Configure the desired SS (slave select 0...3) in the controller
550 * automatically. So no cs_activate() etc is needed in thi
[all...]
H A Drenesas_rpc_spi.c210 * 0: On H3 ES1.x (not supported in mainline U-Boot)
265 void *din = op->data.buf.in ? op->data.buf.in : NULL;
394 * this controller will be operated in SPI mode.
H A Dcv1800b_spif.c289 memcpy(op->data.buf.in, (void *)priv->regs + op->addr.val, op->data.nbytes);
H A Dnxp_fspi.c422 * memory mapped space, return error as it didn't fit in the range
632 memcpy_fromio(op->data.buf.in, (f->ahb_addr + op->addr.val), len);
646 * Default value of water mark level is 8 bytes, hence in single
685 u8 *buf = (u8 *)op->data.buf.in;
688 * Default value of water mark level is 8 bytes, hence in single
708 buf = op->data.buf.in + i;
747 * length, since it's has not been specified in the LUT.
788 * existence of an errata and therefore discard AHB read in such cases.
801 /* Invalidate the data in the AHB buffer. */
826 /* Limit data bytes to RX FIFO in cas
[all...]
H A Dnpcm_fiu_spi.c248 /* Send cmd/addr in the begin of an transaction */
335 rx = op->data.buf.in;
H A Dmeson_spifc_a1.c278 ret = amlogic_spifc_a1_read(spifc, op->data.buf.in,
H A Dcadence_qspi.c309 if (op->data.dir == SPI_MEM_DATA_IN && op->data.buf.in) {
311 * Performing reads in DAC mode forces to read minimum 4 bytes
406 /* All other parameters are embedded in the child node */
453 * in the device tree explicitly
H A Dca_sflash.c374 data_buf = (u8 *)op->data.buf.in;
444 /* Use command in extend_access register */
/u-boot/scripts/
H A Dget_maintainer.pl8 # the files modified in a patch or for a file
96 # a) responsible for the code in question, or
426 die "$P: No MAINTAINER files found in '$path'\n" if (scalar(@mfiles) == 0);
526 ## use the filenames on the command line or find the filenames in the patchfiles
543 warn "$P: file '$file' not found in version control $!\n";
989 add_role($tmp_email, 'in file');
1062 --file-emails => add email addresses found in -f file (default: 0 (off))
1091 Used with "--git", git signators for _all_ files in and below
1097 Used with "--git-blame", does not iterate all files in directory
1113 File ".get_maintainer.conf", if it exists in th
[all...]
/u-boot/arch/arm/cpu/armv7/
H A Dstart.S91 * except if in HYP mode already
105 /* Set V=0 in CP15 SCTLR register - for VBAR to point to vector */
111 /* Set vector address in CP15 VBAR register */
162 * Intentionally swapping r0 with r2 in order to simplify the C
317 @ lines allocate in the L1 or L2 cache.
319 @ lines allocate in the L1 cache.
H A Dnonsec_virt.S39 * U-Boot calls this "software interrupt" in start.S
102 orr ip, ip, r6 @ Slot target mode in
158 * 2. allow coprocessor access in non-secure modes
165 * though, but we check this in C before calling this function.
187 * programmed in secure state. Some primary bootloaders / firmware
188 * omit this, so if the frequency is provided in the configuration,
/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c44 op->data.buf.in = buf;
118 op.data.buf.in += op.data.nbytes;
126 * Read configuration register, returning its value in the
260 * Read the status register, returning its value in the location
279 * Read the flag status register, returning its value in the location
426 * Write an address range to the nor chip. Data must be written in
438 * macronix_quad_enable() - set QE bit in Status Register.
441 * Set the Quad Enable (QE) bit in the Status Register.
506 * spansion_read_cr_quad_enable() - set QE bit in Configuration Register.
509 * Set the Quad Enable (QE) bit in th
[all...]
/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c81 * SPI driver is not loaded in driver model yet, but we have to find out
82 * if pcie should be enabled in U-Boot's device tree. Therefore we have
130 printf("Cannot set status for eth1 in U-Boot's device tree: %s!\n",
138 printf("Cannot set phy-mode for eth1 to sgmii in U-Boot device tree: %s!\n",
150 printf("Cannot set status for PCIe in U-Boot's device tree: %s!\n",
156 printf("Cannot fix PCIe regions in U-Boot's device tree!\n");
172 static int mox_do_spi(u8 *in, u8 *out, size_t size) argument
188 ret = spi_xfer(slave, size * 8, out, in, SPI_XFER_ONCE);
536 * Set the above envs to their default values, in case the user
552 * This could happen in subsequen
[all...]
/u-boot/arch/sh/lib/
H A Dmovmem.S12 !! recoded in assembly by Toshiyasu Morita
/u-boot/scripts/kconfig/
H A Dsymbol.c692 * in which case "m" becomes "y".
873 const char *sym_escape_string_value(const char *in) argument
880 reslen = strlen(in) + strlen("\"\"") + 1;
882 p = in;
899 p = in;
/u-boot/include/xen/interface/io/
H A Dring.h49 * The same for passing in an actual pointer instead of a name tag.
71 * To initialize a ring in your code you need to know the location and size
142 * This is OK in 1-for-1 request-response situations where the
210 * Use this in preference to RING_GET_REQUEST() so all processing is
246 * necessary to notify the remote end. For example, if requests are in flight
247 * in a backend, the front may be able to queue further requests without
268 * version of the FINAL_CHECK macro in your own code, which sets the event
433 unsigned char *in; /* half of the allocation */ \
/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h7 * Based on desc_constr.h file in linux drivers/crypto/caam
267 APPEND_SEQ_PTR_INTLEN(in, IN)
/u-boot/fs/erofs/
H A Ddata.c18 /* there is no hole in flatmode */
30 /* inline data should be located in the same meta block */
256 .in = raw,
/u-boot/fs/yaffs2/
H A Dyaffs_verify.c72 /* Check pages in use and soft deletions are legal */
98 /* After collection the block should be in the erased state */
103 "Block %d is in state %d after gc, should be erased",
162 * Verify the object header. oh must be valid, but obj and tags may be NULL in
255 /* Check that the chunks in the tnode tree are all correct.
410 /* Iterate through the objects in each hash entry */
446 /* Iterate through the objects in each hash entry */
457 "Object in directory %d times",
483 /* Iterate through the objects in each hash entry */
489 "Object in director
519 yaffs_verify_file_sane(struct yaffs_obj *in) argument
[all...]
/u-boot/lib/
H A Daes.c324 * Exchanges columns in each of 4 rows
362 * restores columns in each of 4 rows
399 /* recombine and mix each row in a column */
447 /* restore and un-mix each row in a column */
574 void aes_encrypt(u32 key_len, u8 *in, u8 *expkey, u8 *out) argument
581 memcpy(state, in, AES_STATECOLS * 4);
597 void aes_decrypt(u32 key_len, u8 *in, u8 *expkey, u8 *out) argument
604 memcpy(state, in, sizeof(state));
/u-boot/arch/arm/mach-sunxi/
H A Dboard.c183 #error Unsupported console port number. Please fix pin mux settings in board.c
254 * On the ARMv5 SoCs, the SPL header in SRAM is overwritten by the
255 * exception vectors in U-Boot proper, so we won't find any
256 * information there. Also the FEL stash is only valid in the SPL,
284 * signature is expected to be found in memory at the address 0x0004
287 * When booting in the FEL mode over USB, this signature is patched in
289 * signature is selected in such a way, that it can't be present in a
291 * execute the SPL in thi
[all...]

Completed in 270 milliseconds

12345678910