Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-gpio-defs.h205 uint64_t int_type : 1; /**< Type of interrupt member
215 uint64_t int_type : 1;
229 uint64_t int_type : 1; /**< Type of interrupt member
239 uint64_t int_type : 1;
256 uint64_t int_type : 1; /**< Type of interrupt member
266 uint64_t int_type : 1;
798 uint64_t int_type : 1; /**< Type of interrupt member
808 uint64_t int_type : 1;
H A Dcvmx-gpio.h83 if (multi_cast.s.en && gpio_bit.s.int_en && gpio_bit.s.int_type) in cvmx_gpio_interrupt_clear()
/f-stack/freebsd/x86/x86/
H A Dmptable.c102 u_char int_type; member
760 switch (intr->int_type) { in mptable_parse_io_int()
797 intr->int_type); in mptable_parse_io_int()
799 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
803 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
825 switch (intr->int_type) { in mptable_parse_local_int()
847 intr->int_type); in mptable_parse_local_int()
903 entry.int_type = INTENTRY_TYPE_EXTINT; in mptable_parse_default_config_ints()
907 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
912 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
/f-stack/freebsd/mips/cavium/
H A Docteon_gpio.c331 if (gpio_cfgx.s.int_type == OCTEON_GPIO_IRQ_EDGE) in octeon_gpio_filter()
439 gpio_cfgx.s.int_type = OCTEON_GPIO_IRQ_EDGE; in octeon_gpio_attach()
448 gpio_cfgx.s.int_en, gpio_cfgx.s.int_type ? "rising edge" : "level"); in octeon_gpio_attach()
/f-stack/freebsd/x86/include/
H A Dmptable.h120 uint8_t int_type; member