Searched refs:con (Results 1 – 4 of 4) sorted by relevance
/sound/soc/samsung/ |
D | s3c-i2s-v2.c | 50 static void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument 53 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon() 54 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon() 55 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon() 56 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon() 57 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon() 61 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon() 62 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon() 63 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon() 64 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon() [all …]
|
D | spdif.c | 183 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 …]
|
D | i2s.c | 349 u32 con = readl(addr + I2SCON); in i2s_txctrl() local 353 con |= CON_ACTIVE; in i2s_txctrl() 354 con &= ~CON_TXCH_PAUSE; in i2s_txctrl() 357 con |= CON_TXSDMA_ACTIVE; in i2s_txctrl() 358 con &= ~CON_TXSDMA_PAUSE; in i2s_txctrl() 360 con |= CON_TXDMA_ACTIVE; in i2s_txctrl() 361 con &= ~CON_TXDMA_PAUSE; in i2s_txctrl() 370 con |= CON_TXSDMA_PAUSE; in i2s_txctrl() 371 con &= ~CON_TXSDMA_ACTIVE; in i2s_txctrl() 373 con |= CON_TXDMA_PAUSE; in i2s_txctrl() [all …]
|
/sound/soc/ |
D | soc-dapm.c | 852 int con = 0; in is_connected_output_ep() local 925 return con; in is_connected_output_ep() 929 con += is_connected_output_ep(path->sink, list); in is_connected_output_ep() 935 widget->outputs = con; in is_connected_output_ep() 937 return con; in is_connected_output_ep() 948 int con = 0; in is_connected_input_ep() local 1033 return con; in is_connected_input_ep() 1037 con += is_connected_input_ep(path->source, list); in is_connected_input_ep() 1043 widget->inputs = con; in is_connected_input_ep() 1045 return con; in is_connected_input_ep()
|