Searched defs:din (Results 1 - 25 of 71) sorted by relevance

123

/u-boot/cmd/
H A Dspi.c33 static uchar din[MAX_SPI_BYTES]; variable
/u-boot/board/kontron/sl28/
H A Dcmds.c46 u8 din = (data_in & (1 << i)) ? UFM_CTRL_DIN : 0; local
/u-boot/test/dm/
H A Dspi.c180 unsigned char din[5]; local
/u-boot/arch/arm/include/asm/arch-mvebu/
H A Dspi.h18 u32 din; /* 0x1060c */ member in struct:kwspi_registers
/u-boot/drivers/pinctrl/starfive/
H A Dpinctrl-jh7110-aon.c37 jh7110_aon_set_one_pin_mux(struct udevice *dev, unsigned int pin, unsigned int din, u32 dout, u32 doen, u32 func) argument
H A Dpinctrl-jh7110-sys.c316 jh7110_sys_set_one_pin_mux(struct udevice *dev, unsigned int pin, unsigned int din, u32 dout, u32 doen, u32 func) argument
/u-boot/board/cssi/cmpc885/
H A Dcmpc885.c106 uchar din[MAX_SPI_BYTES]; local
/u-boot/board/cssi/common/
H A Dcommon.c86 int read_eeprom(u8 *din, int len) argument
/u-boot/drivers/spi/
H A Dsandbox_spi.c64 sandbox_spi_xfer(struct udevice *slave, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmscc_bb_spi.c115 mscc_bb_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmt7620_spi.c190 mt7620_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dgxp_spi.c54 static int gxp_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, argument
H A Dnpcm_pspi.c72 npcm_pspi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Domap3_spi.c237 _spi_xfer(struct omap3_spi_priv *priv, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
446 omap3_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmvebu_a3700_spi.c38 u32 din; /* 0x1060c */ member in struct:spi_reg
91 spi_legacy_shift_byte(struct spi_reg *reg, unsigned int bytelen, const void *dout, void *din) argument
145 mvebu_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
[all...]
H A Dmxs_spi.c255 mxs_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dsoft_spi.c115 soft_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dath79_spi.c56 ath79_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Daltera_spi.c83 altera_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dexynos_spi.c324 exynos_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmpc8xxx_spi.c127 mpc8xxx_spi_xfer(struct udevice *dev, uint bitlen, const void *dout, void *din, ulong flags) argument
H A Dspi-uclass.c94 dm_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
147 spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmt7621_spi.c220 mt7621_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dkirkwood_spi.c45 _spi_xfer(struct kwspi_registers *reg, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
241 mvebu_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
[all...]
/u-boot/board/cssi/cmpcpro/
H A Dcmpcpro.c341 uchar din[MAX_SPI_BYTES]; local
[all...]

Completed in 118 milliseconds

123