Lines Matching full:intx
29 * @irq_phys_addr: base address on the AXI bus where the MSI/INTX IRQ
32 * the sending of a memory write (MSI) / normal message (INTX
34 * @irq_pci_addr: used to save the current mapping of the MSI/INTX IRQ
37 * the MSI/INTX IRQ dedicated outbound region.
38 * @irq_pending: bitmask of asserted INTX IRQs.
305 u8 intx, bool do_assert) in rockchip_pcie_ep_assert_intx() argument
309 intx &= 3; in rockchip_pcie_ep_assert_intx()
312 ep->irq_pending |= BIT(intx); in rockchip_pcie_ep_assert_intx()
318 ep->irq_pending &= ~BIT(intx); in rockchip_pcie_ep_assert_intx()
327 u8 intx) in rockchip_pcie_ep_send_intx_irq() argument
339 * Should add some delay between toggling INTx per TRM vaguely saying in rockchip_pcie_ep_send_intx_irq()
343 rockchip_pcie_ep_assert_intx(ep, fn, intx, true); in rockchip_pcie_ep_send_intx_irq()
345 rockchip_pcie_ep_assert_intx(ep, fn, intx, false); in rockchip_pcie_ep_send_intx_irq()