Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c7083 t4_write_reg(adap, EPIO_REG(OP), V_ADDRESS(i) | F_EPIOWR); in t4_wol_pat_enable()
7090 t4_write_reg(adap, EPIO_REG(OP), V_ADDRESS(i + 32) | F_EPIOWR); in t4_wol_pat_enable()
H A Dt4_regs.h40948 #define V_ADDRESS(x) ((x) << S_ADDRESS) macro