Home
last modified time | relevance | path

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

/sound/soc/samsung/
Ds3c-i2s-v2.c49 static void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
52 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon()
53 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon()
54 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon()
55 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon()
56 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon()
60 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon()
61 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon()
62 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon()
63 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon()
[all …]
Dspdif.c183 u32 con, clkcon, cstas; in spdif_hw_params() local
200 con = readl(regs + CON) & CON_MASK; in spdif_hw_params()
204 con &= ~CON_FIFO_TH_MASK; in spdif_hw_params()
205 con |= (0x7 << CON_FIFO_TH_SHIFT); in spdif_hw_params()
206 con |= CON_USERDATA_23RDBIT; in spdif_hw_params()
207 con |= CON_PCM_DATA; in spdif_hw_params()
209 con &= ~CON_PCM_MASK; in spdif_hw_params()
212 con |= CON_PCM_16BIT; in spdif_hw_params()
229 con &= ~CON_MCLKDIV_MASK; in spdif_hw_params()
232 con |= CON_MCLKDIV_256FS; in spdif_hw_params()
[all …]
Di2s.c371 u32 con = readl(addr + I2SCON); in i2s_txctrl() local
375 con |= CON_ACTIVE; in i2s_txctrl()
376 con &= ~CON_TXCH_PAUSE; in i2s_txctrl()
379 con |= CON_TXSDMA_ACTIVE; in i2s_txctrl()
380 con &= ~CON_TXSDMA_PAUSE; in i2s_txctrl()
382 con |= CON_TXDMA_ACTIVE; in i2s_txctrl()
383 con &= ~CON_TXDMA_PAUSE; in i2s_txctrl()
392 con |= CON_TXSDMA_PAUSE; in i2s_txctrl()
393 con &= ~CON_TXSDMA_ACTIVE; in i2s_txctrl()
395 con |= CON_TXDMA_PAUSE; in i2s_txctrl()
[all …]
/sound/soc/
Dsoc-dapm.c1143 int con = 0; in is_connected_ep() local
1177 con += fn(path->node[dir], list, custom_stop_condition); in is_connected_ep()
1182 widget->endpoints[dir] = con; in is_connected_ep()
1184 return con; in is_connected_ep()