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.h20423 #define S_EEPROMBASEADDR 6 macro
20425 #define V_EEPROMBASEADDR(x) ((x) << S_EEPROMBASEADDR)
20426 #define G_EEPROMBASEADDR(x) (((x) >> S_EEPROMBASEADDR) & M_EEPROMBASEADDR)