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

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi.c 97 sd_err(("sdioh_attach: out of memory, malloced %d bytes\n", MALLOCED(osh)));
104 sd_err(("%s: spi_osinit() failed\n", __FUNCTION__));
125 sd_err(("%s: spi_hw_attach() failed\n", __FUNCTION__));
133 sd_err(("%s:sdspi_driver_init() failed()\n", __FUNCTION__));
142 sd_err(("%s: spi_register_irq() failed for irq = %d\n", __FUNCTION__, irq));
395 sd_err(("set clock failed!\n"));
452 sd_err(("Failed changing highspeed mode to %d.\n", sd_hiok));
475 sd_err(("IOV_HOSTREG unsupported\n"));
554 sd_err(("%s: regread failed: Can't read CIS\n", __FUNCTION__));
591 sd_err(("%s: rsp5 flags is 0x%x func=%d\n"
    [all...]
bcmsdh_sdmmc.c 113 sd_err(("bcmsdh_sdmmc: Failed to enable F1 Err: 0x%08x", err_ret));
131 sd_err(("%s: SDIO Device not present\n", __FUNCTION__));
136 sd_err(("sdioh_attach: out of memory, malloced %d bytes\n", MALLOCED(osh)));
142 sd_err(("%s:sdioh_sdmmc_osinit() failed\n", __FUNCTION__));
160 sd_err(("bcmsdh_sdmmc: Failed to set F1 blocksize\n"));
173 sd_err(("bcmsdh_sdmmc: Failed to set F2 blocksize to %d\n",
226 sd_err(("%s: error for read SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err));
238 sd_err(("%s: error for write SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err));
256 sd_err(("%s: error for read SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err));
269 sd_err(("%s: error for write SDIO_CCCR_IENx : 0x%x\n", __FUNCTION__, err))
    [all...]
bcmsdspi_linux.c 75 sd_err(("%s: Hey Bogus intr...not even initted: irq %d\n", __FUNCTION__, irq));
96 sd_err(("%s: request_irq() failed\n", __FUNCTION__));
162 sd_err(("%s: Card & Host are not initted - bailing\n", __FUNCTION__));
167 sd_err(("%s: no handler registered, will not enable\n", __FUNCTION__));
199 sd_err(("%s: Already locked!\n", __FUNCTION__));
bcmsdstd.c 194 sd_err(("sdioh_attach: out of memory, malloced %d bytes\n", MALLOCED(osh)));
201 sd_err(("%s:sdstd_osinit() failed\n", __FUNCTION__));
209 sd_err(("%s:ioremap() failed\n", __FUNCTION__));
235 sd_err(("%s:driver_init() failed()\n", __FUNCTION__));
252 sd_err(("%s: sdstd_register_irq() failed for irq = %d\n", __FUNCTION__, irq));
550 sd_err(("set clock failed!\n"));
564 sd_err(("set SD Slot power failed!\n"));
567 sd_err(("SD Slot Powered ON.\n"));
574 sd_err(("SD Slot Powered OFF.\n"));
588 sd_err(("sdstd_start_clock failed\n"))
    [all...]
bcmpcispi.c 78 sd_err(("%s: out of memory, malloced %d bytes\n", __FUNCTION__, MALLOCED(osh)));
90 sd_err(("Host controller %d not supported, please upgrade to rev >= 3\n", si->rev));
95 sd_err(("Attaching to Generic PCI SPI Host Controller Rev %d\n", si->rev));
113 sd_err(("Mapped PCI Core regs to BAR0 at %p\n", si->pciregs));
119 sd_err(("Mapped SPI Controller regs to BAR1 at %p\n", si->regs));
124 sd_err(("Mapped SPI Controller regs to BAR0 at %p\n", si->regs));
152 sd_err(("%s: no card detected in SD slot\n", __FUNCTION__));
225 sd_err(("%s: timeout waiting for PLL to lock\n", __FUNCTION__));
248 sd_err(("%s: divisor %d too large; using max of 2048\n", __FUNCTION__, div));
265 sd_err(("%s: error switching to external clock\n", __FUNCTION__))
    [all...]
bcmspibrcm.c 100 sd_err(("%s: out of memory, malloced %d bytes\n", __FUNCTION__, MALLOCED(osh)));
106 sd_err(("%s: spi_osinit() failed\n", __FUNCTION__));
127 sd_err(("%s: spi_hw_attach() failed\n", __FUNCTION__));
134 sd_err(("%s: bcmspi_driver_init() failed()\n", __FUNCTION__));
142 sd_err(("%s: spi_register_irq() failed for irq = %d\n", __FUNCTION__, irq));
159 sd_err(("%s: detaching from hardware\n", __FUNCTION__));
234 sd_err(("%s: Failed to set dwordmode in gSPI\n", __FUNCTION__));
250 sd_err(("%s: Failed to set dwordmode in gSPI\n", __FUNCTION__));
396 sd_err(("%s: set clock failed\n", __FUNCTION__));
437 sd_err(("%s: Failed changing highspeed mode to %d.\n"
    [all...]
bcmsdstd_linux.c 65 sd_err(("%s: Hey Bogus intr...not even initted: irq %d\n", __FUNCTION__, irq));
86 sd_err(("%s: request_irq() failed\n", __FUNCTION__));
152 sd_err(("%s: Card & Host are not initted - bailing\n", __FUNCTION__));
157 sd_err(("%s: no handler registered, will not enable\n", __FUNCTION__));
189 sd_err(("%s: Already locked! called from %p\n",
bcmsdh_sdmmc_linux.c 197 sd_err(("%s: no handler registered, will not enable\n", __FUNCTION__));
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 30 #define sd_err(x) macro
bcmsdspi.h 29 #define sd_err(x) macro
bcmspibrcm.h 17 #define sd_err(x) macro
bcmsdstd.h 29 #define sd_err(x) do { if (sd_msglevel & SDH_ERROR_VAL) printf x; } while (0) macro

Completed in 126 milliseconds