Home
last modified time | relevance | path

Searched refs:SPI_REG_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/pci/ca0106/
Dca0106.h558 #define SPI_REG_MASK 0x1ff /* 16-bit SPI writes have a 7-bit address */ macro
Dca0106_mixer.c550 unsigned int bit = kcontrol->private_value & SPI_REG_MASK; in spi_mute_get()
561 unsigned int bit = kcontrol->private_value & SPI_REG_MASK; in spi_mute_put()