Searched defs:spi_write (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | mpc8xx_spi.c | 233 ssize_t spi_write(uchar *addr, int alen, uchar *buffer, int len) in spi_write() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7757lcr/ |
| H A D | spi-boot.c | 60 #define spi_write(val, addr) (*(volatile unsigned long *)(addr)) = val macro
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7752evb/ |
| H A D | spi-boot.c | 57 #define spi_write(val, addr) (*(volatile unsigned long *)(addr)) = val macro
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7753evb/ |
| H A D | spi-boot.c | 60 #define spi_write(val, addr) (*(volatile unsigned long *)(addr)) = val macro
|
| /OK3568_Linux_fs/kernel/sound/pci/ice1712/ |
| H A D | pontis.c | 356 static void spi_write(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg, unsigned int dat… in spi_write() function
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | spi.h | 1298 spi_write(struct spi_device *spi, const void *buf, size_t len) in spi_write() function
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 137 int (*spi_write)(struct device *dev, const u8 *data, size_t len, u8 type); member
|