Searched refs:msi_mode (Results 1 – 3 of 3) sorted by relevance
83 void aplic_init_hw_global(struct aplic_priv *priv, bool msi_mode) in aplic_init_hw_global() argument89 if (msi_mode) { in aplic_init_hw_global()104 if (msi_mode) in aplic_init_hw_global()185 bool msi_mode = false; in aplic_probe() local201 msi_mode = of_property_present(to_of_node(dev->fwnode), "msi-parent"); in aplic_probe()203 msi_mode = imsic_acpi_get_fwnode(NULL) ? 1 : 0; in aplic_probe()205 if (msi_mode) in aplic_probe()211 msi_mode ? "MSI" : "direct"); in aplic_probe()
41 void aplic_init_hw_global(struct aplic_priv *priv, bool msi_mode);
11622 u32 msi_mode = tr32(MSGINT_MODE); in tg3_ints_init() local11624 msi_mode |= MSGINT_MODE_MULTIVEC_EN; in tg3_ints_init()11626 msi_mode |= MSGINT_MODE_ONE_SHOT_DISABLE; in tg3_ints_init()11627 tw32(MSGINT_MODE, msi_mode | MSGINT_MODE_ENABLE); in tg3_ints_init()
Completed in 30 milliseconds