Searched refs:SPI_BLK_CNT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/spi/ | ||
H A D | spi-tegra20-sflash.c | 74 #define SPI_BLK_CNT(count) (((count) & 0xffff) + 1) macro |
H A D | spi-tegra114.c | 92 #define SPI_BLK_CNT(val) (((val) >> 0) & 0xFFFF) macro |