Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h403 #define TSVAL_S 0 macro
405 #define TSVAL_V(x) ((x) << TSVAL_S)
406 #define TSVAL_G(x) (((x) >> TSVAL_S) & TSVAL_M)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h403 #define TSVAL_S 0 macro
405 #define TSVAL_V(x) ((x) << TSVAL_S)
406 #define TSVAL_G(x) (((x) >> TSVAL_S) & TSVAL_M)

Completed in 24 milliseconds