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

  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 61 static struct sdio_func *tiwlan_func = NULL; variable in typeref:struct:sdio_func
93 tiwlan_func = func;
158 if (tiwlan_func) {
159 sdio_disable_func( tiwlan_func );
160 sdio_release_host( tiwlan_func );
181 *pData = (unsigned char)sdio_f0_readb(tiwlan_func, uHwAddr, &rc);
183 *pData = (unsigned char)sdio_readb(tiwlan_func, uHwAddr, &rc);
187 sdio_f0_writeb(tiwlan_func, *pData, uHwAddr, &rc);
189 sdio_writeb(tiwlan_func, *pData, uHwAddr, &rc);
223 rc = sdio_memcpy_fromio(tiwlan_func, pHostAddr, uHwAddr, uLength)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.c 61 static struct sdio_func *tiwlan_func = NULL; variable in typeref:struct:sdio_func
93 tiwlan_func = func;
158 if (tiwlan_func) {
159 sdio_disable_func( tiwlan_func );
160 sdio_release_host( tiwlan_func );
181 *pData = (unsigned char)sdio_f0_readb(tiwlan_func, uHwAddr, &rc);
183 *pData = (unsigned char)sdio_readb(tiwlan_func, uHwAddr, &rc);
187 sdio_f0_writeb(tiwlan_func, *pData, uHwAddr, &rc);
189 sdio_writeb(tiwlan_func, *pData, uHwAddr, &rc);
223 rc = sdio_memcpy_fromio(tiwlan_func, pHostAddr, uHwAddr, uLength)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
tnetw_sdio.c 40 static struct sdio_func *tiwlan_func = NULL; variable in typeref:struct:sdio_func
50 tiwlan_func = func;
55 return tiwlan_func;

Completed in 3443 milliseconds