SS_RESET
if (state->flags & SS_RESET)
skt->socket.flags |= SS_OUTPUT_ENA | SS_RESET;
skt->socket.flags &= ~SS_RESET;
if (changed & SS_RESET) {
if (state->flags & SS_RESET) {
if ((changed & SS_RESET) && !(state->flags & SS_RESET)) {
status |= (GET_RESET(cr, sock->nr)) ? SS_READY : SS_RESET;
vcc = (s->flags & SS_RESET) ? 0 : s->Vcc;
if (!(state->flags & SS_RESET))
reg |= (state->flags & SS_RESET) ? 0 : I365_PC_RESET;
if (s->flags & SS_RESET)
if (!(state->flags & SS_RESET))
nccr |= (state->flags&SS_RESET)? 0x0080: 0;
gpio_set_value(H3XXX_EGPIO_CARD_RESET, !!(state->flags & SS_RESET));
if (state->flags & SS_RESET)
__assign_bit(n++, values, state->flags & SS_RESET);
(state->flags & SS_RESET) ? "RESET " : "",
{ SS_RESET, "SS_RESET" },
if (state->flags & SS_RESET)
if (state->flags & SS_RESET) {
status |= gpio_get_value(GPIO_RESET) ? SS_RESET : SS_READY;
if (changed & SS_RESET) {
bridge |= (state->flags & SS_RESET) ? CB_BRIDGE_CRST : 0;
reg |= (state->flags & SS_RESET) ? 0 : I365_PC_RESET;