Home
last modified time | relevance | path

Searched refs:R592_REG_MSC_PRSNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/memstick/host/
H A Dr592.h81 #define R592_REG_MSC_PRSNT (1 << 1) /* card present (only status)*/ macro
H A Dr592.c474 if (!(r592_read_reg(dev, R592_REG_MSC) & R592_REG_MSC_PRSNT)) { in r592_execute_tpc()
599 bool card_detected = reg & R592_REG_MSC_PRSNT; in r592_update_card_detect()