Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_t3_hw.c3277 width = G_WIDTH(val); in mc7_init()
3573 unsigned int width = G_WIDTH(cfg); in mc7_calc_size()
3592 mc7->width = G_WIDTH(cfg); in mc7_prep()
Dcxgb_regs.h2333 #define G_WIDTH(x) (((x) >> S_WIDTH) & M_WIDTH) macro