Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dspi.h109 struct spi_slave { struct
111 struct udevice *dev; /* struct spi_slave is dev->parentdata */ argument
112 uint max_hz;
118 unsigned int auto_merge_cs_cur;
120 uint mode;
121 unsigned int wordlen;
122 unsigned int max_read_size;
123 unsigned int max_write_size;
124 void *memory_map;
125 u8 option;
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_panel.c68 struct spi_slave *spi_slave; member