Searched refs:OP_IF_MODE_AND (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | 57712_init_values.c | 61 {OP_IF_MODE_AND, 1, 0x8}, /* e2 */ 63 {OP_IF_MODE_AND, 1, 0x10}, /* e3 */ 65 {OP_IF_MODE_AND, 1, 0x8}, /* e2 */ 67 {OP_IF_MODE_AND, 1, 0x10}, /* e3 */ 69 {OP_IF_MODE_AND, 1, 0x2000}, /* e3_b0 */ 71 {OP_IF_MODE_AND, 4, 0x2020}, /* e3_b0+port2 */ 76 {OP_IF_MODE_AND, 3, 0x2040}, /* e3_b0+port4 */ 83 {OP_IF_MODE_AND, 1, 0x8}, /* e2 */ 85 {OP_IF_MODE_AND, 2, 0x2020}, /* e3_b0+port2 */ 88 {OP_IF_MODE_AND, 2, 0x2040}, /* e3_b0+port4 */ [all …]
|
H A D | 57711_init_values.c | 150 {OP_IF_MODE_AND, 1, 0x1}, /* asic */ 152 {OP_IF_MODE_AND, 1, 0x2}, /* fpga */ 154 {OP_IF_MODE_AND, 1, 0x4}, /* emul */ 236 {OP_IF_MODE_AND, 2, 0x1}, /* asic */ 239 {OP_IF_MODE_AND, 2, 0x2}, /* fpga */ 242 {OP_IF_MODE_AND, 2, 0x4}, /* emul */ 247 {OP_IF_MODE_AND, 1, 0x2}, /* fpga */ 249 {OP_IF_MODE_AND, 1, 0x4}, /* emul */ 483 {OP_IF_MODE_AND, 1, 0x80}, /* sf */ 485 {OP_IF_MODE_AND, 1, 0x100}, /* mf */ [all …]
|
H A D | 57710_init_values.c | 136 {OP_IF_MODE_AND, 1, 0x1}, /* asic */ 138 {OP_IF_MODE_AND, 1, 0x2}, /* fpga */ 140 {OP_IF_MODE_AND, 1, 0x4}, /* emul */ 222 {OP_IF_MODE_AND, 2, 0x1}, /* asic */ 225 {OP_IF_MODE_AND, 2, 0x2}, /* fpga */ 228 {OP_IF_MODE_AND, 2, 0x4}, /* emul */ 475 {OP_IF_MODE_AND, 1, 0x1}, /* asic */ 477 {OP_IF_MODE_AND, 1, 0x2}, /* fpga */ 479 {OP_IF_MODE_AND, 1, 0x4}, /* emul */ 515 {OP_IF_MODE_AND, 1, 0x1}, /* asic */ [all …]
|
H A D | ecore_init.h | 47 OP_IF_MODE_AND, /* Skip the following ops if any init modes don't match */ enumerator
|
H A D | ecore_init_ops.h | 310 case OP_IF_MODE_AND: in ecore_init_block()
|