Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h12405 #define S_EEPROMBASEADDR 6 macro
12407 #define V_EEPROMBASEADDR(x) ((x) << S_EEPROMBASEADDR)
12408 #define G_EEPROMBASEADDR(x) (((x) >> S_EEPROMBASEADDR) & M_EEPROMBASEADDR)