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

/netbsd-current/sys/arch/atari/isa/
H A Disa_milan.c59 #define WICU(icu, val) *(volatile u_int8_t*)(icu) = val
66 volatile u_int8_t *icu; local
69 * Initialize both the icu's:
73 icu = (u_int8_t*)(AD_8259_MASTER);
75 icu[0] = 0x11; /* reset; program device, four bytes */
76 icu[1] = ICU_OFFSET; /* starting at this vector index */
77 icu[1] = (1 << IRQ_SLAVE); /* slave on line 2 */
78 icu[1] = 1; /* 8086 mode */
79 icu[
[all...]
/netbsd-current/sys/arch/powerpc/pic/
H A Dpic_prepivr.c106 int icu, bit; local
108 icu = irq / 8;
114 elcr[icu] |= 1 << bit;
116 elcr[icu] &= ~(1 << bit);
/netbsd-current/external/bsd/wpa/dist/hs20/client/
H A DAndroid.mk12 # The new icu location (external/icu) exports its own headers, but
15 ifeq ($(wildcard external/icu),)
24 INCLUDES += external/icu/icu4c/source/common
/netbsd-current/sys/arch/alpha/pci/
H A Dsio_pic.c293 int icu, bit; local
300 icu = irq / 8;
312 ocw1[icu] &= ~(1 << bit);
314 ocw1[icu] |= 1 << bit;
320 elcr[icu] |= 1 << bit;
322 elcr[icu] &= ~(1 << bit);
/netbsd-current/sys/arch/shark/isa/
H A Disa_shark_machdep.c53 #include <shark/isa/icu.h>
H A Disa_irq.S82 #include <shark/isa/icu.h>
/netbsd-current/external/ibm-public/postfix/dist/
H A Dmakedefs64 # found, or the deprecated "icu-config" command.
876 *) icu_cppflags=`((pkg-config --cflags icu-uc icu-i18n) ||
877 (icu-config --cppflags)) 2>/dev/null` && {
878 icu_ldflags=`((pkg-config --libs icu-uc icu-i18n) ||
879 (icu-config --ldflags)) 2>/dev/null` && {
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disa_machdep.c92 #include <arm/footbridge/isa/icu.h>

Completed in 270 milliseconds