Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A Dyenta_socket.h22 #define CB_PWRCYCLE 0x00000008 /* Socket powered */ macro
H A Dyenta_socket.c229 val |= (state & CB_PWRCYCLE) ? SS_POWERON | SS_READY : 0; in yenta_get_status()