Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/vx222/
H A Dvx222.h65 #define VX_CFG_CLOCKIN_SEL_MASK 0x00000001 // 0 (internal), 1 (AES/EBU) macro
H A Dvx222_ops.c786 chip->regCFG &= ~VX_CFG_CLOCKIN_SEL_MASK; in vx2_set_clock_source()
788 chip->regCFG |= VX_CFG_CLOCKIN_SEL_MASK; in vx2_set_clock_source()