Searched refs:sspsp (Results 1 – 3 of 3) sorted by relevance
132 u32 sspsp = readl(&priv->regs->sspsp); in init_sspsp() local134 sspsp &= SSP_PSP_RESERVED; in init_sspsp()135 sspsp |= priv->sclk_mode << SSP_PSP_SCMODE_SHIFT; in init_sspsp()140 sspsp |= priv->sclk_frame_width << SSP_PSP_SFRMWDTH_SHIFT; in init_sspsp()144 sspsp |= SSP_PSP_FSRT; in init_sspsp()146 sspsp &= ~SSP_PSP_FSRT; in init_sspsp()150 sspsp |= SSP_PSP_SFRMP; in init_sspsp()152 sspsp &= ~SSP_PSP_SFRMP; in init_sspsp()156 sspsp &= ~SSP_PSP_ETDS; in init_sspsp()158 sspsp |= SSP_PSP_ETDS; in init_sspsp()[all …]
59 u32 sspsp; /* 0x2c */ member
31 u32 sspsp; /* SSP Programmable Serial Protocol Register - 0x02C */ member
Completed in 5 milliseconds