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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 82 uint8 num_funcs; /* Supported funcs on client */ member in struct:sdioh_info
bcmsdspi.h 97 uint8 num_funcs; /* Supported funcs on client */ member in struct:sdioh_info
bcmspibrcm.h 84 uint8 num_funcs; /* Supported funcs on client */ member in struct:sdioh_info
bcmsdstd.h 127 uint8 num_funcs; /* Supported funcs on client */ member in struct:sdioh_info
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 99 func <= sd->num_funcs; func++, fbraddr += SDIOD_FBR_SIZE) {
147 sd->num_funcs = 2;
358 return sd->num_funcs;
468 if ((uint32)int_val > si->num_funcs) {
482 if (func > si->num_funcs) {
    [all...]
bcmsdspi.c 218 return sd->num_funcs;
330 if ((uint32)int_val > si->num_funcs) {
344 if (func > si->num_funcs) {
854 if (sd->num_funcs == 0) {
864 if (sd->num_funcs >= 2) {
969 sd_err(("num_funcs = %d\n", GFIELD(cmd_rsp, RSP4_NUM_FUNCS)));
979 sd->num_funcs = GFIELD(cmd_rsp, RSP4_NUM_FUNCS);
1036 func <= sd->num_funcs; func++, fbraddr += SDIOD_FBR_SIZE) {
    [all...]
bcmspibrcm.c 209 return (sd->num_funcs > 1) ? BCM4329_D11NDUAL_ID : BCM4318_D11G_ID;
259 return sd->num_funcs;
363 if ((uint32)int_val > si->num_funcs) {
1020 sd->num_funcs = SPI_MAX_IOFUNCS;
    [all...]
bcmsdstd.c 332 return sd->num_funcs;
479 if ((uint32)int_val > si->num_funcs) {
493 if (func > si->num_funcs) {
    [all...]
  /external/chromium/base/
pe_image.cc 241 UINT num_funcs = exports->NumberOfFunctions; local
249 for (UINT count = 0; count < num_funcs; count++) {

Completed in 73 milliseconds