Home
last modified time | relevance | path

Searched refs:OPB_MLSIER (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/wsp/
Dopb_pic.c26 #define OPB_MLSIER 0x54 /* MLS Interrupt Enable Register */ macro
60 ier = opb_in(opb, OPB_MLSIER); in opb_unmask_irq()
61 opb_out(opb, OPB_MLSIER, ier | bitset); in opb_unmask_irq()
62 ier = opb_in(opb, OPB_MLSIER); in opb_unmask_irq()
78 ier = opb_in(opb, OPB_MLSIER); in opb_mask_irq()
79 opb_out(opb, OPB_MLSIER, ier & mask); in opb_mask_irq()
80 ier = opb_in(opb, OPB_MLSIER); // Flush posted writes in opb_mask_irq()
114 ier = opb_in(opb, OPB_MLSIER); in opb_mask_ack_irq()
115 opb_out(opb, OPB_MLSIER, ier & ~bitset); in opb_mask_ack_irq()
116 ier = opb_in(opb, OPB_MLSIER); // Flush posted writes in opb_mask_ack_irq()
[all …]