Changeset 14 for trunk/kernel/drivers/soclib/soclib_xcu.h
- Timestamp:
- May 3, 2017, 1:23:24 PM (9 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/kernel/drivers/soclib/soclib_xcu.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/kernel/drivers/soclib/soclib_xcu.hr4 r14 94 94 95 95 /****************************************************************************************** 96 * This function returns the values contained in the HWI/WTI/PTI mask registers for 97 * a given core. It must be called by a local thread. 98 ****************************************************************************************** 99 * @ icu : pointer on local XCU chdev descriptor 100 * @ lid : local core index == output IRQ index 101 * @ hwi_mask : [out] HWI mask for selected core 102 * @ wti_mask : [out] WTI mask for selected core 103 * @ pti_mask : [out] PTI mask for selected core 104 *****************************************************************************************/ 105 void soclib_xcu_get_masks( chdev_t * icu, 106 lid_t lid, 107 uint32_t * hwi_mask, 108 uint32_t * wti_mask, 109 uint32_t * pti_mask ); 110 111 /****************************************************************************************** 96 112 * This function set the period value for a local XCU timer. 97 113 ****************************************************************************************** 
Note: See TracChangeset
          for help on using the changeset viewer.
      
