Home
last modified time | relevance | path

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

/u-boot/include/
A Dspi.h397 struct dm_spi_ops { struct
415 int (*claim_bus)(struct udevice *dev);
426 int (*release_bus)(struct udevice *dev);
438 int (*set_wordlen)(struct udevice *dev, unsigned int wordlen);
463 int (*xfer)(struct udevice *dev, unsigned int bitlen, const void *dout,
473 const struct spi_controller_mem_ops *mem_ops;
482 int (*set_speed)(struct udevice *bus, uint hz);
494 int (*set_mode)(struct udevice *bus, uint mode);
510 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info);
522 int (*get_mmap)(struct udevice *dev, ulong *map_basep,

Completed in 7 milliseconds