Home
last modified time | relevance | path

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

/openbmc/linux/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); in r592_update_card_detect()
607 reg |= (R592_REG_MSC_IRQ_REMOVE << 16); in r592_update_card_detect()
647 if (irq_status & (R592_REG_MSC_IRQ_INSERT | R592_REG_MSC_IRQ_REMOVE)) { in r592_irq()