Home
last modified time | relevance | path

Searched refs:PCIC_INTR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Di82365_isasubr.c195 intr = pcic_read(h, PCIC_INTR); in pcic_isa_probe_interrupts()
198 pcic_write(h, PCIC_INTR, intr); in pcic_isa_probe_interrupts()
478 reg = pcic_read(h, PCIC_INTR); in pcic_isa_chip_intr_establish()
480 pcic_write(h, PCIC_INTR, reg | irq); in pcic_isa_chip_intr_establish()
503 reg = pcic_read(h, PCIC_INTR); in pcic_isa_chip_intr_disestablish()
505 pcic_write(h, PCIC_INTR, reg); in pcic_isa_chip_intr_disestablish()
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrecu.c218 r = pcic_read(h, PCIC_INTR); in pcic_vrip_chip_intr_establish()
220 pcic_write(h, PCIC_INTR, r | irq); in pcic_vrip_chip_intr_establish()
256 r = pcic_read(h, PCIC_INTR); in pcic_vrip_chip_intr_disestablish()
258 pcic_write(h, PCIC_INTR, r); in pcic_vrip_chip_intr_disestablish()
/netbsd-src/sys/dev/ic/
H A Di82365.c301 pcic_write(h, PCIC_INTR, 0); in pcic_attach()
474 pcic_write(h, PCIC_INTR, PCIC_INTR_ENABLE); in pcic_attach_socket_finish()
790 intr = pcic_read(h, PCIC_INTR); in pcic_deactivate_card()
792 pcic_write(h, PCIC_INTR, intr); in pcic_deactivate_card()
1312 intr = pcic_read(h, PCIC_INTR); in pcic_chip_socket_enable()
1314 pcic_write(h, PCIC_INTR, intr); in pcic_chip_socket_enable()
1372 pcic_write(h, PCIC_INTR, intr); in pcic_chip_socket_enable()
1412 intr = pcic_read(h, PCIC_INTR); in pcic_chip_socket_disable()
1414 pcic_write(h, PCIC_INTR, intr); in pcic_chip_socket_disable()
1436 intr = pcic_read(h, PCIC_INTR); in pcic_chip_socket_settype()
[all …]
H A Di82365reg.h133 #define PCIC_INTR 0x03 /* RW */ macro
/netbsd-src/sys/dev/pci/
H A Dpccbb.c896 bus_space_write_1(bmt, bmh, 0x800 + PCIC_INTR, in pccbb_chipinit()
897 bus_space_read_1(bmt, bmh, 0x800 + PCIC_INTR) & ~PCIC_INTR_RESET); in pccbb_chipinit()
971 Pcic_write(sc, PCIC_INTR, PCIC_INTR_ENABLE); in pccbb_pcmcia_attach_setup()
2294 intr = Pcic_read(sc, PCIC_INTR); in pccbb_pcmcia_socket_enable()
2296 Pcic_write(sc, PCIC_INTR, intr); in pccbb_pcmcia_socket_enable()
2326 Pcic_write(sc, PCIC_INTR, intr); in pccbb_pcmcia_socket_enable()
2375 intr = Pcic_read(sc, PCIC_INTR); in pccbb_pcmcia_socket_disable()
2377 Pcic_write(sc, PCIC_INTR, intr); in pccbb_pcmcia_socket_disable()
2402 intr = Pcic_read(sc, PCIC_INTR); in pccbb_pcmcia_socket_settype()
2408 Pcic_write(sc, PCIC_INTR, intr); in pccbb_pcmcia_socket_settype()