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

/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c722 uint16_t sec_status, mode; local
723 sec_status = read_word(fd, bus, dev, func,
730 if (sec_status & PCI_SEC_133)
732 if (sec_status & PCI_SEC_266)
734 if (sec_status & PCI_SEC_533)
737 mode = (sec_status >> PCI_CLASS_BRIDGE) &
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c2463 uint16_t sec_status, mode; local
2464 sec_status = read_word(fd, bus, dev, func,
2471 if (sec_status & PCI_SEC_133)
2473 if (sec_status & PCI_SEC_266)
2475 if (sec_status & PCI_SEC_533)
2478 mode = (sec_status >> PCI_CLASS_BRIDGE) &

Completed in 29 milliseconds