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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dr852.h53 #define R852_CARD_IRQ_INSERT 0x08 /* detect card insert */ macro
H A Dr852.c604 card_detect_reg &= ~(R852_CARD_IRQ_REMOVE | R852_CARD_IRQ_INSERT);
608 R852_CARD_IRQ_REMOVE : R852_CARD_IRQ_INSERT;
769 if (card_status & (R852_CARD_IRQ_INSERT|R852_CARD_IRQ_REMOVE)) {
772 dev->card_detected = !!(card_status & R852_CARD_IRQ_INSERT);

Completed in 67 milliseconds