HomeSort by: relevance | last modified time | path
    Searched refs:is_type (Results 1 - 23 of 23) sorted by relevancy

  /src/bin/sh/
syntax.h 83 #define sh_ctype(c) (is_type+SYNBASE)[(int)(c)]
106 extern const char is_type[];
  /src/sys/arch/powerpc/pic/
picvar.h 58 int is_type; member in struct:intr_source
intr.c 197 switch (is->is_type) {
199 is->is_type = type;
206 if (type == is->is_type)
212 intr_typename(is->is_type),
262 is->is_type, maxipl);
324 is->is_type = IST_NONE;
462 const int type = intrsources[virq_map[hwirq]].is_type;
552 is->is_type);
745 if (is->is_type == IST_NONE) {
750 if (type == IST_LEVEL && is->is_type == IST_LEVEL)
    [all...]
  /src/sys/arch/x86/include/
intr.h 113 int is_type; /* level, edge */ member in struct:intrsource
  /src/sys/arch/x86/isa/
isa_machdep.c 157 switch(isp->is_type) {
160 if (type != isp->is_type)
  /src/sys/arch/x86/x86/
intr.c 817 if (source->is_type == IST_LEVEL) {
904 switch (source->is_type) {
906 source->is_type = type;
910 if (source->is_type == type)
915 int otype = source->is_type;
930 __func__, source->is_type, pic->pic_name, pin);
1101 if (source->is_type != IST_LEVEL) {
1239 source->is_type);
1520 isp->is_pin, isp->is_pic->pic_name, isp->is_type,
1633 isp->is_type);
    [all...]
  /src/sys/arch/arm/pic/
picvar.h 123 uint8_t is_type; /* IST_xxx */ member in struct:intrsource
pic.c 760 is->is_type = type & 0xff;
  /src/sys/arch/arm/cortex/
gicv3.c 191 if (is->is_type == IST_LEVEL)
193 if (is->is_type == IST_EDGE)
216 if (is->is_type == IST_LEVEL)
218 if (is->is_type == IST_EDGE)
325 if (is != NULL && is->is_type == IST_EDGE)
759 const bool early_eoi = irq < GIC_LPI_BASE && is->is_type == IST_EDGE;
gic.c 427 KASSERTMSG(is->is_type == IST_LEVEL || is->is_type == IST_EDGE,
428 "irq %u: type %u unsupported", is->is_irq, is->is_type);
456 if (is->is_type == IST_LEVEL && (old_cfg & __BIT(1)) != 0) {
458 } else if (is->is_type == IST_EDGE && (old_cfg & 2) == 0) {
  /src/sys/arch/arm/gemini/
gemini_gpio.c 190 switch (is->is_type) {
200 panic("%s: unknown is_type %d\n", __FUNCTION__, is->is_type);
gemini_icu.c 209 switch (is->is_type) {
  /src/sys/arch/arm/imx/
imxgpio.c 145 if (is->is_type == IST_EDGE_BOTH) {
195 gtype = (GPIO_TYPEMAP >> (2 * is->is_type)) & 3;
imx51_tzic.c 220 KASSERT(is->is_type == IST_LEVEL);
imx31_icu.c 141 KASSERT(is->is_type == IST_LEVEL);
imx31_gpio.c 188 gtype = (GPIO_TYPEMAP >> (2 * is->is_type)) & 3;
  /src/sys/arch/arm/sunxi/
sunxi_intc.c 118 KASSERT(is->is_type == IST_LEVEL);
sunxi_nmi.c 266 sc->sc_is.is_type = ist;
  /src/sys/arch/arm/ti/
ti_omapintc.c 176 KASSERT(is->is_type == IST_LEVEL);
  /src/sys/external/bsd/ipf/netinet/
ip_state.h 93 #define is_type is_icmp.ici_type macro
  /src/sys/arch/arm/apple/
apple_intc.c 142 KASSERT(is->is_type == IST_LEVEL);
  /src/sys/arch/arm/marvell/
mvsocgpp.c 307 type = is->is_type;
  /src/sys/arch/arm/broadcom/
bcm2835_intr.c 506 KASSERT(is->is_type == IST_LEVEL);

Completed in 25 milliseconds