Searched refs:R592_REG_MSC_IRQ_REMOVE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/memstick/host/
H A Dr592.h83 #define R592_REG_MSC_IRQ_REMOVE (1 << 9) /* detect removal / card removed */ macro
H A Dr592.c604 reg &= ~((R592_REG_MSC_IRQ_REMOVE | R592_REG_MSC_IRQ_INSERT) << 16);
607 reg |= (R592_REG_MSC_IRQ_REMOVE << 16);
647 if (irq_status & (R592_REG_MSC_IRQ_INSERT | R592_REG_MSC_IRQ_REMOVE)) {

Completed in 95 milliseconds