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

/freebsd-12-stable/sys/arm/allwinner/a10/
H A Da10_intc.c111 #define aintc_write_4(sc, reg, val) \ macro
121 aintc_write_4(sc, SW_INT_IRQ_PENDING_REG(0),
137 aintc_write_4(sc, SW_INT_ENABLE_REG(block), value);
141 aintc_write_4(sc, SW_INT_MASK_REG(block), value);
156 aintc_write_4(sc, SW_INT_ENABLE_REG(block), value);
160 aintc_write_4(sc, SW_INT_MASK_REG(block), value);
344 aintc_write_4(sc, SW_INT_ENABLE_REG(i), 0);
345 aintc_write_4(sc, SW_INT_MASK_REG(i), 0xffffffff);
348 aintc_write_4(sc, SW_INT_PROTECTION_REG, 0x01);
351 aintc_write_4(s
[all...]
/freebsd-12-stable/sys/arm/ti/
H A Daintc.c91 #define aintc_write_4(_sc, reg, val) \ macro
105 aintc_write_4(sc, INTC_CONTROL, 1);
112 aintc_write_4(sc, INTC_MIR_SET(irq >> 5), (1UL << (irq & 0x1F)));
119 aintc_write_4(sc, INTC_MIR_CLEAR(irq >> 5), (1UL << (irq & 0x1F)));
272 aintc_write_4(sc, INTC_SYSCONFIG, 2);
278 aintc_write_4(sc, INTC_THRESHOLD, 0xFF);

Completed in 204 milliseconds