Changeset 204 for trunk/hal/tsar_mips32/drivers
- Timestamp:
- Jul 17, 2017, 8:42:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.