Home
last modified time | relevance | path

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

/sound/soc/samsung/
Ds3c-i2s-v2.c45 static void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
48 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon()
49 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon()
50 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon()
51 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon()
52 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon()
56 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon()
57 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon()
58 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon()
59 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon()
[all …]
Dspdif.c178 u32 con, clkcon, cstas; in spdif_hw_params() local
195 con = readl(regs + CON) & CON_MASK; in spdif_hw_params()
199 con &= ~CON_FIFO_TH_MASK; in spdif_hw_params()
200 con |= (0x7 << CON_FIFO_TH_SHIFT); in spdif_hw_params()
201 con |= CON_USERDATA_23RDBIT; in spdif_hw_params()
202 con |= CON_PCM_DATA; in spdif_hw_params()
204 con &= ~CON_PCM_MASK; in spdif_hw_params()
207 con |= CON_PCM_16BIT; in spdif_hw_params()
224 con &= ~CON_MCLKDIV_MASK; in spdif_hw_params()
227 con |= CON_MCLKDIV_256FS; in spdif_hw_params()
[all …]
Di2s.c396 u32 con = readl(addr + I2SCON); in i2s_txctrl() local
400 con |= CON_ACTIVE; in i2s_txctrl()
401 con &= ~CON_TXCH_PAUSE; in i2s_txctrl()
404 con |= CON_TXSDMA_ACTIVE; in i2s_txctrl()
405 con &= ~CON_TXSDMA_PAUSE; in i2s_txctrl()
407 con |= CON_TXDMA_ACTIVE; in i2s_txctrl()
408 con &= ~CON_TXDMA_PAUSE; in i2s_txctrl()
417 con |= CON_TXSDMA_PAUSE; in i2s_txctrl()
418 con &= ~CON_TXSDMA_ACTIVE; in i2s_txctrl()
420 con |= CON_TXDMA_PAUSE; in i2s_txctrl()
[all …]
/sound/soc/
Dsoc-dapm.c1196 int con = 0; in is_connected_ep() local
1230 con += fn(path->node[dir], list, custom_stop_condition); in is_connected_ep()
1235 widget->endpoints[dir] = con; in is_connected_ep()
1237 return con; in is_connected_ep()