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

  /bionic/libc/kernel/arch-arm/asm/arch/
dma.h 250 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
dma.h 250 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
dma.h 250 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
dma.h 250 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
dma.h 250 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
dma.h 250 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /external/kernel-headers/original/asm-arm/arch/
dma.h 295 #define OMAP_DMA_DATA_TYPE_S32 0x02
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 807 /* due to the DMA config to 32Bit per element (OMAP_DMA_DATA_TYPE_S32) the division is by 4 */
852 omap_set_dma_transfer_params(g_drv.dma_rx_channel, OMAP_DMA_DATA_TYPE_S32, uNumOfElem , uDmaBlockCount , OMAP_DMA_SYNC_FRAME, TIWLAN_MMC_DMA_RX, OMAP_DMA_SRC_SYNC);
927 /* due to the DMA config to 32Bit per element (OMAP_DMA_DATA_TYPE_S32) the division is by 4 */
971 omap_set_dma_transfer_params(g_drv.dma_tx_channel, OMAP_DMA_DATA_TYPE_S32, uNumOfElem, uDmaBlockCount, OMAP_DMA_SYNC_FRAME, TIWLAN_MMC_DMA_TX, OMAP_DMA_DST_SYNC);
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 818 /* due to the DMA config to 32Bit per element (OMAP_DMA_DATA_TYPE_S32) the division is by 4 */
872 omap_set_dma_transfer_params(g_drv.dma_rx_channel, OMAP_DMA_DATA_TYPE_S32, uNumOfElem , uDmaBlockCount , OMAP_DMA_SYNC_FRAME, TIWLAN_MMC_DMA_RX, OMAP_DMA_SRC_SYNC);
947 /* due to the DMA config to 32Bit per element (OMAP_DMA_DATA_TYPE_S32) the division is by 4 */
989 omap_set_dma_transfer_params(g_drv.dma_tx_channel, OMAP_DMA_DATA_TYPE_S32, uNumOfElem, uDmaBlockCount, OMAP_DMA_SYNC_FRAME, TIWLAN_MMC_DMA_TX, OMAP_DMA_DST_SYNC);
    [all...]

Completed in 109 milliseconds