Searched refs:M_ST (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/cxgb/common/ |
| HD | cxgb_t3_hw.c | 273 t3_set_reg_field(adapter, A_MI1_CFG, V_ST(M_ST), V_ST(1)); in t3_mi1_read() 293 t3_set_reg_field(adapter, A_MI1_CFG, V_ST(M_ST), V_ST(1)); in t3_mi1_write() 317 t3_set_reg_field(adapter, A_MI1_CFG, V_ST(M_ST), 0); in mi1_ext_read() 340 t3_set_reg_field(adapter, A_MI1_CFG, V_ST(M_ST), 0); in mi1_ext_write()
|
| HD | cxgb_regs.h | 6281 #define M_ST 0x3 macro 6283 #define G_ST(x) (((x) >> S_ST) & M_ST)
|
| /freebsd-11-stable/sys/dev/cxgbe/common/ |
| HD | t4_regs.h | 36613 #define M_ST 0x3U macro 36615 #define G_ST(x) (((x) >> S_ST) & M_ST)
|