Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dimx-audmux.c63 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() argument
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()
272 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.c428 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()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7753.h104 unsigned short pdcr; member
H A Dcpu_sh7752.h104 unsigned short pdcr; member
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dimx-audmux.yaml55 For imx31-audmux and above, it is a list of tuples ptcr pdcr.
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dsh7753evb.c31 writew(0x0000, &gpio->pdcr); /* SPI0 */ in init_gpio()