Searched refs:pdcr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | imx-audmux.c | 63 u32 pdcr, ptcr; in audmux_read_file() local 72 pdcr = readl(audmux_base + IMX_AUDMUX_V2_PDCR(port)); in audmux_read_file() 82 pdcr, ptcr); in audmux_read_file() 125 audmux_port_string((pdcr >> 13) & 0x7)); in audmux_read_file() 215 unsigned int pdcr) in imx_audmux_v2_configure_port() 232 writel(pdcr, audmux_base + IMX_AUDMUX_V2_PDCR(port)); in imx_audmux_v2_configure_port() 249 unsigned int pdcr = 0; in imx_audmux_parse_dt_defaults() local 272 pdcr |= val; in imx_audmux_parse_dt_defaults() 288 dev_err(&pdev->dev, "One pdcr value is missing in child node %pOF\n", in imx_audmux_parse_dt_defaults() 292 imx_audmux_v2_configure_port(port, ptcr, pdcr); in imx_audmux_parse_dt_defaults() 214 imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr, unsigned int pdcr) imx_audmux_v2_configure_port() argument [all...] |
H A D | wm1133-ev1.c | 252 unsigned int ptcr, pdcr; in wm1133_ev1_audio_init() local 260 pdcr = IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT5_SSI_PINS_5); in wm1133_ev1_audio_init() 261 imx_audmux_v2_configure_port(MX31_AUDMUX_PORT1_SSI0, ptcr, pdcr); in wm1133_ev1_audio_init() 264 pdcr = IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT1_SSI0); in wm1133_ev1_audio_init() 265 imx_audmux_v2_configure_port(MX31_AUDMUX_PORT5_SSI_PINS_5, ptcr, pdcr); in wm1133_ev1_audio_init()
|
H A D | imx-audmux.h | 10 unsigned int pdcr);
|
H A D | fsl-asoc-card.c | 406 unsigned int pdcr = in fsl_asoc_card_audmux_init() local 410 pdcr); in fsl_asoc_card_audmux_init() 425 unsigned int pdcr = in fsl_asoc_card_audmux_init() local 429 pdcr); in fsl_asoc_card_audmux_init()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-audmux.c | 63 u32 pdcr, ptcr; in audmux_read_file() local 70 pdcr = readl(audmux_base + IMX_AUDMUX_V2_PDCR(port)); in audmux_read_file() 78 ret = sysfs_emit(buf, "PDCR: %08x\nPTCR: %08x\n", pdcr, ptcr); in audmux_read_file() 121 audmux_port_string((pdcr >> 13) & 0x7)); in audmux_read_file() 198 unsigned int pdcr) in imx_audmux_v2_configure_port() 213 writel(pdcr, audmux_base + IMX_AUDMUX_V2_PDCR(port)); in imx_audmux_v2_configure_port() 229 unsigned int pdcr = 0; in imx_audmux_parse_dt_defaults() local 252 pdcr |= val; in imx_audmux_parse_dt_defaults() 268 dev_err(&pdev->dev, "One pdcr value is missing in child node %pOF\n", in imx_audmux_parse_dt_defaults() 272 imx_audmux_v2_configure_port(port, ptcr, pdcr); in imx_audmux_parse_dt_defaults() 197 imx_audmux_v2_configure_port(unsigned int port, unsigned int ptcr, unsigned int pdcr) imx_audmux_v2_configure_port() argument [all...] |
H A D | imx-audmux.h | 10 unsigned int pdcr);
|
H A D | fsl-asoc-card.c | 428 unsigned int pdcr = in fsl_asoc_card_audmux_init() local 432 pdcr); in fsl_asoc_card_audmux_init() 447 unsigned int pdcr = in fsl_asoc_card_audmux_init() local 451 pdcr); in fsl_asoc_card_audmux_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/ |
H A D | tx3927.h | 147 volatile unsigned long pdcr; member
|
Completed in 6 milliseconds