Symbol: CSR_GPP
sys/arch/newsmips/apbus/if_tlp_ap.c
189
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | 0xc0); /* read */
sys/arch/newsmips/apbus/if_tlp_ap.c
190
TULIP_WRITE(sc, CSR_GPP, 0x40); /* dipsw port on */
sys/arch/newsmips/apbus/if_tlp_ap.c
191
i = TULIP_READ(sc, CSR_GPP) & GPP_MD; /* dipsw contents */
sys/arch/newsmips/apbus/if_tlp_ap.c
192
TULIP_WRITE(sc, CSR_GPP, 0xc0); /* dipsw port off */
sys/arch/newsmips/apbus/if_tlp_ap.c
193
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | 0xcf); /* read write */
sys/arch/newsmips/apbus/if_tlp_ap.c
195
TULIP_WRITE(sc, CSR_GPP, 0x8f); /* 16word burst */
sys/arch/newsmips/apbus/if_tlp_ap.c
196
TULIP_WRITE(sc, CSR_GPP, 0xcf);
sys/arch/newsmips/apbus/if_tlp_ap.c
198
TULIP_WRITE(sc, CSR_GPP, 0x8e); /* 8word burst */
sys/arch/newsmips/apbus/if_tlp_ap.c
199
TULIP_WRITE(sc, CSR_GPP, 0xce);
sys/arch/newsmips/apbus/if_tlp_ap.c
201
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | 0xcf); /* read write */
sys/arch/newsmips/apbus/if_tlp_ap.c
202
TULIP_WRITE(sc, CSR_GPP, 0xc3); /* mask abort/DMA err */
sys/arch/newsmips/apbus/if_tlp_ap.c
203
TULIP_WRITE(sc, CSR_GPP, 0xcf); /* mask abort/DMA err */
sys/dev/ic/tulip.c
3670
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
sys/dev/ic/tulip.c
3675
TULIP_WRITE(sc, CSR_GPP, sc->sc_srom[tm->tm_reset_offset + i]);
sys/dev/ic/tulip.c
3681
TULIP_WRITE(sc, CSR_GPP, sc->sc_srom[tm->tm_gp_offset + i]);
sys/dev/ic/tulip.c
3687
TULIP_WRITE(sc, CSR_GPP, 0);
sys/dev/ic/tulip.c
4307
if (TULIP_ISSET(sc, CSR_GPP, tm->tm_actmask) ==
sys/dev/ic/tulip.c
4349
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
sys/dev/ic/tulip.c
4351
TULIP_WRITE(sc, CSR_GPP, tm->tm_gpdata);
sys/dev/ic/tulip.c
4816
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
sys/dev/ic/tulip.c
4820
TULIP_WRITE(sc, CSR_GPP,
sys/dev/ic/tulip.c
4826
TULIP_WRITE(sc, CSR_GPP,
sys/dev/ic/tulip.c
4833
TULIP_WRITE(sc, CSR_GPP, 0);
sys/dev/ic/tulip.c
5620
TULIP_WRITE(sc, CSR_GPP,
sys/dev/ic/tulip.c
5625
TULIP_WRITE(sc, CSR_GPP,
sys/dev/pci/if_tlp_pci.c
1334
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
sys/dev/pci/if_tlp_pci.c
1335
TULIP_WRITE(sc, CSR_GPP, 0x8);
sys/dev/pci/if_tlp_pci.c
1337
TULIP_WRITE(sc, CSR_GPP, 0);
sys/dev/pci/if_tlp_pci.c
1364
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | 0xfd);
sys/dev/pci/if_tlp_pci.c
1366
TULIP_WRITE(sc, CSR_GPP, 0xfd);
sys/dev/pci/if_tlp_pci.c
1368
TULIP_WRITE(sc, CSR_GPP, 0);
sys/dev/pci/if_tlp_pci.c
1436
TULIP_WRITE(sc, CSR_GPP, GPP_GPC | sc->sc_gp_dir);
sys/dev/pci/if_tlp_pci.c
1438
TULIP_WRITE(sc, CSR_GPP, GPP_SMC9332DST_INIT);
sys/dev/pci/if_tlp_pci.c
1442
reg = TULIP_READ(sc, CSR_GPP);