Lines Matching defs:value
177 MSSShift = 16, /* MSS value position */
178 MSSMask = 0x7ff, /* MSS value: 11 bits */
212 RxCfgFIFOShift = 13, /* Shift, to get Rx FIFO thresh value */
213 RxCfgDMAShift = 8, /* Shift, to get Rx Max DMA value */
223 TimerIntr = (1 << 14), /* Asserted when TCTR reaches TimerInt value */
260 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */
938 /* only lower 24 bits valid; write any value to clear */
1313 int value)
1319 cpw16(BasicModeCtrl, value);
1322 cpw16(mii_2_8139_map[location], value);
1453 static void cp_set_msglevel(struct net_device *dev, u32 value)
1456 cp->msg_enable = value;