Searched refs:AUREON_CS8415_CS (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/sound/pci/ice1712/ |
D | aureon.h | 30 #define AUREON_CS8415_CS (1 << 22) macro
|
D | aureon.c | 109 AUREON_CS8415_CS)); in aureon_pca9554_write() 111 tmp |= AUREON_CS8415_CS | AUREON_WM_CS; /* disable SPI devices */ in aureon_pca9554_write() 488 AUREON_WM_CS|AUREON_CS8415_CS)); in aureon_spi_write() 532 tmp = (snd_ice1712_gpio_read(ice) & ~AUREON_SPI_CLK) | AUREON_CS8415_CS|AUREON_WM_CS; in aureon_spi_read() 581 aureon_spi_write(ice, AUREON_CS8415_CS, 0x2000 | reg, 16); in aureon_cs8415_get() 582 aureon_spi_read(ice, AUREON_CS8415_CS, 0x21, 8, &val, 1); in aureon_cs8415_get() 589 aureon_spi_write(ice, AUREON_CS8415_CS, 0x2000 | reg, 16); in aureon_cs8415_read() 590 aureon_spi_read(ice, AUREON_CS8415_CS, 0x21, 8, buffer, size); in aureon_cs8415_read() 596 aureon_spi_write(ice, AUREON_CS8415_CS, 0x200000 | (reg << 8) | val, 24); in aureon_cs8415_put() 2018 snd_ice1712_gpio_set_mask(ice, ~(AUREON_WM_RESET|AUREON_WM_CS|AUREON_CS8415_CS|AUREON_HP_SEL)); in aureon_reset() [all …]
|