Home
last modified time | relevance | path

Searched refs:msi_ctrl (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/irq/
H A Dmsi.c47 struct msi_ctrl { struct
59 static void msi_domain_free_locked(struct device *dev, struct msi_ctrl *ctrl); argument
181 static bool msi_ctrl_valid(struct device *dev, struct msi_ctrl *ctrl) in msi_ctrl_valid()
198 static void msi_domain_free_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_free_descs()
230 struct msi_ctrl ctrl = { in msi_domain_free_msi_descs_range()
246 static int msi_domain_add_simple_msi_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_add_simple_msi_descs()
1293 struct msi_ctrl *ctrl) in __msi_domain_alloc_irqs()
1361 struct msi_ctrl *ctrl) in msi_domain_alloc_simple_msi_descs()
1369 static int __msi_domain_alloc_locked(struct device *dev, struct msi_ctrl *ctrl) in __msi_domain_alloc_locked()
1396 static int msi_domain_alloc_locked(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_alloc_locked()
[all …]
/linux/drivers/irqchip/
H A Dirq-gic-its-msi-parent.c180 struct device_node *msi_ctrl __free(device_node) = NULL; in of_pmsi_get_msi_info()
182 return of_map_id(dev->of_node, dev->id, "msi-map", "msi-map-mask", &msi_ctrl, dev_id); in of_pmsi_get_msi_info()
/linux/drivers/pci/hotplug/
H A Dshpchp.h165 volatile u8 msi_ctrl; member
182 MSI_CTRL = offsetof(struct ctrl_reg, msi_ctrl),
/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c979 u32 msi_ctrl; in alx_request_irq() local
981 msi_ctrl = (hw->imt >> 1) << ALX_MSI_RETRANS_TM_SHIFT; in alx_request_irq()
984 alx_write_mem32(hw, ALX_MSI_RETRANS_TIMER, msi_ctrl); in alx_request_irq()
997 msi_ctrl | ALX_MSI_MASK_SEL_LINE); in alx_request_irq()
/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c159 u16 msi_ctrl; member
1533 imx_pcie->msi_ctrl = val; in imx_pcie_msi_save_restore()
1536 val = imx_pcie->msi_ctrl; in imx_pcie_msi_save_restore()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c3423 u32 msi_ctrl; in bnx2_chk_missed_msi() local
3426 msi_ctrl = BNX2_RD(bp, BNX2_PCICFG_MSI_CONTROL); in bnx2_chk_missed_msi()
3427 if (!(msi_ctrl & BNX2_PCICFG_MSI_CONTROL_ENABLE)) in bnx2_chk_missed_msi()
3431 BNX2_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl & in bnx2_chk_missed_msi()
3433 BNX2_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl); in bnx2_chk_missed_msi()