Searched refs:MSDC_PS_CDSTS (Results 1 – 3 of 3) sorted by relevance
174 #define MSDC_PS_CDSTS (0x1 << 1) /* R */ macro
404 inserted = (status & MSDC_PS_CDSTS) ? 0 : 1; in msdc_tasklet_card()406 inserted = (status & MSDC_PS_CDSTS) ? 1 : 0; in msdc_tasklet_card()1779 present = readl(host->base + MSDC_PS) & MSDC_PS_CDSTS; in msdc_ops_get_cd()
129 #define MSDC_PS_CDSTS (0x1 << 1) /* R */ macro