Home | History | Annotate | Download | only in ic

Lines Matching defs:OUTL

87 #define OUTL(a, d) bus_space_write_stream_4(the_cpc_tag, the_cpc_handle, (a), d)
233 OUTL(CPC_UIC_SR, 0xffffffff); /* clear all intrs */
234 OUTL(CPC_UIC_ER, 0x00000000); /* disable all intrs */
235 OUTL(CPC_UIC_CR, 0xffffffff); /* gen INT not MCP */
236 OUTL(CPC_UIC_PR, 0xffff8000 | active); /* 0 = active low */
237 OUTL(CPC_UIC_TR, 0xc0000000 | level); /* 0 = level intr */
238 OUTL(CPC_UIC_VR, CPC_UIC_CVR_PRI); /* intr 0 is highest */
258 OUTL(CPC_UIC_SR, CPC_INTR_MASK(irq));
268 OUTL(CPC_UIC_ER, reg);
278 OUTL(CPC_UIC_ER, reg);