Lines Matching refs:temp
184 u32 temp, usbc_bit = BIT(phy->index * 2);
197 temp = readl(phyctl);
200 temp &= ~(0xff << 8);
203 temp |= ((addr + i) << 8);
204 writel(temp, phyctl);
207 temp = readb(phyctl);
209 temp |= PHYCTL_DATA;
211 temp &= ~PHYCTL_DATA;
212 temp &= ~usbc_bit;
213 writeb(temp, phyctl);
216 temp = readb(phyctl);
217 temp |= usbc_bit;
218 writeb(temp, phyctl);
220 temp = readb(phyctl);
221 temp &= ~usbc_bit;
222 writeb(temp, phyctl);