Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h68 enum int_type { enum
179 gpio_light_mode, int_type, int_sel, term, open_drain, current_source,\ argument
200 (((int_type) != NA) ? int_type : 0)), \
204 (((int_type) != NA) ? THREE_BIT : 0)), \
/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c80 int int_type; /* Interrupt type generated. */ member
161 d->int_type = INT_TYPE_IRQ; in i6300esb_reset()
186 switch (d->int_type) { in i6300esb_timer_expired()
223 d->int_type = (data & ESB_WDT_INTTYPE); in i6300esb_config_write()
251 d->int_type; in i6300esb_config_read()
425 VMSTATE_INT32(int_type, I6300State),
/openbmc/qemu/hw/i386/
H A Damd_iommu.h257 int_type:3, member
276 int_type:3, member
H A Damd_iommu.c1172 if (irte.fields.int_type > AMDVI_IOAPIC_INT_TYPE_ARBITRATED) { in amdvi_int_remap_legacy()
1177 irq->delivery_mode = irte.fields.int_type; in amdvi_int_remap_legacy()
1231 if (irte.lo.fields_remap.int_type > AMDVI_IOAPIC_INT_TYPE_ARBITRATED) { in amdvi_int_remap_ga()
1236 irq->delivery_mode = irte.lo.fields_remap.int_type; in amdvi_int_remap_ga()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc284 #define WRAP_INT_TO_SF(name, func, int_type, type) \
285 static type##_t name(int_type a) \
310 #define WRAP_INT_TO_80(name, func, int_type) \
311 static void name(int_type a, extFloat80_t *res) \
395 #define WRAP_INT_TO_128(name, func, int_type) \
396 static void name(int_type a, float128_t *res) \
/openbmc/qemu/rust/bits/src/
H A Dlib.rs386 { $type:ty as $int_type:ty: $expr:expr } => {
387 (::qemu_api_macros::bits_const_internal! { $type @ ($expr) }.into_bits()) as $int_type
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h168 u32 int_type:3; member
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h60 uint int_type; /* _CMD_INT_TYPE_0 */ member
/openbmc/u-boot/drivers/video/
H A Dtegra.c153 writel(0x00000000, &cmd->int_type); in basic_init()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h6394 typename Traits::int_type decimal_point = '.';