Searched refs:sec_status (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl_picl.c | 722 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 D | display_sun4v.c | 2463 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 20 milliseconds