Home
last modified time | relevance | path

Searched refs:G_WIDTH (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3153 width = G_WIDTH(val); in mc7_init()
3453 unsigned int width = G_WIDTH(cfg); in mc7_calc_size()
3472 mc7->width = G_WIDTH(cfg); in mc7_prep()
Dregs.h660 #define G_WIDTH(x) (((x) >> S_WIDTH) & M_WIDTH) macro