Lines Matching defs: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) >>
1983 val = xudc_readl(xudc, PORTSC);
1987 xudc_writel(xudc, val, PORTSC);
2851 val = (xudc_readl(xudc, PORTSC) & PORTSC_PS_MASK) >> PORTSC_PS_SHIFT;
2972 val = xudc_readl(xudc, PORTSC);
2975 xudc_writel(xudc, val, PORTSC);
2990 portsc = xudc_readl(xudc, PORTSC);
2992 dev_dbg(xudc->dev, "PRC, PR, PORTSC = %#x\n", portsc);
3003 dev_dbg(xudc->dev, "PRC, Not PR, PORTSC = %#x\n", portsc);
3010 portsc = xudc_readl(xudc, PORTSC);
3012 dev_dbg(xudc->dev, "WRC, PORTSC = %#x\n", portsc);
3014 if (!(xudc_readl(xudc, PORTSC) & PORTSC_WPR))
3018 portsc = xudc_readl(xudc, PORTSC);
3020 dev_dbg(xudc->dev, "CSC, PORTSC = %#x\n", portsc);
3034 portsc = xudc_readl(xudc, PORTSC);
3038 dev_dbg(xudc->dev, "PLC, PORTSC = %#x\n", portsc);
3063 dev_warn(xudc->dev, "CEC, PORTSC = %#x\n", portsc);
3067 dev_dbg(xudc->dev, "PORTSC = %#x\n", xudc_readl(xudc, PORTSC));
3072 while ((xudc_readl(xudc, PORTSC) & PORTSC_CHANGE_MASK) ||
3449 val = xudc_readl(xudc, PORTSC);
3452 xudc_writel(xudc, val, PORTSC);
3460 val = xudc_readl(xudc, PORTSC);
3463 xudc_writel(xudc, val, PORTSC);