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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dvrc4171_card.c321 uint8_t voltage, power, control, cscint; local
354 cscint = 0;
355 exca_write_byte(slot, I365_CSCINT, cscint);
358 cscint |= socket->csc_irq << 8;
361 cscint |= I365_CSC_STSCHG;
364 cscint |= I365_CSC_BVD1;
366 cscint |= I365_CSC_BVD2;
369 cscint |= I365_CSC_READY;
371 cscint |= I365_CSC_DETECT;
372 exca_write_byte(slot, I365_CSCINT, cscint);
[all...]

Completed in 107 milliseconds