Searched refs:PIO_ISR (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A D | pci-aardvark.c | 70 #define PIO_ISR (PIO_BASE_ADDR + 0x20) macro 198 isr = advk_readl(pcie, PIO_ISR); in pcie_advk_wait_pio() 319 advk_writel(pcie, 1, PIO_ISR); in pcie_advk_read_config() 416 advk_writel(pcie, 1, PIO_ISR); in pcie_advk_write_config()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.h | 28 #define PIO_ISR 0x4c /* Interrupt Status Register */ macro
|
H A D | pinctrl-at91.c | 1709 isr = readl_relaxed(pio + PIO_ISR) & readl_relaxed(pio + PIO_IMR); in gpio_irq_handler()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-aardvark.c | 64 #define PIO_ISR (PIO_BASE_ADDR + 0x20) macro 769 isr = advk_readl(pcie, PIO_ISR); in advk_pcie_wait_pio() 1188 advk_writel(pcie, 1, PIO_ISR); in advk_pcie_rd_conf() 1277 advk_writel(pcie, 1, PIO_ISR); in advk_pcie_wr_conf()
|