Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h25557 #define S_EEPROMBASEADDR 6 macro
25559 #define V_EEPROMBASEADDR(x) ((x) << S_EEPROMBASEADDR)
25560 #define G_EEPROMBASEADDR(x) (((x) >> S_EEPROMBASEADDR) & M_EEPROMBASEADDR)