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

  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 126 } TPartitionRegTxn;
473 TPartitionRegTxn *pPartitionRegTxn;/* The partition transaction structure for one register */
488 pPartitionRegTxn = (TPartitionRegTxn *) os_memoryAlloc (pTwIf->hOs, 7*sizeof(TPartitionRegTxn));
492 os_memoryZero(pTwIf->hOs, pPartitionRegTxn, 7*sizeof(TPartitionRegTxn));
552 os_memoryFree (pTwIf->hOs, pPartitionRegTxn,7*sizeof(TPartitionRegTxn));
563 (char *)hTxn - (6 * sizeof(TPartitionRegTxn)), /* Move back to the first Txn start */
564 7 * sizeof(TPartitionRegTxn));
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 124 } TPartitionRegTxn;
431 TPartitionRegTxn *pPartitionRegTxn;/* The partition transaction structure for one register */
446 pPartitionRegTxn = (TPartitionRegTxn *) os_memoryAlloc (pTwIf->hOs, 7*sizeof(TPartitionRegTxn));
450 os_memoryZero(pTwIf->hOs, pPartitionRegTxn, 7*sizeof(TPartitionRegTxn));
510 os_memoryFree (pTwIf->hOs, pPartitionRegTxn,7*sizeof(TPartitionRegTxn));
521 (char *)hTxn - (6 * sizeof(TPartitionRegTxn)), /* Move back to the first Txn start */
522 7 * sizeof(TPartitionRegTxn));
    [all...]

Completed in 446 milliseconds