Changeset 570 for trunk/hal/generic


Ignore:
Timestamp:
Oct 5, 2018, 12:08:35 AM (6 years ago)
Author:
alain
Message:

Introduction of the soclib_mty driver for the TSAR-LETI architecture.

Location:
trunk/hal/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_remote.h

    r457 r570  
    5151 * @ data    : value to be written
    5252 ****************************************************************************************/
    53 void hal_remote_sw( xptr_t   xp,
     53void hal_remote_s32( xptr_t   xp,
    5454                    uint32_t data );
    5555
     
    6060 * @ data    : value to be written
    6161 ****************************************************************************************/
    62 void hal_remote_swd( xptr_t   xp,
     62void hal_remote_s64( xptr_t   xp,
    6363                     uint64_t data );
    6464
     
    8686 * @ return read value
    8787 ****************************************************************************************/
    88 uint32_t hal_remote_lw( xptr_t  xp );
     88uint32_t hal_remote_l32( xptr_t  xp );
    8989
    9090/*****************************************************************************************
     
    9494 * @ return read value
    9595 ****************************************************************************************/
    96 uint64_t hal_remote_lwd( xptr_t  xp );
     96uint64_t hal_remote_l64( xptr_t  xp );
    9797
    9898/*****************************************************************************************
  • trunk/hal/generic/hal_uspace.h

    r457 r570  
    9393 * If the kernel uses physical addresses, it activates the MMU to access the user buffer.
    9494 *****************************************************************************************
    95  * @ u_str     : string address in user space.
     95 * @ string     : string in user space.
    9696 * @ return length of the string.
    9797 ****************************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.