Symbol: PCIC_INTR
sys/arch/hpcmips/vr/vrecu.c
218
r = pcic_read(h, PCIC_INTR);
sys/arch/hpcmips/vr/vrecu.c
220
pcic_write(h, PCIC_INTR, r | irq);
sys/arch/hpcmips/vr/vrecu.c
256
r = pcic_read(h, PCIC_INTR);
sys/arch/hpcmips/vr/vrecu.c
258
pcic_write(h, PCIC_INTR, r);
sys/dev/ic/i82365.c
1312
intr = pcic_read(h, PCIC_INTR);
sys/dev/ic/i82365.c
1314
pcic_write(h, PCIC_INTR, intr);
sys/dev/ic/i82365.c
1372
pcic_write(h, PCIC_INTR, intr);
sys/dev/ic/i82365.c
1412
intr = pcic_read(h, PCIC_INTR);
sys/dev/ic/i82365.c
1414
pcic_write(h, PCIC_INTR, intr);
sys/dev/ic/i82365.c
1436
intr = pcic_read(h, PCIC_INTR);
sys/dev/ic/i82365.c
1443
pcic_write(h, PCIC_INTR, intr);
sys/dev/ic/i82365.c
301
pcic_write(h, PCIC_INTR, 0);
sys/dev/ic/i82365.c
474
pcic_write(h, PCIC_INTR, PCIC_INTR_ENABLE);
sys/dev/ic/i82365.c
790
intr = pcic_read(h, PCIC_INTR);
sys/dev/ic/i82365.c
792
pcic_write(h, PCIC_INTR, intr);
sys/dev/isa/i82365_isasubr.c
195
intr = pcic_read(h, PCIC_INTR);
sys/dev/isa/i82365_isasubr.c
198
pcic_write(h, PCIC_INTR, intr);
sys/dev/isa/i82365_isasubr.c
478
reg = pcic_read(h, PCIC_INTR);
sys/dev/isa/i82365_isasubr.c
480
pcic_write(h, PCIC_INTR, reg | irq);
sys/dev/isa/i82365_isasubr.c
503
reg = pcic_read(h, PCIC_INTR);
sys/dev/isa/i82365_isasubr.c
505
pcic_write(h, PCIC_INTR, reg);
sys/dev/pci/pccbb.c
2294
intr = Pcic_read(sc, PCIC_INTR);
sys/dev/pci/pccbb.c
2296
Pcic_write(sc, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
2326
Pcic_write(sc, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
2375
intr = Pcic_read(sc, PCIC_INTR);
sys/dev/pci/pccbb.c
2377
Pcic_write(sc, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
2402
intr = Pcic_read(sc, PCIC_INTR);
sys/dev/pci/pccbb.c
2408
Pcic_write(sc, PCIC_INTR, intr);
sys/dev/pci/pccbb.c
896
bus_space_write_1(bmt, bmh, 0x800 + PCIC_INTR,
sys/dev/pci/pccbb.c
897
bus_space_read_1(bmt, bmh, 0x800 + PCIC_INTR) & ~PCIC_INTR_RESET);
sys/dev/pci/pccbb.c
971
Pcic_write(sc, PCIC_INTR, PCIC_INTR_ENABLE);