Searched defs:dm_spi_ops (Results 1 – 1 of 1) sorted by relevance
/u-boot/include/ |
A D | spi.h | 395 struct dm_spi_ops { struct 413 int (*claim_bus)(struct udevice *dev); 424 int (*release_bus)(struct udevice *dev); 436 int (*set_wordlen)(struct udevice *dev, unsigned int wordlen); 461 int (*xfer)(struct udevice *dev, unsigned int bitlen, const void *dout, 471 const struct spi_controller_mem_ops *mem_ops; 480 int (*set_speed)(struct udevice *bus, uint hz); 492 int (*set_mode)(struct udevice *bus, uint mode); 508 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); 520 int (*get_mmap)(struct udevice *dev, ulong *map_basep,
|
Completed in 8 milliseconds