Searched refs:AIC_WRITE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/apple/
H A Dapple_intc.c120 #define AIC_WRITE(sc, reg, val) \ macro
128 AIC_WRITE(sc, AIC_SW_SET(irqbase), mask);
129 AIC_WRITE(sc, AIC_MASK_CLR(irqbase), mask);
145 AIC_WRITE(sc, AIC_AFFINITY(is->is_irq), __BIT(0));
146 AIC_WRITE(sc, AIC_MASK_CLR(is->is_irq),
213 AIC_WRITE(sc, AIC_IPI_SEND, __BIT(target));
326 AIC_WRITE(sc, AIC_SW_CLR(evdata),
337 AIC_WRITE(sc, AIC_IPI_ACK, AIC_IPI_OTHER);
354 AIC_WRITE(sc, clr_reg, clr_val);
399 AIC_WRITE(s
[all...]

Completed in 108 milliseconds