Home
last modified time | relevance | path

Searched refs:pmuxcr (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/sound/soc/fsl/
Dp1022_rdk.c106 clrsetbits_be32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_UART0_I2C1_MASK, in p1022_rdk_machine_probe()
110 clrsetbits_be32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_SSI_DMA_TDM_MASK, in p1022_rdk_machine_probe()
178 clrbits32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_UART0_I2C1_MASK); in p1022_rdk_machine_remove()
179 clrbits32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_SSI_DMA_TDM_MASK); in p1022_rdk_machine_remove()
Dmpc8610_hpcd.c82 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_probe()
86 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_probe()
160 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_remove()
164 clrsetbits_be32(&guts->pmuxcr, in mpc8610_hpcd_machine_remove()
Dp1022_ds.c100 clrsetbits_be32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_UART0_I2C1_MASK, in p1022_ds_machine_probe()
104 clrsetbits_be32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_SSI_DMA_TDM_MASK, in p1022_ds_machine_probe()
174 clrbits32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_UART0_I2C1_MASK); in p1022_ds_machine_remove()
175 clrbits32(&guts->pmuxcr, CCSR_GUTS_PMUXCR_SSI_DMA_TDM_MASK); in p1022_ds_machine_remove()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dp1022_ds.c289 if ((in_be32(&guts->pmuxcr) & PMUXCR_ELBCDIU_MASK) != in p1022ds_set_monitor_port()
319 clrsetbits_be32(&guts->pmuxcr, PMUXCR_ELBCDIU_MASK, in p1022ds_set_monitor_port()
321 in_be32(&guts->pmuxcr); in p1022ds_set_monitor_port()
Dtwr_p102x.c98 setbits32(&guts->pmuxcr, MPC85xx_PMUXCR_QE(0) | in twr_p1025_setup_arch()
Dmpc85xx_rdb.c118 setbits32(&guts->pmuxcr, MPC85xx_PMUXCR_QE(0) | in mpc85xx_rdb_setup_arch()
Dmpc85xx_mds.c265 setbits32(&guts->pmuxcr, MPC85xx_PMUXCR_QE(0) | in mpc85xx_mds_qe_init()
/Linux-v4.19/include/linux/fsl/
Dguts.h56 u32 pmuxcr; /* 0x.0060 - Alternate Function Signal member
203 clrsetbits_be32(&guts->pmuxcr, 1 << shift, value << shift); in guts_set_pmuxcr_dma()