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

/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h202 #define SHIFT2 2 macro
H A Dsadisc.c456 sDTypeRate |= (agDeviceInfo->flag & AWT_DEVICE_FLAG) ? (1 << SHIFT2) : 0;
465 sDTypeRate |= (1 << SHIFT2);
H A Dsassp.c1144 encryptFlags |= pIRequest->encrypt.dekInfo.dekTable << SHIFT2;
1620 (pTResponse->agTag << SHIFT16) | ods | (ip << SHIFT10) | (an << SHIFT2));
H A Dsasata.c407 encryptFlags |= agSATAReq->encrypt.dekInfo.dekTable << SHIFT2;
H A Dsampicmd.c2872 (agDifEncOffload->encrypt.dekInfo.dekTable & 0x3) << SHIFT2 |
H A Dsaioctlcmd.c1232 controllerStatus->bootComponentState[4] = (bit16) ((( controllerStatus->fatalErrorInfo.errorInfo1 >> SHIFT2) & 3 ) | 0x8000); /* ILA State */
H A Dsainit.c1703 (swConfig->sgpioSupportEnable ? (0x1 << SHIFT2): 0) |
/freebsd-current/sys/dev/msk/
H A Dif_mskreg.h222 #define SHIFT2(x) ((x) << 2) macro
1540 #define PHY_M_LED_MO_RX(x) SHIFT2(x) /* Bit 3.. 2: Rx */
1651 #define PHY_M_POLC_STA1_CTRL(x) (SHIFT2(x) & PHY_M_POLC_STA1_MSK)

Completed in 180 milliseconds