Home
last modified time | relevance | path

Searched refs:msi_mode (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c688 uint32_t fsc_mode, msi_mode; in riscv_iommu_validate_device_ctx() local
715 msi_mode = get_field(ctx->msiptp, RISCV_IOMMU_DC_MSIPTP_MODE); in riscv_iommu_validate_device_ctx()
717 if (msi_mode != RISCV_IOMMU_DC_MSIPTP_MODE_OFF && in riscv_iommu_validate_device_ctx()
718 msi_mode != RISCV_IOMMU_DC_MSIPTP_MODE_FLAT) { in riscv_iommu_validate_device_ctx()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c11535 u32 msi_mode = tr32(MSGINT_MODE); in tg3_ints_init() local
11537 msi_mode |= MSGINT_MODE_MULTIVEC_EN; in tg3_ints_init()
11539 msi_mode |= MSGINT_MODE_ONE_SHOT_DISABLE; in tg3_ints_init()
11540 tw32(MSGINT_MODE, msi_mode | MSGINT_MODE_ENABLE); in tg3_ints_init()