Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c13677 val = V_UPDBGLARDPTR(idx) | F_UPDBGLARDEN; in t4_cim_read_la_core()
13686 if (val & F_UPDBGLARDEN) { in t4_cim_read_la_core()
13709 val = cfg & ~F_UPDBGLARDEN; in t4_cim_read_la_core()
H A Dt4_regs.h57196 #define F_UPDBGLARDEN V_UPDBGLARDEN(1U) macro