Searched defs:phymode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c68 static int phymode = PHY_LM_AUTO; variable
535 pwp->phymode = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
536 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "pmcs-phymode", phymode);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1786 uint32_t phymode; local
1794 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40 |
1798 phymode |= AR_PHY_FC_DYN2040_EN;
1802 phymode |= AR_PHY_FC_DYN2040_PRI_CH;
1805 phymode |= AR_PHY_FC_DYN2040_EXT_CH;
1807 REG_WRITE(ah, AR_PHY_TURBO, phymode);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h324 phymode : 3, member in struct:pmcs_hw

Completed in 76 milliseconds