Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mc5.c184 V_RDLAT(0x15) | V_LRNLAT(0x15) | V_SRCHLAT(0x15)); in init_idt52100()
248 adap->params.rev == 0 ? V_RDLAT(0xd) | V_SRCHLAT(0x11) : in init_idt43102()
249 V_RDLAT(0xd) | V_SRCHLAT(0x12)); in init_idt43102()
H A Dcxgb_regs.h6713 #define V_RDLAT(x) ((x) << S_RDLAT) macro