Searched refs:xfer (Results 26 - 50 of 121) sorted by relevance

12345

/u-boot/drivers/spi/
H A Dmt7621_spi.c244 * be split upon multiple calls to this xfer function
290 .xfer = mt7621_spi_xfer,
H A Dmvebu_a3700_spi.c119 /* Trigger the xfer */
299 .xfer = mvebu_spi_xfer,
H A Dkirkwood_spi.c58 * TBD: 2byte xfer mode to be enabled
305 .xfer = mvebu_spi_xfer,
H A Dmeson_spifc.c199 debug("xfer len %d (%d) dout %p din %p\n", bitlen, blen, dout, din);
282 .xfer = meson_spifc_xfer,
H A Dmpc8xxx_spi.c274 .xfer = mpc8xxx_spi_xfer,
H A Dsoft_spi.c224 .xfer = soft_spi_xfer,
H A Dnpcm_pspi.c221 .xfer = npcm_pspi_xfer,
H A Docteon_spi.c558 .xfer = octeon_spi_xfer,
577 * Octeon TX2 needs a different xfer function and supports
581 octeon_spi_ops.xfer = octeontx2_spi_xfer;
H A Dcv1800b_spif.c303 .xfer = cv1800b_spi_xfer,
H A Datmel_spi.c310 .xfer = atmel_spi_xfer,
/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c195 .xfer = sandbox_i2c_rtc_xfer,
/u-boot/drivers/tpm/
H A Dtpm2_ftpm_tee.c237 .xfer = ftpm_tee_transceive,
H A Dtpm_tis_sandbox.c273 .xfer = sandbox_tpm_xfer,
/u-boot/drivers/i2c/
H A Dat91_i2c.c239 .xfer = at91_i2c_xfer,
H A Dsun8i_rsb.c267 .xfer = sun8i_rsb_xfer,
H A Dsun6i_p2wi.c214 .xfer = sun6i_p2wi_xfer,
H A Dihs_i2c.c231 .xfer = ihs_i2c_xfer,
H A Di2c-versatile.c259 .xfer = versatile_i2c_xfer,
H A Drcar_iic.c256 .xfer = rcar_iic_xfer,
H A Dintel_i2c.c284 .xfer = intel_i2c_xfer,
H A Dsynquacer_i2c.c318 .xfer = synquacer_i2c_xfer,
H A Di2c-uniphier-f.c315 .xfer = uniphier_fi2c_xfer,
/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c148 .xfer = sandbox_i2c_eeprom_xfer,
/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_power_init.c378 * @xfer: Select if the input shall be enabled or disabled
382 static void mxs_enable_4p2_dcdc_input(int xfer) argument
389 debug("SPL: %s 4P2 DC-DC Input\n", xfer ? "Enabling" : "Disabling");
391 if (xfer && (readl(&power_regs->hw_power_5vctrl) &
427 if (xfer) {
/u-boot/include/
H A Di2c.h385 * xfer() - transfer a list of I2C messages
394 int (*xfer)(struct udevice *bus, struct i2c_msg *msg, int nmsgs); member in struct:dm_i2c_ops

Completed in 170 milliseconds

12345