Searched refs:uCount (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
H A Dqueue.c54 TI_UINT32 uCount; /* Current number of nodes in queue */ member in struct:__anon1893
56 TI_UINT32 uMaxCount; /* Maximum uCount value (for debug) */
183 if (pQue->uCount)
239 if(pQue->uCount < pQue->uLimit)
254 pQue->uCount++;
257 if (pQue->uCount > pQue->uMaxCount)
259 pQue->uMaxCount = pQue->uCount;
297 if (pQue->uCount)
305 pQue->uCount--;
342 if (pQue->uCount < pQu
[all...]
/hardware/ti/wlan/wl1271/platforms/hw/linux/
H A DSdioAdapter.c297 unsigned long uCount = 0; local
375 uCount++;
377 } while ((uByte != SDIO_BITS_CODE) && (uCount < MAX_RETRIES));
379 uCount = 0;
394 uCount++;
396 } while ((uByte != 4) && (uCount < MAX_RETRIES));
401 uCount = 0;
415 uCount++;
417 } while ((uByte != 3) && (uCount < MAX_RETRIES));
422 uCount
[all...]
/hardware/ti/omap3/dspbridge/inc/
H A DDSPManager.h150 * uCount : number of elements in above array
159 aNotifications, UINT uCount,
H A Dsync.h321 * uCount: Number of event handles.
339 hSyncEvents, IN UINT uCount,
H A Dwcdioctl.h104 UINT uCount; member in struct:__anon558::__anon563
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPManager.h150 * uCount : number of elements in above array
159 aNotifications, UINT uCount,
H A Dsync.h321 * uCount: Number of event handles.
339 hSyncEvents, IN UINT uCount,
H A Dwcdioctl.h104 UINT uCount; member in struct:__anon635::__anon640
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPManager.c255 UINT uCount, OUT UINT *puIndex, UINT uTimeout)
265 if (uCount) {
270 tempStruct.ARGS_MGR_WAIT.uCount = uCount;
254 DSPManager_WaitForEvents(struct DSP_NOTIFICATION **aNotifications, UINT uCount, OUT UINT *puIndex, UINT uTimeout) argument
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
H A DeventMbox.c67 TI_UINT32 uCount; member in struct:__anon1024
742 TRACE2(pEventMbox->hReport, REPORT_SEVERITY_CONSOLE, " %d) Event Name = EVENT , Number of Event = %d\n", i, pEventMbox->CbTable[i].uCount);

Completed in 4903 milliseconds