/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-fp-exceptions.c | 32 #define IE (1 << 0) macro 37 #define EXC (IE | ZE | OE | UE | PE) 51 if ((sw & EXC) != IE) { in main() 58 if ((sw & EXC) != IE) { in main() 111 if ((sw & EXC) != IE) { in main() 118 if ((sw & EXC) != IE) { in main() 126 if ((sw & EXC) != IE) { in main() 133 if ((sw & EXC) != IE) { in main() 148 if ((sw & EXC) != IE) { in main() 155 if ((sw & EXC) != IE) { in main() [all …]
|
H A D | test-i386-sse-exceptions.c | 42 #define IE (1 << 0) macro 47 #define EXC (IE | ZE | OE | UE | PE) 61 if ((mxcsr & EXC) != IE) { in main() 93 if ((mxcsr & EXC) != IE) { in main() 115 if ((mxcsr & EXC) != IE) { in main() 122 if ((mxcsr & EXC) != IE) { in main() 144 if ((mxcsr & EXC) != IE) { in main() 151 if ((mxcsr & EXC) != IE) { in main() 159 if ((mxcsr & EXC) != IE) { in main() 173 if ((mxcsr & EXC) != IE) { in main() [all …]
|
/openbmc/qemu/include/block/ |
H A D | ufs.h | 98 REG32(IE, offsetof(UfsReg, ie)) 99 FIELD(IE, UTRCE, 0, 1) 100 FIELD(IE, UDEPRIE, 1, 1) 101 FIELD(IE, UEE, 2, 1) 102 FIELD(IE, UTMSE, 3, 1) 103 FIELD(IE, UPMSE, 4, 1) 104 FIELD(IE, UHXSE, 5, 1) 105 FIELD(IE, UHESE, 6, 1) 106 FIELD(IE, ULLSE, 7, 1) 107 FIELD(IE, ULSSE, 8, 1) [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | ufs-test.c | 282 ie = FIELD_DP32(ie, IE, UCCE, 1); in ufs_init() 283 ie = FIELD_DP32(ie, IE, UHESE, 1); in ufs_init() 284 ie = FIELD_DP32(ie, IE, UHXSE, 1); in ufs_init() 285 ie = FIELD_DP32(ie, IE, UPMSE, 1); in ufs_init() 312 ie = FIELD_DP32(ie, IE, UTRCE, 1); in ufs_init() 313 ie = FIELD_DP32(ie, IE, UEE, 1); in ufs_init() 314 ie = FIELD_DP32(ie, IE, UPMSE, 1); in ufs_init() 315 ie = FIELD_DP32(ie, IE, UHXSE, 1); in ufs_init() 316 ie = FIELD_DP32(ie, IE, UHESE, 1); in ufs_init() 317 ie = FIELD_DP32(ie, IE, UTMRCE, 1); in ufs_init() [all …]
|
H A D | npcm7xx_timer-test.c | 25 #define IE BIT(29) macro 340 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_oneshot_interrupt() 361 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume() 365 tim_write_tcsr(td, IE | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume() 375 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume() 471 tim_write_tcsr(td, CEN | IE | MODE_PERIODIC | PRESCALE(ps)); in test_periodic_interrupt()
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | foundation.scss | 14 * IE on Windows Phone and in iOS. 35 * Add the correct display in IE 9-. 48 * Add the correct display in IE 9-. 55 * Add the correct margin in IE 8. 62 * 2. Show the overflow in Edge and IE. 73 * Add the correct display in IE. 91 * 1. Remove the gray background on active links in IE 10. 112 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. 155 * Add the correct background and color in IE 9-. 187 * Add the correct display in IE 9-. [all …]
|
H A D | mixins.scss | 191 animation: row-flash 1s infinite; /* IE 10+ */
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | head.S | 55 li.w t0, 0xb0 # PLV=0, IE=0, PG=1 130 li.w t0, 0xb0 # PLV=0, IE=0, PG=1
|
/openbmc/qemu/target/tricore/ |
H A D | helper.c | 187 FIELD_GETTER_WITH_FEATURE(icr_get_ie, ICR, IE, 161) 188 FIELD_SETTER_WITH_FEATURE(icr_set_ie, ICR, IE, 161)
|
/openbmc/linux/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 500 OMAP_HSMMC_WRITE(host->base, IE, irq_mask); in omap_hsmmc_enable_irq() 514 OMAP_HSMMC_WRITE(host->base, IE, irq_mask); in omap_hsmmc_disable_irq() 673 OMAP_HSMMC_WRITE(host->base, IE, 0); in omap_hsmmc_context_restore() 722 OMAP_HSMMC_WRITE(host->base, IE, INT_EN_MASK); in send_init_stream() 1522 OMAP_HSMMC_WRITE(host->base, IE, irq_mask); in omap_hsmmc_enable_sdio_irq() 1532 OMAP_HSMMC_READ(host->base, IE); in omap_hsmmc_enable_sdio_irq() 1660 OMAP_HSMMC_READ(host->base, IE)); in mmc_regs_show() 2014 OMAP_HSMMC_WRITE(host->base, IE, 0); in omap_hsmmc_suspend() 2063 OMAP_HSMMC_WRITE(host->base, IE, 0); in omap_hsmmc_runtime_suspend() 2074 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); in omap_hsmmc_runtime_suspend() [all …]
|
H A D | omap.c | 410 OMAP_MMC_WRITE(host, IE, irq_mask); in mmc_omap_start_command() 646 OMAP_MMC_WRITE(host, IE, 0); in mmc_omap_cmd_timer() 746 OMAP_MMC_WRITE(host, IE, 0); in mmc_omap_irq() 849 OMAP_MMC_WRITE(host, IE, 0); in mmc_omap_irq() 1240 OMAP_MMC_WRITE(host, IE, 0); in mmc_omap_set_ios()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 143 ret = (FIELD_EX64(env->CSR_CRMD, CSR_CRMD, IE) && in cpu_loongarch_hw_interrupts_enabled() 238 FIELD_EX64(env->CSR_CRMD, CSR_CRMD, IE)); in loongarch_cpu_do_interrupt() 252 FIELD_EX64(env->CSR_CRMD, CSR_CRMD, IE)); in loongarch_cpu_do_interrupt() 257 env->CSR_CRMD = FIELD_DP64(env->CSR_CRMD, CSR_CRMD, IE, 0); in loongarch_cpu_do_interrupt() 528 env->CSR_CRMD = FIELD_DP64(env->CSR_CRMD, CSR_CRMD, IE, 0); in loongarch_cpu_reset_hold()
|
H A D | cpu.h | 229 FIELD(CSR_CRMD, IE, 2, 1)
|
/openbmc/linux/arch/loongarch/power/ |
H A D | suspend_asm.S | 84 li.w t0, 0xb0 # PLV=0, IE=0, PG=1
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | op_helper.c | 128 env->CSR_CRMD = FIELD_DP64(env->CSR_CRMD, CSR_CRMD, IE, csr_pie); in helper_ertn()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis900.h | 78 IE = 0x00000001 enumerator
|
H A D | sis900.c | 1072 sw32(ier, IE); in sis900_open() 2552 sw32(ier, IE); in sis900_resume()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | troubleshoot.c | 202 STS_BIT(regs, IE), in show_regs()
|
H A D | entry-arcv2.S | 74 # global interrupt enable bits in STATUS32 (.IE for 1 prio, .E[] for 2 prio)
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzv2m.c | 87 #define IE(n) (0x08 + (n) * 0x40) macro 770 rzv2m_writel_we(pctrl->base + IE(port), bit, !output); in rzv2m_gpio_set_direction() 779 if (!(readl(pctrl->base + IE(port)) & BIT(bit))) in rzv2m_gpio_get_direction()
|
/openbmc/qemu/docs/system/ |
H A D | gdb.rst | 179 IE: 189 stepping IE:
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-usb | 140 Mbit / second. IE one of 1.5 / 12 / 480 / 5000.
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 99 #define IE BIT(0) macro 472 spi_wr8(udc, MAX3420_REG_CPUCTL, IE); in __max3420_start()
|
/openbmc/linux/Documentation/networking/ |
H A D | regulatory.rst | 95 (driver, user, country IE) and determine what to allow based on its
|
/openbmc/linux/Documentation/staging/ |
H A D | static-keys.rst | 10 static_key_{true,false}() is also DEPRECATED. IE DO NOT use the following::
|