Searched refs:BIS (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 37 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro 1185 linkup = BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper() 1186 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in bge_check_copper() 1191 linkup &= BIS(aux, MII_AUX_STATUS_LINKUP); in bge_check_copper() 1192 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in bge_check_copper() 1237 if (BIS(aux, MII_AUX_STATUS_LP_ANEG_ABLE)) { in bge_check_copper() 1240 bgep->param_link_tx_pause = BIS(aux, MII_AUX_STATUS_TX_PAUSE); in bge_check_copper() 1241 bgep->param_link_rx_pause = BIS(aux, MII_AUX_STATUS_RX_PAUSE); in bge_check_copper() 1244 bgep->param_lp_1000fdx = BIS(aux, MII_MSSTATUS_LP1000T_FD); in bge_check_copper() 1245 bgep->param_lp_1000hdx = BIS(aux, MII_MSSTATUS_LP1000T); in bge_check_copper() [all …]
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptraverse.c | 99 BIS(ino, clrmap); 102 BIS(ino, dirmap); 108 BIS(ino, nodmap); 111 BIS(UFSROOTINO, nodmap); 133 BIS(ino, clrmap); 136 BIS(ino, dirmap); 140 BIS(ino, nodmap); 143 BIS(UFSROOTINO, nodmap); 193 BIS(shadow, shamap); 278 BIS(ino, nodmap); [all …]
|
H A D | dump.h | 92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i)) macro
|
H A D | dumptape.c | 790 BIS(slp->sl_req->ir_inumber, activemap); in toslave() 864 BIS(slp->sl_req->ir_inumber, activemap); in flushcmds()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_xmii.c | 580 linkup &= BIS(mii_status, MII_STATUS_LINKUP); in nge_check_copper() 581 linkup &= BIS(mii_cs.cs_val, MII_STATUS_LINKUP); in nge_check_copper()
|
H A D | nge.h | 85 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | restore.h | 367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i)) macro
|
/titanic_50/usr/src/cmd/spell/ |
H A D | local | 58 BIS
|
/titanic_50/usr/src/uts/common/io/rge/ |
H A D | rge.h | 591 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
|