Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A Dyenta_socket.h19 #define CB_CARDSTS 0x00000001 /* CSTSCHG status */ macro
H A Dyenta_socket.c227 val |= (state & CB_CARDSTS) ? SS_STSCHG : 0; in yenta_get_status()