Home
last modified time | relevance | path

Searched refs:V_BASE1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c456 t3_write_reg(adap, A_SG_OCO_BASE, V_BASE1(0xfff)); in t3_sge_init()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c4368 t3_write_reg(adapter, A_SG_OCO_BASE, V_BASE1(0xfff)); in early_hw_init()
H A Dcxgb_regs.h562 #define V_BASE1(x) ((x) << S_BASE1) macro