Searched refs:pnPartitionSize (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c626 * @param pnPartitionSize: filled with the number of sectors in the partition
628 static TEEC_Result partitionOpen(uint32_t nPartitionID, uint32_t* pnPartitionSize) argument
659 *pnPartitionSize = ftell(g_pPartitionFiles[nPartitionID]) / g_nSectorSize;
663 ((*pnPartitionSize) * g_nSectorSize) / 1024,
664 ((*pnPartitionSize) * g_nSectorSize));
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c583 * @param pnPartitionSize: filled with the number of sectors in the partition
585 static TEEC_Result partitionOpen(uint32_t nPartitionID, uint32_t* pnPartitionSize) argument
616 *pnPartitionSize = ftell(g_pPartitionFiles[nPartitionID]) / g_nSectorSize;
620 ((*pnPartitionSize) * g_nSectorSize) / 1024,
621 ((*pnPartitionSize) * g_nSectorSize));

Completed in 1517 milliseconds