Searched refs:PCICTL_PCIINTST (Results 1 – 2 of 2) sorted by relevance
/netbsd/sys/arch/arm/s3c2xx0/ |
H A D | s3c2800_pci.c | 643 bus_space_write_4(iot, ioh, PCICTL_PCIINTST, 0xffffffff); in sspci_init_controller() 688 interrupts = bus_space_read_4(iot, ioh, PCICTL_PCIINTST); in sspci_intr() 700 bus_space_write_4(iot, ioh, PCICTL_PCIINTST, PCIINT_INA); in sspci_intr() 722 bus_space_write_4(iot, ioh, PCICTL_PCIINTST, interrupts); in sspci_intr()
|
H A D | s3c2800reg.h | 299 #define PCICTL_PCIINTST 0x10c /* interrupt status */ macro
|