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

  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
mmc_tnetw1150_api.h 103 SDIO_Address SDIO_ConvertTNETWToSDIOMaster(Peripheral_Address, SDIO_BufferLength);
108 SDIO_Status SDIO_TNETW_Set_ELP_Reg(SDIO_Handle sdioHandle, Peripheral_Address start_addr, unsigned int data);
113 SDIO_Status SDIO_TNETW_Get_ELP_Reg(SDIO_Handle sdioHandle, Peripheral_Address start_addr, unsigned int *data);
mmc_omap_api.h 78 typedef unsigned long Peripheral_Address;
197 typedef SDIO_Address (*FConvert)(Peripheral_Address, SDIO_BufferLength);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
mmc_tnetw1150_api.c 54 Peripheral_Address mem_start_addr;
55 Peripheral_Address mem_part_size;
56 Peripheral_Address mem_end_addr;
57 Peripheral_Address reg_start_addr;
58 Peripheral_Address reg_part_size;
59 Peripheral_Address reg_end_addr;
367 static SDIO_Status config_partition(SDIO_Handle sdioHandle, int partition_no, Peripheral_Address start_addr, SDIO_BufferLength part_size)
471 SDIO_Address SDIO_ConvertTNETWToSDIOMaster(Peripheral_Address in_tnetw_address, SDIO_BufferLength packet_size)
478 Peripheral_Address tnetw_last_address = in_tnetw_address + packet_size - 1;
504 SDIO_Status SDIO_TNETW_Set_ELP_Reg(SDIO_Handle sdioHandle, Peripheral_Address start_addr, unsigned int data
    [all...]

Completed in 40 milliseconds