diff options
author | Yaniv Rosner <yanivr@broadcom.com> | 2011-06-13 21:34:23 -0400 |
---|---|---|
committer | David S. Miller <davem@conan.davemloft.net> | 2011-06-15 10:56:57 -0400 |
commit | 6c3218c6f7e5be6d785486797d48203d54cfd893 (patch) | |
tree | f8171218cc94d3f9042d61efe36564688d218074 /drivers/net/bnx2x/bnx2x_reg.h | |
parent | 6583e33baefbe4dea04999ec91be1a1371cd1528 (diff) |
bnx2x: Adjust ETS to 578xx
Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_reg.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_reg.h | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/bnx2x_reg.h b/drivers/net/bnx2x/bnx2x_reg.h index bf43b9b16d8b..d0cf072d21eb 100644 --- a/drivers/net/bnx2x/bnx2x_reg.h +++ b/drivers/net/bnx2x/bnx2x_reg.h | |||
@@ -2057,6 +2057,26 @@ | |||
2057 | * clients that are not subject to WFQ credit blocking - their | 2057 | * clients that are not subject to WFQ credit blocking - their |
2058 | * specifications here are not used. */ | 2058 | * specifications here are not used. */ |
2059 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP 0x180f0 | 2059 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP 0x180f0 |
2060 | /* [RW 32] Specify which of the credit registers the client is to be mapped | ||
2061 | * to. This register specifies bits 31:0 of the 36-bit value. Bits[3:0] are | ||
2062 | * for client 0; bits [35:32] are for client 8. For clients that are not | ||
2063 | * subject to WFQ credit blocking - their specifications here are not used. | ||
2064 | * This is a new register (with 2_) added in E3 B0 to accommodate the 9 | ||
2065 | * input clients to ETS arbiter. The reset default is set for management and | ||
2066 | * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to | ||
2067 | * use credit registers 0-5 respectively (0x543210876). Note that credit | ||
2068 | * registers can not be shared between clients. */ | ||
2069 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP2_LSB 0x18688 | ||
2070 | /* [RW 4] Specify which of the credit registers the client is to be mapped | ||
2071 | * to. This register specifies bits 35:32 of the 36-bit value. Bits[3:0] are | ||
2072 | * for client 0; bits [35:32] are for client 8. For clients that are not | ||
2073 | * subject to WFQ credit blocking - their specifications here are not used. | ||
2074 | * This is a new register (with 2_) added in E3 B0 to accommodate the 9 | ||
2075 | * input clients to ETS arbiter. The reset default is set for management and | ||
2076 | * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to | ||
2077 | * use credit registers 0-5 respectively (0x543210876). Note that credit | ||
2078 | * registers can not be shared between clients. */ | ||
2079 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP2_MSB 0x1868c | ||
2060 | /* [RW 5] Specify whether the client competes directly in the strict | 2080 | /* [RW 5] Specify whether the client competes directly in the strict |
2061 | * priority arbiter. The bits are mapped according to client ID (client IDs | 2081 | * priority arbiter. The bits are mapped according to client ID (client IDs |
2062 | * are defined in tx_arb_priority_client). Default value is set to enable | 2082 | * are defined in tx_arb_priority_client). Default value is set to enable |
@@ -2071,10 +2091,24 @@ | |||
2071 | * reach. */ | 2091 | * reach. */ |
2072 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_0 0x1810c | 2092 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_0 0x1810c |
2073 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_1 0x18110 | 2093 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_1 0x18110 |
2094 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_2 0x18114 | ||
2095 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_3 0x18118 | ||
2096 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_4 0x1811c | ||
2097 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_5 0x186a0 | ||
2098 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_6 0x186a4 | ||
2099 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_7 0x186a8 | ||
2100 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_8 0x186ac | ||
2074 | /* [RW 32] Specify the weight (in bytes) to be added to credit register 0 | 2101 | /* [RW 32] Specify the weight (in bytes) to be added to credit register 0 |
2075 | * when it is time to increment. */ | 2102 | * when it is time to increment. */ |
2076 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_0 0x180f8 | 2103 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_0 0x180f8 |
2077 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_1 0x180fc | 2104 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_1 0x180fc |
2105 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_2 0x18100 | ||
2106 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_3 0x18104 | ||
2107 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_4 0x18108 | ||
2108 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_5 0x18690 | ||
2109 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_6 0x18694 | ||
2110 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_7 0x18698 | ||
2111 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_8 0x1869c | ||
2078 | /* [RW 12] Specify the number of strict priority arbitration slots between | 2112 | /* [RW 12] Specify the number of strict priority arbitration slots between |
2079 | * two round-robin arbitration slots to avoid starvation. A value of 0 means | 2113 | * two round-robin arbitration slots to avoid starvation. A value of 0 means |
2080 | * no strict priority cycles - the strict priority with anti-starvation | 2114 | * no strict priority cycles - the strict priority with anti-starvation |
@@ -2094,6 +2128,26 @@ | |||
2094 | #define NIG_REG_P1_HDRS_AFTER_BASIC 0x1818c | 2128 | #define NIG_REG_P1_HDRS_AFTER_BASIC 0x1818c |
2095 | #define NIG_REG_P1_LLH_FUNC_MEM2 0x184c0 | 2129 | #define NIG_REG_P1_LLH_FUNC_MEM2 0x184c0 |
2096 | #define NIG_REG_P1_LLH_FUNC_MEM2_ENABLE 0x18460 | 2130 | #define NIG_REG_P1_LLH_FUNC_MEM2_ENABLE 0x18460 |
2131 | /* [RW 32] Specify the client number to be assigned to each priority of the | ||
2132 | * strict priority arbiter. This register specifies bits 31:0 of the 36-bit | ||
2133 | * value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 | ||
2134 | * client; bits [35-32] are for priority 8 client. The clients are assigned | ||
2135 | * the following IDs: 0-management; 1-debug traffic from this port; 2-debug | ||
2136 | * traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; | ||
2137 | * 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is | ||
2138 | * set to 0x345678021. This is a new register (with 2_) added in E3 B0 to | ||
2139 | * accommodate the 9 input clients to ETS arbiter. */ | ||
2140 | #define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT2_LSB 0x18680 | ||
2141 | /* [RW 4] Specify the client number to be assigned to each priority of the | ||
2142 | * strict priority arbiter. This register specifies bits 35:32 of the 36-bit | ||
2143 | * value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 | ||
2144 | * client; bits [35-32] are for priority 8 client. The clients are assigned | ||
2145 | * the following IDs: 0-management; 1-debug traffic from this port; 2-debug | ||
2146 | * traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; | ||
2147 | * 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is | ||
2148 | * set to 0x345678021. This is a new register (with 2_) added in E3 B0 to | ||
2149 | * accommodate the 9 input clients to ETS arbiter. */ | ||
2150 | #define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT2_MSB 0x18684 | ||
2097 | #define NIG_REG_P1_MAC_IN_EN 0x185c0 | 2151 | #define NIG_REG_P1_MAC_IN_EN 0x185c0 |
2098 | /* [RW 1] Output enable for TX MAC interface */ | 2152 | /* [RW 1] Output enable for TX MAC interface */ |
2099 | #define NIG_REG_P1_MAC_OUT_EN 0x185c4 | 2153 | #define NIG_REG_P1_MAC_OUT_EN 0x185c4 |
@@ -2164,6 +2218,54 @@ | |||
2164 | * traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. Default value is | 2218 | * traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. Default value is |
2165 | * 0 for not using WFQ credit blocking. */ | 2219 | * 0 for not using WFQ credit blocking. */ |
2166 | #define NIG_REG_P1_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x18238 | 2220 | #define NIG_REG_P1_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x18238 |
2221 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_0 0x18258 | ||
2222 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_1 0x1825c | ||
2223 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_2 0x18260 | ||
2224 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_3 0x18264 | ||
2225 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_4 0x18268 | ||
2226 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_5 0x186f4 | ||
2227 | /* [RW 32] Specify the weight (in bytes) to be added to credit register 0 | ||
2228 | * when it is time to increment. */ | ||
2229 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_0 0x18244 | ||
2230 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_1 0x18248 | ||
2231 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_2 0x1824c | ||
2232 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_3 0x18250 | ||
2233 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_4 0x18254 | ||
2234 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_5 0x186f0 | ||
2235 | /* [RW 12] Specify the number of strict priority arbitration slots between | ||
2236 | two round-robin arbitration slots to avoid starvation. A value of 0 means | ||
2237 | no strict priority cycles - the strict priority with anti-starvation | ||
2238 | arbiter becomes a round-robin arbiter. */ | ||
2239 | #define NIG_REG_P1_TX_ARB_NUM_STRICT_ARB_SLOTS 0x18240 | ||
2240 | /* [RW 32] Specify the client number to be assigned to each priority of the | ||
2241 | strict priority arbiter. This register specifies bits 31:0 of the 36-bit | ||
2242 | value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 | ||
2243 | client; bits [35-32] are for priority 8 client. The clients are assigned | ||
2244 | the following IDs: 0-management; 1-debug traffic from this port; 2-debug | ||
2245 | traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; | ||
2246 | 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is | ||
2247 | set to 0x345678021. This is a new register (with 2_) added in E3 B0 to | ||
2248 | accommodate the 9 input clients to ETS arbiter. Note that this register | ||
2249 | is the same as the one for port 0, except that port 1 only has COS 0-2 | ||
2250 | traffic. There is no traffic for COS 3-5 of port 1. */ | ||
2251 | #define NIG_REG_P1_TX_ARB_PRIORITY_CLIENT2_LSB 0x186e0 | ||
2252 | /* [RW 4] Specify the client number to be assigned to each priority of the | ||
2253 | strict priority arbiter. This register specifies bits 35:32 of the 36-bit | ||
2254 | value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 | ||
2255 | client; bits [35-32] are for priority 8 client. The clients are assigned | ||
2256 | the following IDs: 0-management; 1-debug traffic from this port; 2-debug | ||
2257 | traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; | ||
2258 | 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is | ||
2259 | set to 0x345678021. This is a new register (with 2_) added in E3 B0 to | ||
2260 | accommodate the 9 input clients to ETS arbiter. Note that this register | ||
2261 | is the same as the one for port 0, except that port 1 only has COS 0-2 | ||
2262 | traffic. There is no traffic for COS 3-5 of port 1. */ | ||
2263 | #define NIG_REG_P1_TX_ARB_PRIORITY_CLIENT2_MSB 0x186e4 | ||
2264 | /* [R 1] TX FIFO for transmitting data to MAC is empty. */ | ||
2265 | #define NIG_REG_P1_TX_MACFIFO_EMPTY 0x18594 | ||
2266 | /* [R 1] FIFO empty status of the MCP TX FIFO used for storing MCP packets | ||
2267 | forwarded to the host. */ | ||
2268 | #define NIG_REG_P1_TX_MNG_HOST_FIFO_EMPTY 0x182b8 | ||
2167 | /* [RW 32] Specify the upper bound that credit register 0 is allowed to | 2269 | /* [RW 32] Specify the upper bound that credit register 0 is allowed to |
2168 | * reach. */ | 2270 | * reach. */ |
2169 | /* [RW 1] Pause enable for port0. This register may get 1 only when | 2271 | /* [RW 1] Pause enable for port0. This register may get 1 only when |
@@ -2249,12 +2351,36 @@ | |||
2249 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS_SIZE 18 | 2351 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS_SIZE 18 |
2250 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter. */ | 2352 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter. */ |
2251 | #define PBF_REG_COS0_UPPER_BOUND 0x15c05c | 2353 | #define PBF_REG_COS0_UPPER_BOUND 0x15c05c |
2354 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter | ||
2355 | * of port 0. */ | ||
2356 | #define PBF_REG_COS0_UPPER_BOUND_P0 0x15c2cc | ||
2357 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter | ||
2358 | * of port 1. */ | ||
2359 | #define PBF_REG_COS0_UPPER_BOUND_P1 0x15c2e4 | ||
2252 | /* [RW 31] The weight of COS0 in the ETS command arbiter. */ | 2360 | /* [RW 31] The weight of COS0 in the ETS command arbiter. */ |
2253 | #define PBF_REG_COS0_WEIGHT 0x15c054 | 2361 | #define PBF_REG_COS0_WEIGHT 0x15c054 |
2362 | /* [RW 31] The weight of COS0 in port 0 ETS command arbiter. */ | ||
2363 | #define PBF_REG_COS0_WEIGHT_P0 0x15c2a8 | ||
2364 | /* [RW 31] The weight of COS0 in port 1 ETS command arbiter. */ | ||
2365 | #define PBF_REG_COS0_WEIGHT_P1 0x15c2c0 | ||
2254 | /* [RW 31] The upper bound of the weight of COS1 in the ETS command arbiter. */ | 2366 | /* [RW 31] The upper bound of the weight of COS1 in the ETS command arbiter. */ |
2255 | #define PBF_REG_COS1_UPPER_BOUND 0x15c060 | 2367 | #define PBF_REG_COS1_UPPER_BOUND 0x15c060 |
2256 | /* [RW 31] The weight of COS1 in the ETS command arbiter. */ | 2368 | /* [RW 31] The weight of COS1 in the ETS command arbiter. */ |
2257 | #define PBF_REG_COS1_WEIGHT 0x15c058 | 2369 | #define PBF_REG_COS1_WEIGHT 0x15c058 |
2370 | /* [RW 31] The weight of COS1 in port 0 ETS command arbiter. */ | ||
2371 | #define PBF_REG_COS1_WEIGHT_P0 0x15c2ac | ||
2372 | /* [RW 31] The weight of COS1 in port 1 ETS command arbiter. */ | ||
2373 | #define PBF_REG_COS1_WEIGHT_P1 0x15c2c4 | ||
2374 | /* [RW 31] The weight of COS2 in port 0 ETS command arbiter. */ | ||
2375 | #define PBF_REG_COS2_WEIGHT_P0 0x15c2b0 | ||
2376 | /* [RW 31] The weight of COS2 in port 1 ETS command arbiter. */ | ||
2377 | #define PBF_REG_COS2_WEIGHT_P1 0x15c2c8 | ||
2378 | /* [RW 31] The weight of COS3 in port 0 ETS command arbiter. */ | ||
2379 | #define PBF_REG_COS3_WEIGHT_P0 0x15c2b4 | ||
2380 | /* [RW 31] The weight of COS4 in port 0 ETS command arbiter. */ | ||
2381 | #define PBF_REG_COS4_WEIGHT_P0 0x15c2b8 | ||
2382 | /* [RW 31] The weight of COS5 in port 0 ETS command arbiter. */ | ||
2383 | #define PBF_REG_COS5_WEIGHT_P0 0x15c2bc | ||
2258 | /* [R 11] Current credit for the LB queue in the tx port buffers in 16 byte | 2384 | /* [R 11] Current credit for the LB queue in the tx port buffers in 16 byte |
2259 | * lines. */ | 2385 | * lines. */ |
2260 | #define PBF_REG_CREDIT_LB_Q 0x140338 | 2386 | #define PBF_REG_CREDIT_LB_Q 0x140338 |
@@ -2274,6 +2400,52 @@ | |||
2274 | current task in process). */ | 2400 | current task in process). */ |
2275 | #define PBF_REG_DISABLE_NEW_TASK_PROC_P4 0x14006c | 2401 | #define PBF_REG_DISABLE_NEW_TASK_PROC_P4 0x14006c |
2276 | #define PBF_REG_DISABLE_PF 0x1402e8 | 2402 | #define PBF_REG_DISABLE_PF 0x1402e8 |
2403 | /* [RW 18] For port 0: For each client that is subject to WFQ (the | ||
2404 | * corresponding bit is 1); indicates to which of the credit registers this | ||
2405 | * client is mapped. For clients which are not credit blocked; their mapping | ||
2406 | * is dont care. */ | ||
2407 | #define PBF_REG_ETS_ARB_CLIENT_CREDIT_MAP_P0 0x15c288 | ||
2408 | /* [RW 9] For port 1: For each client that is subject to WFQ (the | ||
2409 | * corresponding bit is 1); indicates to which of the credit registers this | ||
2410 | * client is mapped. For clients which are not credit blocked; their mapping | ||
2411 | * is dont care. */ | ||
2412 | #define PBF_REG_ETS_ARB_CLIENT_CREDIT_MAP_P1 0x15c28c | ||
2413 | /* [RW 6] For port 0: Bit per client to indicate if the client competes in | ||
2414 | * the strict priority arbiter directly (corresponding bit = 1); or first | ||
2415 | * goes to the RR arbiter (corresponding bit = 0); and then competes in the | ||
2416 | * lowest priority in the strict-priority arbiter. */ | ||
2417 | #define PBF_REG_ETS_ARB_CLIENT_IS_STRICT_P0 0x15c278 | ||
2418 | /* [RW 3] For port 1: Bit per client to indicate if the client competes in | ||
2419 | * the strict priority arbiter directly (corresponding bit = 1); or first | ||
2420 | * goes to the RR arbiter (corresponding bit = 0); and then competes in the | ||
2421 | * lowest priority in the strict-priority arbiter. */ | ||
2422 | #define PBF_REG_ETS_ARB_CLIENT_IS_STRICT_P1 0x15c27c | ||
2423 | /* [RW 6] For port 0: Bit per client to indicate if the client is subject to | ||
2424 | * WFQ credit blocking (corresponding bit = 1). */ | ||
2425 | #define PBF_REG_ETS_ARB_CLIENT_IS_SUBJECT2WFQ_P0 0x15c280 | ||
2426 | /* [RW 3] For port 0: Bit per client to indicate if the client is subject to | ||
2427 | * WFQ credit blocking (corresponding bit = 1). */ | ||
2428 | #define PBF_REG_ETS_ARB_CLIENT_IS_SUBJECT2WFQ_P1 0x15c284 | ||
2429 | /* [RW 16] For port 0: The number of strict priority arbitration slots | ||
2430 | * between 2 RR arbitration slots. A value of 0 means no strict priority | ||
2431 | * cycles; i.e. the strict-priority w/ anti-starvation arbiter is a RR | ||
2432 | * arbiter. */ | ||
2433 | #define PBF_REG_ETS_ARB_NUM_STRICT_ARB_SLOTS_P0 0x15c2a0 | ||
2434 | /* [RW 16] For port 1: The number of strict priority arbitration slots | ||
2435 | * between 2 RR arbitration slots. A value of 0 means no strict priority | ||
2436 | * cycles; i.e. the strict-priority w/ anti-starvation arbiter is a RR | ||
2437 | * arbiter. */ | ||
2438 | #define PBF_REG_ETS_ARB_NUM_STRICT_ARB_SLOTS_P1 0x15c2a4 | ||
2439 | /* [RW 18] For port 0: Indicates which client is connected to each priority | ||
2440 | * in the strict-priority arbiter. Priority 0 is the highest priority, and | ||
2441 | * priority 5 is the lowest; to which the RR output is connected to (this is | ||
2442 | * not configurable). */ | ||
2443 | #define PBF_REG_ETS_ARB_PRIORITY_CLIENT_P0 0x15c270 | ||
2444 | /* [RW 9] For port 1: Indicates which client is connected to each priority | ||
2445 | * in the strict-priority arbiter. Priority 0 is the highest priority, and | ||
2446 | * priority 5 is the lowest; to which the RR output is connected to (this is | ||
2447 | * not configurable). */ | ||
2448 | #define PBF_REG_ETS_ARB_PRIORITY_CLIENT_P1 0x15c274 | ||
2277 | /* [RW 1] Indicates that ETS is performed between the COSes in the command | 2449 | /* [RW 1] Indicates that ETS is performed between the COSes in the command |
2278 | * arbiter. If reset strict priority w/ anti-starvation will be performed | 2450 | * arbiter. If reset strict priority w/ anti-starvation will be performed |
2279 | * w/o WFQ. */ | 2451 | * w/o WFQ. */ |