Home
last modified time | relevance | path

Searched refs:S_PSSR_SPEED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.h123 #define S_PSSR_SPEED 14 macro
125 #define V_PSSR_SPEED(x) ((x) << S_PSSR_SPEED)
126 #define G_PSSR_SPEED(x) (((x) >> S_PSSR_SPEED) & M_PSSR_SPEED)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.h123 #define S_PSSR_SPEED 14 macro
125 #define V_PSSR_SPEED(x) ((x) << S_PSSR_SPEED)
126 #define G_PSSR_SPEED(x) (((x) >> S_PSSR_SPEED) & M_PSSR_SPEED)

Completed in 2 milliseconds