Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/fsl/
H A Dimx-audmux.c62 u32 pdcr, ptcr; in audmux_read_file() local
69 pdcr = readl(audmux_base + IMX_AUDMUX_V2_PDCR(port)); in audmux_read_file()
77 ret = sysfs_emit(buf, "PDCR: %08x\nPTCR: %08x\n", pdcr, ptcr); in audmux_read_file()
120 audmux_port_string((pdcr >> 13) & 0x7)); in audmux_read_file()
197 unsigned int pdcr) in imx_audmux_v2_configure_port() argument
212 writel(pdcr, audmux_base + IMX_AUDMUX_V2_PDCR(port)); in imx_audmux_v2_configure_port()
228 unsigned int pdcr = 0; in imx_audmux_parse_dt_defaults() local
251 pdcr |= val; in imx_audmux_parse_dt_defaults()
271 imx_audmux_v2_configure_port(port, ptcr, pdcr); in imx_audmux_parse_dt_defaults()
H A Dimx-audmux.h10 unsigned int pdcr);
H A Dfsl-asoc-card.c419 unsigned int pdcr = in fsl_asoc_card_audmux_init() local
423 pdcr); in fsl_asoc_card_audmux_init()
438 unsigned int pdcr = in fsl_asoc_card_audmux_init() local
442 pdcr); in fsl_asoc_card_audmux_init()
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dimx-audmux.yaml55 For imx31-audmux and above, it is a list of tuples ptcr pdcr.