Searched refs:PCI_ISR (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/arm/xscale/ |
| D | ixp425_pci_space.c | 273 if (CSR_READ_4(PCI_ISR) & ISR_PFE) in _pci_io_bs_r_1() 274 CSR_WRITE_4(PCI_ISR, ISR_PFE); in _pci_io_bs_r_1() 293 if (CSR_READ_4(PCI_ISR) & ISR_PFE) in _pci_io_bs_r_2() 294 CSR_WRITE_4(PCI_ISR, ISR_PFE); in _pci_io_bs_r_2() 310 if (CSR_READ_4(PCI_ISR) & ISR_PFE) in _pci_io_bs_r_4() 311 CSR_WRITE_4(PCI_ISR, ISR_PFE); in _pci_io_bs_r_4() 332 if (CSR_READ_4(PCI_ISR) & ISR_PFE) in _pci_io_bs_w_1() 333 CSR_WRITE_4(PCI_ISR, ISR_PFE); in _pci_io_bs_w_1() 352 if (CSR_READ_4(PCI_ISR) & ISR_PFE) in _pci_io_bs_w_2() 353 CSR_WRITE_4(PCI_ISR, ISR_PFE); in _pci_io_bs_w_2() [all …]
|
| D | ixp425_pci.c | 213 data = PCI_CSR_READ_4(sc, PCI_ISR); in ixp425_pci_conf_read() 215 PCI_CSR_WRITE_4(sc, PCI_ISR, ISR_PFE); in ixp425_pci_conf_read() 245 data = PCI_CSR_READ_4(sc, PCI_ISR); in ixp425_pci_conf_write() 247 PCI_CSR_WRITE_4(sc, PCI_ISR, ISR_PFE); in ixp425_pci_conf_write()
|
| D | ixp425reg.h | 400 #define PCI_ISR 0x20 macro
|
| /netbsd/src/sys/arch/evbarm/nslu2/ |
| D | nslu2_pci.c | 268 PCI_CSR_WRITE_4(sc, PCI_ISR, ISR_AHBE | ISR_PPE | ISR_PFE | ISR_PSE); in ixp425_md_pci_init()
|
| /netbsd/src/sys/arch/evbarm/ixdp425/ |
| D | ixdp425_pci.c | 154 PCI_CSR_WRITE_4(sc, PCI_ISR, ISR_AHBE | ISR_PPE | ISR_PFE | ISR_PSE); in ixp425_md_pci_init()
|