Home
last modified time | relevance | path

Searched refs:SHIFT8 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dxmac_ii.h1133 #define PHY_M_PC_EN_DET SHIFT8(2) /* Energy Detect (Mode 1) */
1134 #define PHY_M_PC_EN_DET_PLUS SHIFT8(3) /* Energy Detect Plus (Mode 2) */
1189 #define PHY_M_EC_S_DSC(x) SHIFT8(x) /* 00=dis; 01=1x; 10=2x; 11=3x */
1218 #define PHY_M_LED_BLINK_RT(x) SHIFT8(x) /* Blink Rate */
1229 #define PHY_M_LED_MO_10(x) SHIFT8(x) /* Bit 9.. 8: Link 10 */
Dskgehw.h105 #define SHIFT8(x) ((x) << 8) macro