int_port           87 sound/soc/fsl/eukrea-tlv320.c 	int int_port = 0, ext_port;
int_port          116 sound/soc/fsl/eukrea-tlv320.c 		ret = of_property_read_u32(np, "fsl,mux-int-port", &int_port);
int_port          133 sound/soc/fsl/eukrea-tlv320.c 		int_port--;
int_port          169 sound/soc/fsl/eukrea-tlv320.c 		imx_audmux_v2_configure_port(int_port,
int_port          179 sound/soc/fsl/eukrea-tlv320.c 			IMX_AUDMUX_V2_PDCR_RXDSEL(int_port)
int_port          321 sound/soc/fsl/fsl-asoc-card.c 	int int_port, ext_port;
int_port          324 sound/soc/fsl/fsl-asoc-card.c 	ret = of_property_read_u32(np, "mux-int-port", &int_port);
int_port          339 sound/soc/fsl/fsl-asoc-card.c 	int_port--;
int_port          363 sound/soc/fsl/fsl-asoc-card.c 		ext_ptcr = IMX_AUDMUX_V2_PTCR_RFSEL(8 | int_port) |
int_port          364 sound/soc/fsl/fsl-asoc-card.c 			   IMX_AUDMUX_V2_PTCR_TFSEL(int_port) |
int_port          373 sound/soc/fsl/fsl-asoc-card.c 		ext_ptcr = IMX_AUDMUX_V2_PTCR_RCSEL(8 | int_port) |
int_port          374 sound/soc/fsl/fsl-asoc-card.c 			   IMX_AUDMUX_V2_PTCR_TCSEL(int_port) |
int_port          379 sound/soc/fsl/fsl-asoc-card.c 		ext_ptcr = IMX_AUDMUX_V2_PTCR_RFSEL(8 | int_port) |
int_port          380 sound/soc/fsl/fsl-asoc-card.c 			   IMX_AUDMUX_V2_PTCR_RCSEL(8 | int_port) |
int_port          381 sound/soc/fsl/fsl-asoc-card.c 			   IMX_AUDMUX_V2_PTCR_TFSEL(int_port) |
int_port          382 sound/soc/fsl/fsl-asoc-card.c 			   IMX_AUDMUX_V2_PTCR_TCSEL(int_port) |
int_port          398 sound/soc/fsl/fsl-asoc-card.c 			   IMX_AUDMUX_V2_PTCR_TFSEL(int_port) |
int_port          407 sound/soc/fsl/fsl-asoc-card.c 		ret = imx_audmux_v2_configure_port(int_port, 0,
int_port          415 sound/soc/fsl/fsl-asoc-card.c 	ret = imx_audmux_v2_configure_port(int_port, int_ptcr,
int_port          424 sound/soc/fsl/fsl-asoc-card.c 				IMX_AUDMUX_V2_PDCR_RXDSEL(int_port);
int_port          435 sound/soc/fsl/fsl-asoc-card.c 					   IMX_AUDMUX_V2_PDCR_RXDSEL(int_port));
int_port           78 sound/soc/fsl/imx-es8328.c 	u32 int_port, ext_port;
int_port           82 sound/soc/fsl/imx-es8328.c 	ret = of_property_read_u32(np, "mux-int-port", &int_port);
int_port           87 sound/soc/fsl/imx-es8328.c 	if (int_port > MUX_PORT_MAX || int_port == 0) {
int_port          109 sound/soc/fsl/imx-es8328.c 	int_port--;
int_port          111 sound/soc/fsl/imx-es8328.c 	ret = imx_audmux_v2_configure_port(int_port,
int_port          124 sound/soc/fsl/imx-es8328.c 			IMX_AUDMUX_V2_PDCR_RXDSEL(int_port));
int_port           59 sound/soc/fsl/imx-sgtl5000.c 	int int_port, ext_port;
int_port           62 sound/soc/fsl/imx-sgtl5000.c 	ret = of_property_read_u32(np, "mux-int-port", &int_port);
int_port           77 sound/soc/fsl/imx-sgtl5000.c 	int_port--;
int_port           79 sound/soc/fsl/imx-sgtl5000.c 	ret = imx_audmux_v2_configure_port(int_port,
int_port           92 sound/soc/fsl/imx-sgtl5000.c 			IMX_AUDMUX_V2_PDCR_RXDSEL(int_port));