Home
last modified time | relevance | path

Searched refs:PCICTL_PCIINTST (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/arm/s3c2xx0/
H A Ds3c2800_pci.c643 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 Ds3c2800reg.h299 #define PCICTL_PCIINTST 0x10c /* interrupt status */ macro