Changeset 204 for trunk/hal/tsar_mips32
- Timestamp:
- Jul 17, 2017, 8:42:59 AM (7 years ago)
- Location:
- trunk/hal/tsar_mips32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_remote.c
r121 r204 24 24 25 25 #include <hal_types.h> 26 #include <hal_irqmask.h> 26 27 27 28 //////////////////////////////// -
trunk/hal/tsar_mips32/drivers/soclib_pic.c
r188 r204 411 411 { 412 412 // enable this HWI in local XCU controller 413 seg_xcu_ptr[(XCU_MSK_HWI_ENABLE << 5) | lid] = 1 << irq_id;413 seg_xcu_ptr[(XCU_MSK_HWI_ENABLE << 5) | lid] = (1 << irq_id); 414 414 } 415 415 else if( irq_type == SOCLIB_TYPE_WTI )
Note: See TracChangeset
for help on using the changeset viewer.