Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/util/
Dbcmsrom_tbl.h34 #define SRFL_PRSIGN 8 /* value is in signed decimal format */ macro
180 {"rxpo2g", 0x00000008, SRFL_PRSIGN, SROM_RXPO52G, 0x00ff},
181 {"rxpo5g", 0x00000008, SRFL_PRSIGN, SROM_RXPO52G, 0xff00},
182 {"rxpo2g", 0xffffff00, SRFL_PRSIGN, SROM8_RXPO52G, 0x00ff},
183 {"rxpo5g", 0xffffff00, SRFL_PRSIGN, SROM8_RXPO52G, 0xff00},
Dbcmsrom.c1788 else if ((flags & SRFL_PRSIGN) in _initvars_srom_pci()