Lines Matching full:intx
33 * @irq_phys_addr: base address on the AXI bus where the MSI/INTX IRQ
36 * the sending of a memory write (MSI) / normal message (INTX
38 * @irq_pci_addr: used to save the current mapping of the MSI/INTX IRQ
41 * the MSI/INTX IRQ dedicated outbound region.
42 * @irq_pending: bitmask of asserted INTX IRQs.
348 u8 intx, bool do_assert) in rockchip_pcie_ep_assert_intx() argument
352 intx &= 3; in rockchip_pcie_ep_assert_intx()
355 ep->irq_pending |= BIT(intx); in rockchip_pcie_ep_assert_intx()
361 ep->irq_pending &= ~BIT(intx); in rockchip_pcie_ep_assert_intx()
370 u8 intx) in rockchip_pcie_ep_send_intx_irq() argument
382 * Should add some delay between toggling INTx per TRM vaguely saying in rockchip_pcie_ep_send_intx_irq()
386 rockchip_pcie_ep_assert_intx(ep, fn, intx, true); in rockchip_pcie_ep_send_intx_irq()
388 rockchip_pcie_ep_assert_intx(ep, fn, intx, false); in rockchip_pcie_ep_send_intx_irq()