Searched refs:SMCR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-highlander.c | 20 #define SMCR 0x00 macro 56 iowrite16(ioread16(dev->base + SMCR) | SMCR_IEIC, dev->base + SMCR); in highlander_i2c_irq_enable() 61 iowrite16(ioread16(dev->base + SMCR) & ~SMCR_IEIC, dev->base + SMCR); in highlander_i2c_irq_disable() 66 iowrite16(ioread16(dev->base + SMCR) | SMCR_START, dev->base + SMCR); in highlander_i2c_start() 71 iowrite16(ioread16(dev->base + SMCR) | SMCR_IRIC, dev->base + SMCR); in highlander_i2c_done() 130 while (ioread16(dev->base + SMCR) & SMCR_BBSY) { in highlander_i2c_wait_for_bbsy() 144 iowrite16(ioread16(dev->base + SMCR) | SMCR_RST, dev->base + SMCR); in highlander_i2c_reset() 150 u16 tmp = ioread16(dev->base + SMCR); in highlander_i2c_wait_for_ack() 177 smcr = ioread16(dev->base + SMCR); in highlander_i2c_poll()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 138 if (!FIELD_EX64(env->vfp.smcr_el[1], SMCR, FA64)) { in sme_fa64() 143 if (!FIELD_EX64(env->vfp.smcr_el[2], SMCR, FA64)) { in sme_fa64() 148 if (!FIELD_EX64(env->vfp.smcr_el[3], SMCR, FA64)) { in sme_fa64()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 89 FIELD_DP64(env->vfp.smcr_el[1], SMCR, LEN, vq - 1); in do_prctl_sme_set_vl()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 1484 FIELD(SMCR, LEN, 0, 4) 1485 FIELD(SMCR, FA64, 31, 1)
|
H A D | cpu.c | 295 SMCR, FA64, 1); in arm_cpu_reset_hold()
|