Searched refs:R592_REG_MSC_PRSNT (Results 1 – 2 of 2) sorted by relevance
81 #define R592_REG_MSC_PRSNT (1 << 1) /* card present (only status)*/ macro
475 if (!(r592_read_reg(dev, R592_REG_MSC) & R592_REG_MSC_PRSNT)) { in r592_execute_tpc()600 bool card_detected = reg & R592_REG_MSC_PRSNT; in r592_update_card_detect()