Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dcthw20k1.c1205 u32 i2sorg; in hw_daio_init() local
1210 i2sorg = 0x94040404; /* enable all audio out and I2S-D input */ in hw_daio_init()
1213 i2sorg &= 0xfffffffc; in hw_daio_init()
1223 i2sorg |= 1; in hw_daio_init()
1227 i2sorg |= 2; in hw_daio_init()
1231 i2sorg |= 3; in hw_daio_init()
1235 i2sorg |= 1; in hw_daio_init()
1239 hw_write_20kx(hw, I2SCTL, i2sorg); in hw_daio_init()