Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/dev/
H A Dschizo.c252 schizo_pbm_write(pbm, SCZ_PCI_CTRL, schizo_pbm_read(pbm, SCZ_PCI_CTRL)); in schizo_init()
257 reg = schizo_pbm_read(pbm, SCZ_PCI_CTRL); in schizo_init()
261 schizo_pbm_write(pbm, SCZ_PCI_CTRL, reg); in schizo_init()
324 ctrl = schizo_pbm_read(sp, SCZ_PCI_CTRL); in schizo_pci_error()
364 schizo_pbm_write(sp, SCZ_PCI_CTRL, ctrl); in schizo_pci_error()
H A Dschizoreg.h110 #define SCZ_PCI_CTRL 0x02000 macro