Lines Matching defs:PORTSC
70 #define PORTSC 0x03c
727 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS);
736 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >>
746 val = xudc_readl(xudc, PORTSC);
749 xudc_writel(xudc, val, PORTSC);
839 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >>
868 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >>
1971 val = xudc_readl(xudc, PORTSC);
1975 xudc_writel(xudc, val, PORTSC);
2840 val = (xudc_readl(xudc, PORTSC) & PORTSC_PS_MASK) >> PORTSC_PS_SHIFT;
2961 val = xudc_readl(xudc, PORTSC);
2964 xudc_writel(xudc, val, PORTSC);
2979 portsc = xudc_readl(xudc, PORTSC);
2981 dev_dbg(xudc->dev, "PRC, PR, PORTSC = %#x\n", portsc);
2992 dev_dbg(xudc->dev, "PRC, Not PR, PORTSC = %#x\n", portsc);
2999 portsc = xudc_readl(xudc, PORTSC);
3001 dev_dbg(xudc->dev, "WRC, PORTSC = %#x\n", portsc);
3003 if (!(xudc_readl(xudc, PORTSC) & PORTSC_WPR))
3007 portsc = xudc_readl(xudc, PORTSC);
3009 dev_dbg(xudc->dev, "CSC, PORTSC = %#x\n", portsc);
3023 portsc = xudc_readl(xudc, PORTSC);
3027 dev_dbg(xudc->dev, "PLC, PORTSC = %#x\n", portsc);
3052 dev_warn(xudc->dev, "CEC, PORTSC = %#x\n", portsc);
3056 dev_dbg(xudc->dev, "PORTSC = %#x\n", xudc_readl(xudc, PORTSC));
3061 while ((xudc_readl(xudc, PORTSC) & PORTSC_CHANGE_MASK) ||
3438 val = xudc_readl(xudc, PORTSC);
3441 xudc_writel(xudc, val, PORTSC);
3449 val = xudc_readl(xudc, PORTSC);
3452 xudc_writel(xudc, val, PORTSC);