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

  /hardware/ti/omap3/dspbridge/inc/
mem.h 37 * 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
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.