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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 84 uint32 func_cis_ptr[SDIOD_MAX_IOFUNCS]; member in struct:sdioh_info
bcmsdspi.h 99 uint32 func_cis_ptr[SDIOD_MAX_IOFUNCS]; member in struct:sdioh_info
bcmspibrcm.h 87 uint32 func_cis_ptr[SPI_MAX_IOFUNCS]; member in struct:sdioh_info
bcmsdstd.h 129 uint32 func_cis_ptr[SDIOD_MAX_IOFUNCS]; member in struct:sdioh_info
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 94 sd->func_cis_ptr[0] = sd->com_cis_ptr;
100 sd->func_cis_ptr[func] = sdioh_sdmmc_get_cisaddr(sd, SDIOD_FBR_CISPTR_0 + fbraddr);
102 __FUNCTION__, func, sd->func_cis_ptr[func]));
105 sd->func_cis_ptr[0] = sd->com_cis_ptr;
735 if (!sd->func_cis_ptr[func]) {
737 sd_err(("%s: no func_cis_ptr[%d]\n", __FUNCTION__, func));
741 sd_err(("%s: func_cis_ptr[%d]=0x%04x\n", __FUNCTION__, func, sd->func_cis_ptr[func]));
744 offset = sd->func_cis_ptr[func] + count;
    [all...]
bcmsdspi.c 544 if (!sd->func_cis_ptr[func]) {
552 offset = sd->func_cis_ptr[func] + count;
1031 sd->func_cis_ptr[0] = sd->com_cis_ptr;
1037 ptr = (uint8 *) &sd->func_cis_ptr[func];
1047 sd->func_cis_ptr[func] &= 0x0001FFFF;
1049 __FUNCTION__, func, sd->func_cis_ptr[func]));
    [all...]
bcmsdstd.c 746 if (!sd->func_cis_ptr[func]) {
754 offset = sd->func_cis_ptr[func] + count;
    [all...]

Completed in 144 milliseconds