Searched refs:AUREON_SPI_MISO (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/pci/ice1712/ | ||
H A D | aureon.h | 31 #define AUREON_SPI_MISO (1 << 21) macro |
H A D | aureon.c | 560 outdata |= (tmp & AUREON_SPI_MISO) ? 1 : 0; in aureon_spi_read() |