Searched refs:PCICTL_READ8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c187 #define PCICTL_READ8(sc, off) \ macro
379 csr = PCICTL_READ8(sc, PCR_CS);
385 dr = PCICTL_READ8(sc, PCR_DIAG);
408 (unsigned long long)PCICTL_READ8(sc, PCR_CS),
416 (unsigned long long)PCICTL_READ8(sc, PCR_DIAG),
423 csr = PCICTL_READ8(sc, PCR_TAS);
547 PCICTL_WRITE8(sc, PCR_CS, PCICTL_READ8(sc, PCR_CS));
548 PCICTL_WRITE8(sc, PCR_AFS, PCICTL_READ8(sc, PCR_AFS));
783 afar = PCICTL_READ8(sc, PCR_AFA);
784 afsr = PCICTL_READ8(s
[all...]

Completed in 89 milliseconds