Searched refs:AUREON_CS8415_CS (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ice1712/ |
D | aureon.h | 44 #define AUREON_CS8415_CS (1 << 22) macro
|
D | aureon.c | 123 AUREON_CS8415_CS)); in aureon_pca9554_write() 125 tmp |= AUREON_CS8415_CS | AUREON_WM_CS; /* disable SPI devices */ in aureon_pca9554_write() 502 AUREON_WM_CS|AUREON_CS8415_CS)); in aureon_spi_write() 546 tmp = (snd_ice1712_gpio_read(ice) & ~AUREON_SPI_CLK) | AUREON_CS8415_CS|AUREON_WM_CS; in aureon_spi_read() 595 aureon_spi_write(ice, AUREON_CS8415_CS, 0x2000 | reg, 16); in aureon_cs8415_get() 596 aureon_spi_read(ice, AUREON_CS8415_CS, 0x21, 8, &val, 1); in aureon_cs8415_get() 603 aureon_spi_write(ice, AUREON_CS8415_CS, 0x2000 | reg, 16); in aureon_cs8415_read() 604 aureon_spi_read(ice, AUREON_CS8415_CS, 0x21, 8, buffer, size); in aureon_cs8415_read() 610 aureon_spi_write(ice, AUREON_CS8415_CS, 0x200000 | (reg << 8) | val, 24); in aureon_cs8415_put() 2035 snd_ice1712_gpio_set_mask(ice, ~(AUREON_WM_RESET|AUREON_WM_CS|AUREON_CS8415_CS|AUREON_HP_SEL)); in aureon_reset() [all …]
|