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

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc_linux.c 2 * BCMSDH Function Driver for the native SDIO/MMC driver in the Linux Kernel
29 #include <sdio.h> /* SDIO Specs */
76 MODULE_PARM_DESC(clockoverride, "SDIO card clock override");
143 MODULE_DEVICE_TABLE(sdio, bcmsdh_sdmmc_ids);
bcmsdspi_linux.c 31 #include <sdio.h> /* SDIO Specs */
bcmsdstd_linux.c 2 * 'Standard' SDIO HOST CONTROLLER driver - linux portion
30 #include <sdio.h> /* SDIO Specs */
bcmpcispi.c 30 #include <sdio.h> /* SDIO Specs */
146 /* Wait for power to stabilize to the SDIO Card (100msec was insufficient) */
bcmsdh.c 37 #include <bcmsdh.h> /* BRCM API for SDIO clients (such as wl, dhd) */
38 #include <bcmsdbus.h> /* common SDIO/controller interface */
39 #include <sbsdio.h> /* BRCM sdio device core */
41 #include <sdio.h> /* sdio spec */
418 /* otherwise, bad sdio access or invalid size */
bcmsdh_sdmmc.c 2 * BCMSDH Function Driver for the native SDIO/MMC driver in the Linux Kernel
32 #include <sdio.h> /* SDIO Device and Protocol Specs */
33 #include <sdioh.h> /* SDIO Host Controller Specification */
131 sd_err(("%s: SDIO Device not present\n", __FUNCTION__));
1211 sdio access will come in way
    [all...]
bcmsdspi.c 34 #include <sdio.h> /* SDIO Device and Protocol Specs */
35 #include <sdioh.h> /* SDIO Host Controller Specification */
    [all...]
bcmspibrcm.c 31 #include <sdio.h>
    [all...]
bcmsdstd.c 2 * 'Standard' SDIO HOST CONTROLLER driver
34 #include <sdio.h> /* SDIO Device and Protocol Specs */
35 #include <sdioh.h> /* SDIO Host Controller Specification */
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile 50 $(DK_ROOT)/external_drivers/sdio/linux/SdioDrv.c
73 # OS_INCS += $(EXT_DRV)/$(HOST_PLATFORM)/Linux/sdio
75 OS_INCS += $(EXT_DRV)/sdio/linux
  /system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile 50 $(DK_ROOT)/external_drivers/sdio/linux/SdioDrv.c
51 # $(DK_ROOT)/external_drivers/$(HOST_PLATFORM)/Linux/sdio/SdioDrv.c
74 # OS_INCS += $(EXT_DRV)/$(HOST_PLATFORM)/Linux/sdio
76 OS_INCS += $(EXT_DRV)/sdio/linux
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 36 * \brief The SDIO driver adapter. Platform dependent.
38 * An adaptation layer between the lower SDIO driver (in BSP) and the upper Sdio
39 * Used for issuing all SDIO transaction types towards the lower SDIO-driver.
113 MODULE_DEVICE_TABLE(sdio, sdio_wifi_ids);
322 /* Init SDIO driver and HW */
424 /* set block size for SDIO block mode */
485 CL_TRACE_END_L2("tiwlan_drv.ko", "INHERIT", "SDIO", ".ReadSync");
491 CL_TRACE_END_L2("tiwlan_drv.ko", "INHERIT", "SDIO", ".WriteSync")
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.c 36 * \brief The SDIO driver adapter. Platform dependent.
38 * An adaptation layer between the lower SDIO driver (in BSP) and the upper Sdio
39 * Used for issuing all SDIO transaction types towards the lower SDIO-driver.
113 MODULE_DEVICE_TABLE(sdio, sdio_wifi_ids);
301 /* Init SDIO driver and HW */
402 /* set block size for SDIO block mode */
454 CL_TRACE_END_L2("tiwlan_drv.ko", "INHERIT", "SDIO", ".ReadSync");
460 CL_TRACE_END_L2("tiwlan_drv.ko", "INHERIT", "SDIO", ".WriteSync")
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c 40 #include <sdio.h>
68 * bustype - pci/pcmcia/sb/sdio/etc
151 /* Try forcing SDIO core to do ALPAvail request only */
175 /* Also, disable the extra SDIO pull-ups */
354 * If we add other chiptypes (or if we need to support old sdio hosts w/o chipcommon),
1019 /* initialize the sdio core */
1034 /* switch to sdio core */
1039 SI_MSG(("si_sdio_init: For PCMCIA/SDIO Corerev %d, enable ints from core %d "
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 2 * DHD Bus Module for SDIO
44 #include <sdio.h>
88 /* Packet alignment for most efficient SDIO (can change based on platform) */
141 /* Packet free applicable unconditionally for sdio and sdspi. Conditional if
161 /* Private data for SDIO bus interaction */
171 sdpcmd_regs_t *regs; /* Registers for SDIO core */
172 uint sdpcmrev; /* SDIO core revision */
178 uint32 bus; /* gSPI or SDIO bus */
189 uint blocksize; /* Block size of SDIO transfers */
243 bool sleeping; /* Is SDIO bus sleeping? *
    [all...]

Completed in 4503 milliseconds