Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ca0106/
H A Dca0106.h543 #define SPI_REG_MASK 0x1ff /* 16-bit SPI writes have a 7-bit address */ macro
H A Dca0106_mixer.c512 unsigned int bit = kcontrol->private_value & SPI_REG_MASK; in spi_mute_get()
523 unsigned int bit = kcontrol->private_value & SPI_REG_MASK; in spi_mute_put()