Searched refs:CB_CARDSTS (Results 1 – 2 of 2) sorted by relevance
/drivers/pcmcia/ | ||
D | yenta_socket.h | 18 #define CB_CARDSTS 0x00000001 /* CSTSCHG status */ macro |
D | yenta_socket.c | 224 val |= (state & CB_CARDSTS) ? SS_STSCHG : 0; in yenta_get_status() |