Lines Matching +full:high +full:- +full:threshold
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 Copyright (C) 2007-2009 STMicroelectronics Ltd
17 /*----------------------------------------------------------------------------
19 *---------------------------------------------------------------------------*/
22 #define MAC_ADDR_HIGH 0x00000004 /* MAC Address High */
24 #define MAC_HASH_HIGH 0x0000000c /* Multicast Hash Table High */
72 /*----------------------------------------------------------------------------
74 *---------------------------------------------------------------------------*/
83 #define DMA_BUS_MODE_BAR_BUS 0x00000002 /* Bar-Bus Arbitration */
89 /* Transmit Threshold Control */
91 DMA_CONTROL_TTC_DEFAULT = 0x00000000, /* Threshold is 32 DWORDS */
92 DMA_CONTROL_TTC_64 = 0x00004000, /* Threshold is 64 DWORDS */
93 DMA_CONTROL_TTC_128 = 0x00008000, /* Threshold is 128 DWORDS */
94 DMA_CONTROL_TTC_256 = 0x0000c000, /* Threshold is 256 DWORDS */
95 DMA_CONTROL_TTC_18 = 0x00400000, /* Threshold is 18 DWORDS */
96 DMA_CONTROL_TTC_24 = 0x00404000, /* Threshold is 24 DWORDS */
97 DMA_CONTROL_TTC_32 = 0x00408000, /* Threshold is 32 DWORDS */
98 DMA_CONTROL_TTC_40 = 0x0040c000, /* Threshold is 40 DWORDS */