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

123

/u-boot/board/kontron/sl28/
H A Dcmds.c45 u8 din = (data_in & (1 << i)) ? UFM_CTRL_DIN : 0; local
/u-boot/cmd/
H A Dspi.c34 static uchar din[MAX_SPI_BYTES]; variable
/u-boot/test/dm/
H A Dspi.c181 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 Dmscc_bb_spi.c116 mscc_bb_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dsandbox_spi.c65 sandbox_spi_xfer(struct udevice *slave, 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 Daltera_spi.c84 altera_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dath79_spi.c57 ath79_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmxs_spi.c256 mxs_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmt7621_spi.c221 mt7621_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmvebu_a3700_spi.c39 u32 din; /* 0x1060c */ member in struct:spi_reg
92 spi_legacy_shift_byte(struct spi_reg *reg, unsigned int bytelen, const void *dout, void *din) argument
146 mvebu_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
[all...]
H A Dmpc8xx_spi.c163 mpc8xx_spi_xfer_one(struct udevice *dev, size_t count, const void *dout, void *din) argument
247 mpc8xx_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...]
H A Dexynos_spi.c325 exynos_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
H A Dmpc8xxx_spi.c128 mpc8xxx_spi_xfer(struct udevice *dev, uint bitlen, const void *dout, void *din, ulong flags) argument
H A Dspi-uclass.c95 dm_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
148 spi_xfer(struct spi_slave *slave, 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
/u-boot/board/cssi/cmpcpro/
H A Dcmpcpro.c342 uchar din[MAX_SPI_BYTES]; local
[all...]
/u-boot/drivers/net/
H A De1000_spi.c28 uint8_t *din = din_mem; local

Completed in 274 milliseconds

123