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