Lines Matching refs:PORTSC
69 #define PORTSC 0x03c
728 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS);
737 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >>
747 val = xudc_readl(xudc, PORTSC);
750 xudc_writel(xudc, val, PORTSC);
849 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >>
878 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >>
1987 val = xudc_readl(xudc, PORTSC);
1991 xudc_writel(xudc, val, PORTSC);
2855 val = (xudc_readl(xudc, PORTSC) & PORTSC_PS_MASK) >> PORTSC_PS_SHIFT;
2976 val = xudc_readl(xudc, PORTSC);
2979 xudc_writel(xudc, val, PORTSC);
2994 portsc = xudc_readl(xudc, PORTSC);
2996 dev_dbg(xudc->dev, "PRC, PR, PORTSC = %#x\n", portsc);
3007 dev_dbg(xudc->dev, "PRC, Not PR, PORTSC = %#x\n", portsc);
3014 portsc = xudc_readl(xudc, PORTSC);
3016 dev_dbg(xudc->dev, "WRC, PORTSC = %#x\n", portsc);
3018 if (!(xudc_readl(xudc, PORTSC) & PORTSC_WPR))
3022 portsc = xudc_readl(xudc, PORTSC);
3024 dev_dbg(xudc->dev, "CSC, PORTSC = %#x\n", portsc);
3038 portsc = xudc_readl(xudc, PORTSC);
3042 dev_dbg(xudc->dev, "PLC, PORTSC = %#x\n", portsc);
3067 dev_warn(xudc->dev, "CEC, PORTSC = %#x\n", portsc);
3071 dev_dbg(xudc->dev, "PORTSC = %#x\n", xudc_readl(xudc, PORTSC));
3076 while ((xudc_readl(xudc, PORTSC) & PORTSC_CHANGE_MASK) ||
3453 val = xudc_readl(xudc, PORTSC);
3456 xudc_writel(xudc, val, PORTSC);
3464 val = xudc_readl(xudc, PORTSC);
3467 xudc_writel(xudc, val, PORTSC);