Home
last modified time | relevance | path

Searched defs:dm_spi_ops (Results 1 – 1 of 1) sorted by relevance

/include/
A Dspi.h415 struct dm_spi_ops { struct
433 int (*claim_bus)(struct udevice *dev);
444 int (*release_bus)(struct udevice *dev);
456 int (*set_wordlen)(struct udevice *dev, unsigned int wordlen);
481 int (*xfer)(struct udevice *dev, unsigned int bitlen, const void *dout,
491 const struct spi_controller_mem_ops *mem_ops;
500 int (*set_speed)(struct udevice *bus, uint hz);
512 int (*set_mode)(struct udevice *bus, uint mode);
528 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info);
540 int (*get_mmap)(struct udevice *dev, ulong *map_basep,
[all …]

Completed in 4 milliseconds