Searched defs:dm_spi_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 371 struct dm_spi_ops { struct 389 int (*claim_bus)(struct udevice *dev); 400 int (*release_bus)(struct udevice *dev); 412 int (*set_wordlen)(struct udevice *dev, unsigned int wordlen); 437 int (*xfer)(struct udevice *dev, unsigned int bitlen, const void *dout, 447 const struct spi_controller_mem_ops *mem_ops; 456 int (*set_speed)(struct udevice *bus, uint hz); 468 int (*set_mode)(struct udevice *bus, uint mode); 484 int (*cs_info)(struct udevice *bus, uint cs, struct spi_cs_info *info); 496 int (*get_mmap)(struct udevice *dev, ulong *map_basep,
|