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

/hardware/ti/omap3/dspbridge/inc/
H A Dmem.h37 * MEM_LinearAddress
48 *! 01-Sep-2001 ag: Cleaned up notes for MEM_LinearAddress() does not
51 *! 12-Nov-1999 kc: Added warning about use of MEM_LinearAddress.
324 * ======== MEM_LinearAddress ========
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
342 #define MEM_LinearAddress(pPhyAddr, cBytes) pPhyAddr macro
392 * Unmap the linear address mapped in MEM_LinearAddress.
394 * pBaseAddr: Ptr to mapped memory (as returned by MEM_LinearAddress()).
398 * - pBaseAddr is a valid linear address mapped in MEM_LinearAddress.
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dmem.h37 * MEM_LinearAddress
48 *! 01-Sep-2001 ag: Cleaned up notes for MEM_LinearAddress() does not
51 *! 12-Nov-1999 kc: Added warning about use of MEM_LinearAddress.
324 * ======== MEM_LinearAddress ========
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
342 #define MEM_LinearAddress(pPhyAddr, cBytes) pPhyAddr macro
392 * Unmap the linear address mapped in MEM_LinearAddress.
394 * pBaseAddr: Ptr to mapped memory (as returned by MEM_LinearAddress()).
398 * - pBaseAddr is a valid linear address mapped in MEM_LinearAddress.

Completed in 67 milliseconds