HomeSort by relevance Sort by last modified time
    Searched refs:resp_delay_all (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmspibrcm.h 96 bool resp_delay_all; member in struct:sdioh_info
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 494 int_val = (int32)si->resp_delay_all;
499 si->resp_delay_all = (bool)int_val;
501 if (si->resp_delay_all)
502 int_val |= RESP_DELAY_ALL;
784 if (sd->resp_delay_all == FALSE)
1144 sd->resp_delay_all = (i & 0x1) ? TRUE : FALSE;
1162 sd_trace(("dwordmode = %d, wordlen = %d, resp_delay_all = %d\n", sd->dwordmode,
1163 sd->wordlen, sd->resp_delay_all));
1188 sd->resp_delay_all = TRUE;
1189 if (sd->resp_delay_all == TRUE)
    [all...]

Completed in 765 milliseconds