HomeSort by relevance Sort by last modified time
    Searched full:sdhc (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 170 bcmsdh_hc_t *sdhc = NULL; local
201 if (!(sdhc = MALLOC(osh, sizeof(bcmsdh_hc_t)))) {
207 bzero(sdhc, sizeof(bcmsdh_hc_t));
208 sdhc->osh = osh;
210 sdhc->dev = (void *)dev;
225 sdhc->sdh = sdh;
226 sdhc->oob_irq = irq;
227 sdhc->oob_flags = irq_flags;
230 sdhc->next = sdhcinfo;
231 sdhcinfo = sdhc;
262 bcmsdh_hc_t *sdhc, *prev; local
359 bcmsdh_hc_t *sdhc = NULL; local
485 bcmsdh_hc_t *sdhc, *prev; local
    [all...]
  /external/qemu/hw/
goldfish_mmc.c 240 // if storages is > 2 gig, then emulate SDHC card
243 // CSD bits borrowed from a real SDHC card, with capacity bits zeroed out
254 fprintf(stderr, "SD card too big (%lld bytes). Maximum SDHC card size is 128 gigabytes.\n", capacity);
  /frameworks/base/docs/html/guide/developing/tools/
emulator.jd     [all...]

Completed in 53 milliseconds